Interface CfnWebAppPropsMixin.VpcProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnWebAppPropsMixin.VpcProperty.Jsii$Proxy
- Enclosing class:
CfnWebAppPropsMixin
@Stability(Stable)
public static interface CfnWebAppPropsMixin.VpcProperty
extends software.amazon.jsii.JsiiSerializable
You can provide a structure that contains the details for the VPC endpoint to use with your web app.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.transfer.*;
VpcProperty vpcProperty = VpcProperty.builder()
.securityGroupIds(List.of("securityGroupIds"))
.subnetIds(List.of("subnetIds"))
.vpcId("vpcId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnWebAppPropsMixin.VpcPropertystatic final classAn implementation forCfnWebAppPropsMixin.VpcProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSecurityGroupIds
- See Also:
-
getSubnetIds
- See Also:
-
getVpcId
- See Also:
-
builder
-