Show / Hide Table of Contents

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.

Inheritance
object
CfnAppBlockBuilderPropsMixin.AccessEndpointProperty
Implements
CfnAppBlockBuilderPropsMixin.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.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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-appblockbuilder-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.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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-appblockbuilder-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.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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-appblockbuilder-accessendpoint.html#cfn-appstream-appblockbuilder-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-appblockbuilder-accessendpoint.html#cfn-appstream-appblockbuilder-accessendpoint-vpceid

Implements

CfnAppBlockBuilderPropsMixin.IAccessEndpointProperty
Back to top Generated by DocFX