aws-cdk-lib.aws_appstream.CfnAppBlockBuilder.AccessEndpointProperty

interface AccessEndpointProperty

LanguageType name
.NETAmazon.CDK.AWS.AppStream.CfnAppBlockBuilder.AccessEndpointProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappstream#CfnAppBlockBuilder_AccessEndpointProperty
Javasoftware.amazon.awscdk.services.appstream.CfnAppBlockBuilder.AccessEndpointProperty
Pythonaws_cdk.aws_appstream.CfnAppBlockBuilder.AccessEndpointProperty
TypeScript aws-cdk-lib » aws_appstream » CfnAppBlockBuilder » 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 { aws_appstream as appstream } from 'aws-cdk-lib';
const accessEndpointProperty: appstream.CfnAppBlockBuilder.AccessEndpointProperty = {
  endpointType: 'endpointType',
  vpceId: 'vpceId',
};

Properties

NameTypeDescription
endpointTypestringThe type of interface endpoint.
vpceIdstringThe 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.