Interface CfnWebAppPropsMixin.EndpointDetailsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnWebAppPropsMixin.EndpointDetailsProperty.Jsii$Proxy
- Enclosing class:
CfnWebAppPropsMixin
@Stability(Stable)
public static interface CfnWebAppPropsMixin.EndpointDetailsProperty
extends software.amazon.jsii.JsiiSerializable
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.*;
EndpointDetailsProperty endpointDetailsProperty = EndpointDetailsProperty.builder()
.vpc(VpcProperty.builder()
.securityGroupIds(List.of("securityGroupIds"))
.subnetIds(List.of("subnetIds"))
.vpcId("vpcId")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnWebAppPropsMixin.EndpointDetailsPropertystatic final classAn implementation forCfnWebAppPropsMixin.EndpointDetailsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getVpc
You can provide a structure that contains the details for the VPC endpoint to use with your web app.Returns union: either
IResolvableorCfnWebAppPropsMixin.VpcProperty- See Also:
-
builder
-