Interface CfnScraper.VpcConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnScraper.VpcConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnScraper
@Stability(Stable)
public static interface CfnScraper.VpcConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Configuration for VPC metrics source.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.aps.*;
VpcConfigurationProperty vpcConfigurationProperty = VpcConfigurationProperty.builder()
.securityGroupIds(List.of("securityGroupIds"))
.subnetIds(List.of("subnetIds"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnScraper.VpcConfigurationPropertystatic final classAn implementation forCfnScraper.VpcConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSecurityGroupIds
List of security group IDs.- See Also:
-
getSubnetIds
List of subnet IDs.- See Also:
-
builder
-