Show / Hide Table of Contents

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.

Inheritance
object
CfnStackPropsMixin.AccessEndpointProperty
Implements
CfnStackPropsMixin.IAccessEndpointProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-stack-accessendpoint.html

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-stack-accessendpoint.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-stack-accessendpoint.html#cfn-appstream-stack-accessendpoint-endpointtype

VpceId

The identifier (ID) of the VPC in which the interface endpoint is used.

public string? VpceId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-stack-accessendpoint.html#cfn-appstream-stack-accessendpoint-vpceid

Implements

CfnStackPropsMixin.IAccessEndpointProperty
Back to top Generated by DocFX