interface AccessEndpointProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.AppStream.CfnStack.AccessEndpointProperty |
Java | software.amazon.awscdk.services.appstream.CfnStack.AccessEndpointProperty |
Python | aws_cdk.aws_appstream.CfnStack.AccessEndpointProperty |
TypeScript | @aws-cdk/aws-appstream » CfnStack » AccessEndpointProperty |
Describes an interface VPC endpoint (interface endpoint) that lets you create a private connection between the virtual private cloud (VPC) that you specify and AppStream 2.0. When you specify an interface endpoint for a stack, users of the stack can connect to AppStream 2.0 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 * as appstream from '@aws-cdk/aws-appstream';
const accessEndpointProperty: appstream.CfnStack.AccessEndpointProperty = {
endpointType: 'endpointType',
vpceId: 'vpceId',
};
Properties
Name | Type | Description |
---|---|---|
endpoint | string | The type of interface endpoint. |
vpce | string | The identifier (ID) of the VPC in which the interface endpoint is used. |
endpointType
Type:
string
The type of interface endpoint.
vpceId
Type:
string
The identifier (ID) of the VPC in which the interface endpoint is used.