CfnVPCEConfigurationMixinProps
- class aws_cdk.mixins_preview.aws_devicefarm.mixins.CfnVPCEConfigurationMixinProps(*, service_dns_name=None, tags=None, vpce_configuration_description=None, vpce_configuration_name=None, vpce_service_name=None)
Bases:
objectProperties for CfnVPCEConfigurationPropsMixin.
- Parameters:
service_dns_name (
Optional[str]) – The DNS name that Device Farm will use to map to the private service you want to access.tags (
Optional[Sequence[Union[CfnTag,Dict[str,Any]]]]) – An array of key-value pairs to apply to this resource. For more information, see Tag in the guide .vpce_configuration_description (
Optional[str]) – An optional description that provides details about your VPC endpoint configuration.vpce_configuration_name (
Optional[str]) – The friendly name you give to your VPC endpoint configuration to manage your configurations more easily.vpce_service_name (
Optional[str]) – The name of the VPC endpoint service that you want to access from Device Farm. The name follows the formatcom.amazonaws.vpce.us-west-2.vpce-svc-id.
- See:
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_devicefarm import mixins as devicefarm_mixins cfn_vPCEConfiguration_mixin_props = devicefarm_mixins.CfnVPCEConfigurationMixinProps( service_dns_name="serviceDnsName", tags=[CfnTag( key="key", value="value" )], vpce_configuration_description="vpceConfigurationDescription", vpce_configuration_name="vpceConfigurationName", vpce_service_name="vpceServiceName" )
Attributes
- service_dns_name
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.
For more information, see Tag in the guide .
- vpce_configuration_description
An optional description that provides details about your VPC endpoint configuration.
- vpce_configuration_name
The friendly name you give to your VPC endpoint configuration to manage your configurations more easily.
- vpce_service_name
The name of the VPC endpoint service that you want to access from Device Farm.
The name follows the format
com.amazonaws.vpce.us-west-2.vpce-svc-id.