This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::DeviceFarm::VPCEConfiguration
Creates a configuration record in Device Farm for your Amazon Virtual Private Cloud (VPC) endpoint service.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::DeviceFarm::VPCEConfiguration", "Properties" : { "ServiceDnsName" :String, "Tags" :[ Tag, ... ], "VpceConfigurationDescription" :String, "VpceConfigurationName" :String, "VpceServiceName" :String} }
YAML
Type: AWS::DeviceFarm::VPCEConfiguration Properties: ServiceDnsName:StringTags:- TagVpceConfigurationDescription:StringVpceConfigurationName:StringVpceServiceName:String
Properties
ServiceDnsName-
The DNS name that Device Farm will use to map to the private service you want to access.
Required: Yes
Type: String
Minimum:
1Maximum:
2048Update requires: No interruption
-
An array of key-value pairs to apply to this resource.
For more information, see Tag in the AWS CloudFormation resource type reference guide.
Required: No
Type: Array of Tag
Update requires: No interruption
VpceConfigurationDescription-
An optional description that provides details about your VPC endpoint configuration.
Required: No
Type: String
Minimum:
1Maximum:
2048Update requires: No interruption
VpceConfigurationName-
The friendly name you give to your VPC endpoint configuration to manage your configurations more easily.
Required: Yes
Type: String
Minimum:
1Maximum:
1024Update requires: No interruption
VpceServiceName-
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.Required: Yes
Type: String
Minimum:
1Maximum:
2048Update requires: No interruption
Return values
Ref
Not supported for this resource.
Fn::GetAtt
The Fn::GetAtt intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.
For more information about using the Fn::GetAtt intrinsic function, see Fn::GetAtt.
Arn-
The Amazon Resource Name (ARN) of the VPC endpoint. See Amazon resource names in the General Reference guide.