Class CfnAppBlockBuilderPropsMixin.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.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.AppStream
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnAppBlockBuilderPropsMixin.AccessEndpointProperty : CfnAppBlockBuilderPropsMixin.IAccessEndpointProperty
Syntax (vb)
Public Class CfnAppBlockBuilderPropsMixin.AccessEndpointProperty Implements CfnAppBlockBuilderPropsMixin.IAccessEndpointProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.AppStream;
var accessEndpointProperty = new AccessEndpointProperty {
EndpointType = "endpointType",
VpceId = "vpceId"
};
Synopsis
Constructors
| 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. |
Properties
| EndpointType | The type of interface endpoint. |
| VpceId | The identifier (ID) of the VPC in which the interface endpoint is used. |
Constructors
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.
public AccessEndpointProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.AppStream;
var accessEndpointProperty = new AccessEndpointProperty {
EndpointType = "endpointType",
VpceId = "vpceId"
};
Properties
EndpointType
The type of interface endpoint.
public string? EndpointType { get; set; }
Property Value
Remarks
VpceId
The identifier (ID) of the VPC in which the interface endpoint is used.
public string? VpceId { get; set; }