This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::DeviceFarm::NetworkProfile
Creates a network profile.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::DeviceFarm::NetworkProfile", "Properties" : { "Description" :String, "DownlinkBandwidthBits" :Integer, "DownlinkDelayMs" :Integer, "DownlinkJitterMs" :Integer, "DownlinkLossPercent" :Integer, "Name" :String, "ProjectArn" :String, "Tags" :[ Tag, ... ], "UplinkBandwidthBits" :Integer, "UplinkDelayMs" :Integer, "UplinkJitterMs" :Integer, "UplinkLossPercent" :Integer} }
YAML
Type: AWS::DeviceFarm::NetworkProfile Properties: Description:StringDownlinkBandwidthBits:IntegerDownlinkDelayMs:IntegerDownlinkJitterMs:IntegerDownlinkLossPercent:IntegerName:StringProjectArn:StringTags:- TagUplinkBandwidthBits:IntegerUplinkDelayMs:IntegerUplinkJitterMs:IntegerUplinkLossPercent:Integer
Properties
Description-
The description of the network profile.
Required: No
Type: String
Minimum:
1Maximum:
16384Update requires: No interruption
DownlinkBandwidthBits-
The data throughput rate in bits per second, as an integer from 0 to 104857600.
Required: No
Type: Integer
Minimum:
0Maximum:
104857600Update requires: No interruption
DownlinkDelayMs-
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
Required: No
Type: Integer
Minimum:
0Maximum:
2000Update requires: No interruption
DownlinkJitterMs-
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
Required: No
Type: Integer
Minimum:
0Maximum:
2000Update requires: No interruption
DownlinkLossPercent-
Proportion of received packets that fail to arrive from 0 to 100 percent.
Required: No
Type: Integer
Minimum:
0Maximum:
100Update requires: No interruption
Name-
The name of the network profile.
Required: Yes
Type: String
Minimum:
1Maximum:
256Update requires: No interruption
ProjectArn-
The Amazon Resource Name (ARN) of the specified project.
Required: Yes
Type: String
Pattern:
^arn:.+Minimum:
32Maximum:
1011Update requires: Replacement
-
An array of key-value pairs to apply to this resource.
For more information, see Tag in the Amazon CloudFormation resource type reference guide.
Required: No
Type: Array of Tag
Update requires: No interruption
UplinkBandwidthBits-
The data throughput rate in bits per second, as an integer from 0 to 104857600.
Required: No
Type: Integer
Minimum:
0Maximum:
104857600Update requires: No interruption
UplinkDelayMs-
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
Required: No
Type: Integer
Minimum:
0Maximum:
2000Update requires: No interruption
UplinkJitterMs-
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
Required: No
Type: Integer
Minimum:
0Maximum:
2000Update requires: No interruption
UplinkLossPercent-
Proportion of transmitted packets that fail to arrive from 0 to 100 percent.
Required: No
Type: Integer
Minimum:
0Maximum:
100Update 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 network profile. See Amazon resource names in the General Reference guide.