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
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 |