Class CfnVPCEConfigurationMixinProps
Properties for CfnVPCEConfigurationPropsMixin.
Implements
Inherited Members
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
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
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
Remarks
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 .
VpceConfigurationDescription
An optional description that provides details about your VPC endpoint configuration.
public string? VpceConfigurationDescription { get; set; }
Property Value
Remarks
VpceConfigurationName
The friendly name you give to your VPC endpoint configuration to manage your configurations more easily.
public string? VpceConfigurationName { get; set; }
Property Value
Remarks
VpceServiceName
The name of the VPC endpoint service that you want to access from Device Farm.
public string? VpceServiceName { get; set; }
Property Value
Remarks
The name follows the format com.amazonaws.vpce.us-west-2.vpce-svc-id .