@Stability(value=Stable) @Internal public static final class CfnEventSubscriptionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnEventSubscriptionProps
CfnEventSubscriptionPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnEventSubscriptionProps.Builder, CfnEventSubscriptionProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnEventSubscriptionProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnEventSubscriptionProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getEnabled()
A boolean value;
|
List<String> |
getEventCategories()
Specifies the Amazon Redshift event categories to be published by the event notification subscription.
|
String |
getSeverity()
Specifies the Amazon Redshift event severity to be published by the event notification subscription.
|
String |
getSnsTopicArn()
The Amazon Resource Name (ARN) of the Amazon SNS topic used to transmit the event notifications.
|
List<String> |
getSourceIds()
A list of one or more identifiers of Amazon Redshift source objects.
|
String |
getSourceType()
The type of source that will be generating the events.
|
String |
getSubscriptionName()
The name of the event subscription to be created.
|
List<CfnTag> |
getTags()
A list of tag instances.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnEventSubscriptionProps.Builder builder)
CfnEventSubscriptionProps.Builder.public final String getSubscriptionName()
CfnEventSubscriptionPropsConstraints:
getSubscriptionName in interface CfnEventSubscriptionPropspublic final Object getEnabled()
CfnEventSubscriptionProps
set to true to activate the subscription, and set to false to create the subscription but not activate it.
getEnabled in interface CfnEventSubscriptionPropspublic final List<String> getEventCategories()
CfnEventSubscriptionPropsValues: configuration, management, monitoring, security, pending
getEventCategories in interface CfnEventSubscriptionPropspublic final String getSeverity()
CfnEventSubscriptionPropsValues: ERROR, INFO
getSeverity in interface CfnEventSubscriptionPropspublic final String getSnsTopicArn()
CfnEventSubscriptionPropsThe ARN is created by Amazon SNS when you create a topic and subscribe to it.
getSnsTopicArn in interface CfnEventSubscriptionPropspublic final List<String> getSourceIds()
CfnEventSubscriptionPropsAll of the objects must be of the same type as was specified in the source type parameter. The event subscription will return only events generated by the specified objects. If not specified, then events are returned for all objects within the source type specified.
Example: my-cluster-1, my-cluster-2
Example: my-snapshot-20131010
getSourceIds in interface CfnEventSubscriptionPropspublic final String getSourceType()
CfnEventSubscriptionPropsFor example, if you want to be notified of events generated by a cluster, you would set this parameter to cluster. If this value is not specified, events are returned for all Amazon Redshift objects in your AWS account . You must specify a source type in order to specify source IDs.
Valid values: cluster, cluster-parameter-group, cluster-security-group, cluster-snapshot, and scheduled-action.
getSourceType in interface CfnEventSubscriptionPropspublic final List<CfnTag> getTags()
CfnEventSubscriptionPropsgetTags in interface CfnEventSubscriptionProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.