Interface CfnScraperPropsMixin.IVpcConfigurationProperty
Configuration for VPC metrics source.
Namespace: Amazon.CDK.Mixins.Preview.AWS.APS.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnScraperPropsMixin.IVpcConfigurationProperty
Syntax (vb)
Public Interface CfnScraperPropsMixin.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.Mixins.Preview.AWS.APS.Mixins;
var vpcConfigurationProperty = new VpcConfigurationProperty {
SecurityGroupIds = new [] { "securityGroupIds" },
SubnetIds = new [] { "subnetIds" }
};
Synopsis
Properties
| SecurityGroupIds | List of security group IDs. |
| SubnetIds | List of subnet IDs. |