@Generated(value="jsii-pacmak/1.42.0 (build 5f6b62c)", date="2021-11-09T12:18:21.084Z") @Stability(value=Stable) public class CfnEventSubscription extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnEventSubscription.Builder
A fluent builder for
CfnEventSubscription. |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$ProxyIConstruct.Jsii$Default| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnEventSubscription(Construct scope,
String id,
CfnEventSubscriptionProps props)
Create a new `AWS::Redshift::EventSubscription`.
|
protected |
CfnEventSubscription(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnEventSubscription(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrCustomerAwsId() |
String |
getAttrCustSubscriptionId() |
List<String> |
getAttrEventCategoriesList() |
List<String> |
getAttrSourceIdsList() |
String |
getAttrStatus() |
String |
getAttrSubscriptionCreationTime() |
protected Map<String,Object> |
getCfnProperties() |
Object |
getEnabled()
`AWS::Redshift::EventSubscription.Enabled`.
|
List<String> |
getEventCategories()
`AWS::Redshift::EventSubscription.EventCategories`.
|
String |
getSeverity()
`AWS::Redshift::EventSubscription.Severity`.
|
String |
getSnsTopicArn()
`AWS::Redshift::EventSubscription.SnsTopicArn`.
|
List<String> |
getSourceIds()
`AWS::Redshift::EventSubscription.SourceIds`.
|
String |
getSourceType()
`AWS::Redshift::EventSubscription.SourceType`.
|
String |
getSubscriptionName()
`AWS::Redshift::EventSubscription.SubscriptionName`.
|
TagManager |
getTags()
`AWS::Redshift::EventSubscription.Tags`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setEnabled(Boolean value)
`AWS::Redshift::EventSubscription.Enabled`.
|
void |
setEnabled(IResolvable value)
`AWS::Redshift::EventSubscription.Enabled`.
|
void |
setEventCategories(List<String> value)
`AWS::Redshift::EventSubscription.EventCategories`.
|
void |
setSeverity(String value)
`AWS::Redshift::EventSubscription.Severity`.
|
void |
setSnsTopicArn(String value)
`AWS::Redshift::EventSubscription.SnsTopicArn`.
|
void |
setSourceIds(List<String> value)
`AWS::Redshift::EventSubscription.SourceIds`.
|
void |
setSourceType(String value)
`AWS::Redshift::EventSubscription.SourceType`.
|
void |
setSubscriptionName(String value)
`AWS::Redshift::EventSubscription.SubscriptionName`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnEventSubscription(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnEventSubscription(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnEventSubscription(@NotNull
Construct scope,
@NotNull
String id,
@NotNull
CfnEventSubscriptionProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrCustomerAwsId()
@Stability(value=Stable) @NotNull public String getAttrCustSubscriptionId()
@Stability(value=Stable) @NotNull public List<String> getAttrEventCategoriesList()
@Stability(value=Stable) @NotNull public String getAttrStatus()
@Stability(value=Stable) @NotNull public String getAttrSubscriptionCreationTime()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @NotNull public String getSubscriptionName()
@Stability(value=Stable)
public void setSubscriptionName(@NotNull
String value)
@Stability(value=Stable) @Nullable public Object getEnabled()
@Stability(value=Stable)
public void setEnabled(@Nullable
Boolean value)
@Stability(value=Stable)
public void setEnabled(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public List<String> getEventCategories()
@Stability(value=Stable)
public void setEventCategories(@Nullable
List<String> value)
@Stability(value=Stable) @Nullable public String getSeverity()
@Stability(value=Stable)
public void setSeverity(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getSnsTopicArn()
@Stability(value=Stable)
public void setSnsTopicArn(@Nullable
String value)
@Stability(value=Stable) @Nullable public List<String> getSourceIds()
@Stability(value=Stable)
public void setSourceIds(@Nullable
List<String> value)
@Stability(value=Stable) @Nullable public String getSourceType()
@Stability(value=Stable)
public void setSourceType(@Nullable
String value)
Copyright © 2021. All rights reserved.