@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:08.042Z") @Stability(value=Stable) public class CfnReplicationSet extends CfnResource implements IInspectable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ssmincidents.*;
CfnReplicationSet cfnReplicationSet = CfnReplicationSet.Builder.create(this, "MyCfnReplicationSet")
.regions(List.of(ReplicationRegionProperty.builder()
.regionConfiguration(RegionConfigurationProperty.builder()
.sseKmsKeyId("sseKmsKeyId")
.build())
.regionName("regionName")
.build()))
// the properties below are optional
.deletionProtected(false)
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnReplicationSet.Builder
A fluent builder for
CfnReplicationSet. |
static interface |
CfnReplicationSet.RegionConfigurationProperty
Example:
|
static interface |
CfnReplicationSet.ReplicationRegionProperty
Example:
|
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.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 |
|---|---|
|
CfnReplicationSet(software.constructs.Construct scope,
String id,
CfnReplicationSetProps props)
Create a new `AWS::SSMIncidents::ReplicationSet`.
|
protected |
CfnReplicationSet(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnReplicationSet(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrArn() |
protected Map<String,Object> |
getCfnProperties() |
Object |
getDeletionProtected()
`AWS::SSMIncidents::ReplicationSet.DeletionProtected`.
|
Object |
getRegions()
`AWS::SSMIncidents::ReplicationSet.Regions`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setDeletionProtected(Boolean value)
`AWS::SSMIncidents::ReplicationSet.DeletionProtected`.
|
void |
setDeletionProtected(IResolvable value)
`AWS::SSMIncidents::ReplicationSet.DeletionProtected`.
|
void |
setRegions(IResolvable value)
`AWS::SSMIncidents::ReplicationSet.Regions`.
|
void |
setRegions(List<Object> value)
`AWS::SSMIncidents::ReplicationSet.Regions`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnReplicationSet(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnReplicationSet(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnReplicationSet(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnReplicationSetProps 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 getAttrArn()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @Nullable public Object getDeletionProtected()
@Stability(value=Stable)
public void setDeletionProtected(@Nullable
Boolean value)
@Stability(value=Stable)
public void setDeletionProtected(@Nullable
IResolvable value)
@Stability(value=Stable) @NotNull public Object getRegions()
@Stability(value=Stable)
public void setRegions(@NotNull
IResolvable value)
Copyright © 2021. All rights reserved.