Creates a network profile.
import { CfnNetworkProfile } from 'aws-cdk-lib/aws-devicefarm';Or use the module namespace:
import * as devicefarm from 'aws-cdk-lib/aws-devicefarm';
// devicefarm.CfnNetworkProfileConfiguration passed to the constructor as CfnNetworkProfileProps.
nameRequiredstringThe name of the network profile.
projectArnRequiredstringThe Amazon Resource Name (ARN) of the specified project.
descriptionOptionalstringThe description of the network profile.
downlinkBandwidthBitsOptionalnumberThe data throughput rate in bits per second, as an integer from 0 to 104857600.
downlinkDelayMsOptionalnumberDelay time for all packets to destination in milliseconds as an integer from 0 to 2000.
downlinkJitterMsOptionalnumberTime variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
downlinkLossPercentOptionalnumberProportion of received packets that fail to arrive from 0 to 100 percent.
tagsOptionalCfnTag[]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* .
uplinkBandwidthBitsOptionalnumberThe data throughput rate in bits per second, as an integer from 0 to 104857600.
uplinkDelayMsOptionalnumberDelay time for all packets to destination in milliseconds as an integer from 0 to 2000.
uplinkJitterMsOptionalnumberTime variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
uplinkLossPercentOptionalnumberProportion of transmitted packets that fail to arrive from 0 to 100 percent.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-devicefarm