Class CfnSubnetGroup
A CloudFormation AWS::DAX::SubnetGroup
.
Inherited Members
Namespace: Amazon.CDK.AWS.DAX
Assembly: Amazon.CDK.AWS.DAX.dll
Syntax (csharp)
public class CfnSubnetGroup : CfnResource, IConstruct, IDependable, IInspectable
Syntax (vb)
Public Class CfnSubnetGroup
Inherits CfnResource
Implements IConstruct, IDependable, IInspectable
Remarks
Creates a new subnet group.
CloudformationResource: AWS::DAX::SubnetGroup
Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-subnetgroup.html
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.DAX;
var cfnSubnetGroup = new CfnSubnetGroup(this, "MyCfnSubnetGroup", new CfnSubnetGroupProps {
SubnetIds = new [] { "subnetIds" },
// the properties below are optional
Description = "description",
SubnetGroupName = "subnetGroupName"
});
Synopsis
Constructors
CfnSubnetGroup(Construct, String, ICfnSubnetGroupProps) | Create a new |
CfnSubnetGroup(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
CfnSubnetGroup(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
Properties
CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
CfnProperties | |
Description | The description of the subnet group. |
SubnetGroupName | The name of the subnet group. |
SubnetIds | A list of VPC subnet IDs for the subnet group. |
Methods
Inspect(TreeInspector) | Examines the CloudFormation resource and discloses attributes. |
RenderProperties(IDictionary<String, Object>) |
Constructors
CfnSubnetGroup(Construct, String, ICfnSubnetGroupProps)
Create a new AWS::DAX::SubnetGroup
.
public CfnSubnetGroup(Construct scope, string id, ICfnSubnetGroupProps props)
Parameters
- scope Construct
- scope in which this resource is defined.
- id System.String
- scoped id of the resource.
- props ICfnSubnetGroupProps
- resource properties.
CfnSubnetGroup(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected CfnSubnetGroup(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
CfnSubnetGroup(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected CfnSubnetGroup(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
Properties
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
System.String
CfnProperties
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
System.Collections.Generic.IDictionary<System.String, System.Object>
Overrides
Description
The description of the subnet group.
public virtual string Description { get; set; }
Property Value
System.String
Remarks
SubnetGroupName
The name of the subnet group.
public virtual string SubnetGroupName { get; set; }
Property Value
System.String
Remarks
SubnetIds
A list of VPC subnet IDs for the subnet group.
public virtual string[] SubnetIds { get; set; }
Property Value
System.String[]
Remarks
Methods
Inspect(TreeInspector)
Examines the CloudFormation resource and discloses attributes.
public virtual void Inspect(TreeInspector inspector)
Parameters
- inspector TreeInspector
- tree inspector to collect and process attributes.
RenderProperties(IDictionary<String, Object>)
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props System.Collections.Generic.IDictionary<System.String, System.Object>
Returns
System.Collections.Generic.IDictionary<System.String, System.Object>