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:
0Maximum:
16384Update requires: No interruption
DownlinkBandwidthBits-
The data throughput rate in bits per second, as an integer from 0 to 104857600.
Required: No
Type: Integer
Update requires: No interruption
DownlinkDelayMs-
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
Required: No
Type: Integer
Update 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
Update 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:
0Maximum:
256Update requires: No interruption
ProjectArn-
The Amazon Resource Name (ARN) of the specified project.
Required: Yes
Type: String
Update requires: Replacement
Tags-
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: List 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
Update requires: No interruption
UplinkDelayMs-
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
Required: No
Type: Integer
Update 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
Update 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::GetAttintrinsic 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::GetAttintrinsic function, see Fn::GetAtt.
Arn-
The Amazon Resource Name (ARN) of the network profile. See Amazon resource names in the General Reference guide.