Interface CfnApplication.IVpcConfigurationProperty
Describes the parameters of a VPC used by the application.
Namespace: Amazon.CDK.AWS.KinesisAnalyticsV2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IVpcConfigurationProperty
Syntax (vb)
Public Interface IVpcConfigurationProperty
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.KinesisAnalyticsV2;
var vpcConfigurationProperty = new VpcConfigurationProperty {
SecurityGroupIds = new [] { "securityGroupIds" },
SubnetIds = new [] { "subnetIds" }
};
Synopsis
Properties
Security |
The array of SecurityGroup IDs used by the VPC configuration. |
Subnet |
The array of Subnet IDs used by the VPC configuration. |
Properties
SecurityGroupIds
The array of SecurityGroup IDs used by the VPC configuration.
string[] SecurityGroupIds { get; }
Property Value
System.
Remarks
SubnetIds
The array of Subnet IDs used by the VPC configuration.
string[] SubnetIds { get; }
Property Value
System.