@Generated(value="jsii-pacmak/0.20.5 (build a820217)", date="2019-11-13T14:31:12.744Z") @Stability(value=External) public class CfnDBSubnetGroup extends CfnResource implements IInspectable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html| Modifier and Type | Class and Description |
|---|---|
static class |
CfnDBSubnetGroup.Builder
A fluent builder for
CfnDBSubnetGroup. |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.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 |
|---|---|
|
CfnDBSubnetGroup(Construct scope,
String id,
CfnDBSubnetGroupProps props)
Create a new `AWS::DocDB::DBSubnetGroup`.
|
protected |
CfnDBSubnetGroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnDBSubnetGroup(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
getCfnProperties() |
String |
getDbSubnetGroupDescription()
`AWS::DocDB::DBSubnetGroup.DBSubnetGroupDescription`.
|
String |
getDbSubnetGroupName()
`AWS::DocDB::DBSubnetGroup.DBSubnetGroupName`.
|
List<String> |
getSubnetIds()
`AWS::DocDB::DBSubnetGroup.SubnetIds`.
|
TagManager |
getTags()
`AWS::DocDB::DBSubnetGroup.Tags`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setDbSubnetGroupDescription(String value)
`AWS::DocDB::DBSubnetGroup.DBSubnetGroupDescription`.
|
void |
setDbSubnetGroupName(String value)
`AWS::DocDB::DBSubnetGroup.DBSubnetGroupName`.
|
void |
setSubnetIds(List<String> value)
`AWS::DocDB::DBSubnetGroup.SubnetIds`.
|
addDeletionOverride, addDependsOn, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getUpdatedProperites, isCfnResource, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdgetNode, isConstruct, prepare, synthesize, validatejsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSet@Stability(value=External) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnDBSubnetGroup(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnDBSubnetGroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=External) public CfnDBSubnetGroup(Construct scope, String id, CfnDBSubnetGroupProps 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=Experimental) public void inspect(TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=External) protected Map<String,Object> renderProperties(Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=External) protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=External) public TagManager getTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html#cfn-docdb-dbsubnetgroup-tags@Stability(value=External) public String getDbSubnetGroupDescription()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html#cfn-docdb-dbsubnetgroup-dbsubnetgroupdescription@Stability(value=External) public void setDbSubnetGroupDescription(String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html#cfn-docdb-dbsubnetgroup-dbsubnetgroupdescription@Stability(value=External) public List<String> getSubnetIds()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html#cfn-docdb-dbsubnetgroup-subnetids@Stability(value=External) public void setSubnetIds(List<String> value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html#cfn-docdb-dbsubnetgroup-subnetids@Stability(value=External) public String getDbSubnetGroupName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html#cfn-docdb-dbsubnetgroup-dbsubnetgroupname@Stability(value=External) public void setDbSubnetGroupName(String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbsubnetgroup.html#cfn-docdb-dbsubnetgroup-dbsubnetgroupnameCopyright © 2019. All rights reserved.