Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

AWS::DeviceFarm::NetworkProfile

Focus mode

On this page

AWS::DeviceFarm::NetworkProfile - AWS CloudFormation
Filter View

Creates a network profile.

Syntax

To declare this entity in your AWS 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: String DownlinkBandwidthBits: Integer DownlinkDelayMs: Integer DownlinkJitterMs: Integer DownlinkLossPercent: Integer Name: String ProjectArn: String Tags: - Tag UplinkBandwidthBits: Integer UplinkDelayMs: Integer UplinkJitterMs: Integer UplinkLossPercent: Integer

Properties

Description

The description of the network profile.

Required: No

Type: String

Minimum: 1

Maximum: 16384

Update requires: No interruption

DownlinkBandwidthBits

The data throughput rate in bits per second, as an integer from 0 to 104857600.

Required: No

Type: Integer

Minimum: 0

Maximum: 104857600

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

Minimum: 0

Maximum: 2000

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

Minimum: 0

Maximum: 2000

Update requires: No interruption

DownlinkLossPercent

Proportion of received packets that fail to arrive from 0 to 100 percent.

Required: No

Type: Integer

Minimum: 0

Maximum: 100

Update requires: No interruption

Name

The name of the network profile.

Required: Yes

Type: String

Minimum: 1

Maximum: 256

Update requires: No interruption

ProjectArn

The Amazon Resource Name (ARN) of the specified project.

Required: Yes

Type: String

Pattern: ^arn:.+

Minimum: 32

Maximum: 1011

Update requires: Replacement

Tags

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

UplinkBandwidthBits

The data throughput rate in bits per second, as an integer from 0 to 104857600.

Required: No

Type: Integer

Minimum: 0

Maximum: 104857600

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

Minimum: 0

Maximum: 2000

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

Minimum: 0

Maximum: 2000

Update requires: No interruption

UplinkLossPercent

Proportion of transmitted packets that fail to arrive from 0 to 100 percent.

Required: No

Type: Integer

Minimum: 0

Maximum: 100

Update 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.

Next topic:

Tag

Previous topic:

Tag
PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.