public static interface CfnStack.AccessEndpointProperty
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.appstream.*; AccessEndpointProperty accessEndpointProperty = AccessEndpointProperty.builder() .endpointType("endpointType") .vpceId("vpceId") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnStack.AccessEndpointProperty.Builder
A builder for
CfnStack.AccessEndpointProperty |
static class |
CfnStack.AccessEndpointProperty.Jsii$Proxy
An implementation for
CfnStack.AccessEndpointProperty |
Modifier and Type | Method and Description |
---|---|
static CfnStack.AccessEndpointProperty.Builder |
builder() |
java.lang.String |
getEndpointType()
The type of interface endpoint.
|
java.lang.String |
getVpceId()
The identifier (ID) of the VPC in which the interface endpoint is used.
|
java.lang.String getEndpointType()
java.lang.String getVpceId()
static CfnStack.AccessEndpointProperty.Builder builder()