Show / Hide Table of Contents

Interface CfnServerlessClusterPropsMixin.IVpcConfigProperty

Namespace: Amazon.CDK.Mixins.Preview.AWS.MSK.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnServerlessClusterPropsMixin.IVpcConfigProperty
Syntax (vb)
Public Interface CfnServerlessClusterPropsMixin.IVpcConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-serverlesscluster-vpcconfig.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.Mixins.Preview.AWS.MSK.Mixins;

             var vpcConfigProperty = new VpcConfigProperty {
                 SecurityGroups = new [] { "securityGroups" },
                 SubnetIds = new [] { "subnetIds" }
             };

Synopsis

Properties

SecurityGroups
SubnetIds

Properties

SecurityGroups

string[]? SecurityGroups { get; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-serverlesscluster-vpcconfig.html#cfn-msk-serverlesscluster-vpcconfig-securitygroups

SubnetIds

string[]? SubnetIds { get; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-serverlesscluster-vpcconfig.html#cfn-msk-serverlesscluster-vpcconfig-subnetids

Back to top Generated by DocFX