@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.829Z") @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.InitializationMode
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
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(software.constructs.Construct scope,
String id,
CfnEventSubscriptionProps props)
Create a new `AWS::RDS::EventSubscription`.
|
protected |
CfnEventSubscription(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnEventSubscription(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Object> |
getCfnProperties() |
Object |
getEnabled()
`AWS::RDS::EventSubscription.Enabled`.
|
List<String> |
getEventCategories()
`AWS::RDS::EventSubscription.EventCategories`.
|
String |
getSnsTopicArn()
`AWS::RDS::EventSubscription.SnsTopicArn`.
|
List<String> |
getSourceIds()
`AWS::RDS::EventSubscription.SourceIds`.
|
String |
getSourceType()
`AWS::RDS::EventSubscription.SourceType`.
|
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::RDS::EventSubscription.Enabled`.
|
void |
setEnabled(IResolvable value)
`AWS::RDS::EventSubscription.Enabled`.
|
void |
setEventCategories(List<String> value)
`AWS::RDS::EventSubscription.EventCategories`.
|
void |
setSnsTopicArn(String value)
`AWS::RDS::EventSubscription.SnsTopicArn`.
|
void |
setSourceIds(List<String> value)
`AWS::RDS::EventSubscription.SourceIds`.
|
void |
setSourceType(String value)
`AWS::RDS::EventSubscription.SourceType`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validateProperties
getRef
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
jsiiAsyncCall, 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 software.constructs.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 IInspectable
inspector
- - 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 CfnResource
props
- This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties
in class CfnResource
@Stability(value=Stable) @NotNull public String getSnsTopicArn()
@Stability(value=Stable) public void setSnsTopicArn(@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 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.