public static final class CfnEventSubscriptionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnEventSubscriptionProps
CfnEventSubscriptionProps
CfnEventSubscriptionProps.Builder, CfnEventSubscriptionProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.Object |
getEnabled()
A boolean value;
|
java.util.List<java.lang.String> |
getEventCategories()
Specifies the Amazon Redshift event categories to be published by the event notification subscription.
|
java.lang.String |
getSeverity()
Specifies the Amazon Redshift event severity to be published by the event notification subscription.
|
java.lang.String |
getSnsTopicArn()
The Amazon Resource Name (ARN) of the Amazon SNS topic used to transmit the event notifications.
|
java.util.List<java.lang.String> |
getSourceIds()
A list of one or more identifiers of Amazon Redshift source objects.
|
java.lang.String |
getSourceType()
The type of source that will be generating the events.
|
java.lang.String |
getSubscriptionName()
The name of the event subscription to be created.
|
java.util.List<CfnTag> |
getTags()
A list of tag instances.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getSubscriptionName()
CfnEventSubscriptionProps
Constraints:
getSubscriptionName
in interface CfnEventSubscriptionProps
public final java.lang.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 CfnEventSubscriptionProps
public final java.util.List<java.lang.String> getEventCategories()
CfnEventSubscriptionProps
Values: configuration, management, monitoring, security, pending
getEventCategories
in interface CfnEventSubscriptionProps
public final java.lang.String getSeverity()
CfnEventSubscriptionProps
Values: ERROR, INFO
getSeverity
in interface CfnEventSubscriptionProps
public final java.lang.String getSnsTopicArn()
CfnEventSubscriptionProps
The ARN is created by Amazon SNS when you create a topic and subscribe to it.
getSnsTopicArn
in interface CfnEventSubscriptionProps
public final java.util.List<java.lang.String> getSourceIds()
CfnEventSubscriptionProps
All 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 CfnEventSubscriptionProps
public final java.lang.String getSourceType()
CfnEventSubscriptionProps
For 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 CfnEventSubscriptionProps
public final java.util.List<CfnTag> getTags()
CfnEventSubscriptionProps
getTags
in interface CfnEventSubscriptionProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()