Interface ICfnSecurityGroupVpcAssociationProps
Properties for defining a CfnSecurityGroupVpcAssociation
.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnSecurityGroupVpcAssociationProps
Syntax (vb)
Public Interface ICfnSecurityGroupVpcAssociationProps
Remarks
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.EC2;
var cfnSecurityGroupVpcAssociationProps = new CfnSecurityGroupVpcAssociationProps {
GroupId = "groupId",
VpcId = "vpcId"
};
Synopsis
Properties
GroupId | The association's security group ID. |
VpcId | The association's VPC ID. |
Properties
GroupId
The association's security group ID.
string GroupId { get; }
Property Value
System.String
Remarks
VpcId
The association's VPC ID.
string VpcId { get; }
Property Value
System.String