AWS Fundamentals Logo
AWS Fundamentals
L1 Construct

CfnNetworkProfile

Creates a network profile.

Import

import { CfnNetworkProfile } from 'aws-cdk-lib/aws-devicefarm';

Or use the module namespace:

import * as devicefarm from 'aws-cdk-lib/aws-devicefarm';
// devicefarm.CfnNetworkProfile

Properties

Configuration passed to the constructor as CfnNetworkProfileProps.

nameRequired
string

The name of the network profile.

projectArnRequired
string

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

descriptionOptional
string

The description of the network profile.

downlinkBandwidthBitsOptional
number

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

downlinkDelayMsOptional
number

Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.

downlinkJitterMsOptional
number

Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.

downlinkLossPercentOptional
number

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

tagsOptional
CfnTag[]

An array of key-value pairs to apply to this resource. For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html) in the *guide* .

uplinkBandwidthBitsOptional
number

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

uplinkDelayMsOptional
number

Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.

uplinkJitterMsOptional
number

Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.

uplinkLossPercentOptional
number

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

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-devicefarm
Properties12

External Links