Interface CfnImageBuilderPropsMixin.AccessEndpointProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnImageBuilderPropsMixin.AccessEndpointProperty.Jsii$Proxy
- Enclosing class:
CfnImageBuilderPropsMixin
@Stability(Stable)
public static interface CfnImageBuilderPropsMixin.AccessEndpointProperty
extends software.amazon.jsii.JsiiSerializable
Describes an interface VPC endpoint (interface endpoint) that lets you create a private connection between the virtual private cloud (VPC) that you specify and WorkSpaces Applications.
When you specify an interface endpoint for a stack, users of the stack can connect to WorkSpaces Applications only through that endpoint. When you specify an interface endpoint for an image builder, administrators can connect to the image builder only through that endpoint.
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.appstream.*;
AccessEndpointProperty accessEndpointProperty = AccessEndpointProperty.builder()
.endpointType("endpointType")
.vpceId("vpceId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnImageBuilderPropsMixin.AccessEndpointPropertystatic final classAn implementation forCfnImageBuilderPropsMixin.AccessEndpointProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEndpointType
The type of interface endpoint.- See Also:
-
getVpceId
The identifier (ID) of the VPC in which the interface endpoint is used.- See Also:
-
builder
-