Class CfnStackPropsMixin.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 WorkSpaces Applications.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.AppStream.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnStackPropsMixin.AccessEndpointProperty : CfnStackPropsMixin.IAccessEndpointProperty
Syntax (vb)
Public Class CfnStackPropsMixin.AccessEndpointProperty Implements CfnStackPropsMixin.IAccessEndpointProperty
Remarks
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.
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.Mixins.Preview.AWS.AppStream.Mixins;
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 WorkSpaces Applications. |
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 WorkSpaces Applications.
public AccessEndpointProperty()
Remarks
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.
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.Mixins.Preview.AWS.AppStream.Mixins;
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; }