NetworkProfileArgs

constructor(description: Output<String>? = null, downlinkBandwidthBits: Output<Int>? = null, downlinkDelayMs: Output<Int>? = null, downlinkJitterMs: Output<Int>? = null, downlinkLossPercent: Output<Int>? = null, name: Output<String>? = null, projectArn: Output<String>? = null, tags: Output<List<TagArgs>>? = null, uplinkBandwidthBits: Output<Int>? = null, uplinkDelayMs: Output<Int>? = null, uplinkJitterMs: Output<Int>? = null, uplinkLossPercent: Output<Int>? = null)