Show / Hide Table of Contents

Class CfnVPCEConfigurationMixinProps

Properties for CfnVPCEConfigurationPropsMixin.

Inheritance
object
CfnVPCEConfigurationMixinProps
Implements
ICfnVPCEConfigurationMixinProps
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.DeviceFarm.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnVPCEConfigurationMixinProps : ICfnVPCEConfigurationMixinProps
Syntax (vb)
Public Class CfnVPCEConfigurationMixinProps Implements ICfnVPCEConfigurationMixinProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-vpceconfiguration.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.DeviceFarm.Mixins;

             var cfnVPCEConfigurationMixinProps = new CfnVPCEConfigurationMixinProps {
                 ServiceDnsName = "serviceDnsName",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } },
                 VpceConfigurationDescription = "vpceConfigurationDescription",
                 VpceConfigurationName = "vpceConfigurationName",
                 VpceServiceName = "vpceServiceName"
             };

Synopsis

Constructors

CfnVPCEConfigurationMixinProps()

Properties for CfnVPCEConfigurationPropsMixin.

Properties

ServiceDnsName

The DNS name that Device Farm will use to map to the private service you want to access.

Tags

An array of key-value pairs to apply to this resource.

VpceConfigurationDescription

An optional description that provides details about your VPC endpoint configuration.

VpceConfigurationName

The friendly name you give to your VPC endpoint configuration to manage your configurations more easily.

VpceServiceName

The name of the VPC endpoint service that you want to access from Device Farm.

Constructors

CfnVPCEConfigurationMixinProps()

Properties for CfnVPCEConfigurationPropsMixin.

public CfnVPCEConfigurationMixinProps()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-vpceconfiguration.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.DeviceFarm.Mixins;

             var cfnVPCEConfigurationMixinProps = new CfnVPCEConfigurationMixinProps {
                 ServiceDnsName = "serviceDnsName",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } },
                 VpceConfigurationDescription = "vpceConfigurationDescription",
                 VpceConfigurationName = "vpceConfigurationName",
                 VpceServiceName = "vpceServiceName"
             };

Properties

ServiceDnsName

The DNS name that Device Farm will use to map to the private service you want to access.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-vpceconfiguration.html#cfn-devicefarm-vpceconfiguration-servicednsname

Tags

An array of key-value pairs to apply to this resource.

public ICfnTag[]? Tags { get; set; }
Property Value

ICfnTag[]

Remarks

For more information, see Tag in the guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-vpceconfiguration.html#cfn-devicefarm-vpceconfiguration-tags

VpceConfigurationDescription

An optional description that provides details about your VPC endpoint configuration.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-vpceconfiguration.html#cfn-devicefarm-vpceconfiguration-vpceconfigurationdescription

VpceConfigurationName

The friendly name you give to your VPC endpoint configuration to manage your configurations more easily.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-vpceconfiguration.html#cfn-devicefarm-vpceconfiguration-vpceconfigurationname

VpceServiceName

The name of the VPC endpoint service that you want to access from Device Farm.

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

string

Remarks

The name follows the format com.amazonaws.vpce.us-west-2.vpce-svc-id .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-vpceconfiguration.html#cfn-devicefarm-vpceconfiguration-vpceservicename

Implements

ICfnVPCEConfigurationMixinProps
Back to top Generated by DocFX