GetNetworkSettingsResult

data class GetNetworkSettingsResult(val associatedPortalArns: List<String>? = null, val networkSettingsArn: String? = null, val securityGroupIds: List<String>? = null, val subnetIds: List<String>? = null, val tags: List<Tag>? = null, val vpcId: String? = null)

Constructors

Link copied to clipboard
constructor(associatedPortalArns: List<String>? = null, networkSettingsArn: String? = null, securityGroupIds: List<String>? = null, subnetIds: List<String>? = null, tags: List<Tag>? = null, vpcId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of web portal ARNs that this network settings is associated with.

Link copied to clipboard

The ARN of the network settings.

Link copied to clipboard

One or more security groups used to control access from streaming instances to your VPC. Pattern : ^[\w+\-]+$

Link copied to clipboard
val subnetIds: List<String>? = null

The subnets in which network interfaces are created to connect streaming instances to your VPC. At least two of these subnets must be in different availability zones. Pattern : ^subnet-([0-9a-f]{8}|[0-9a-f]{17})$

Link copied to clipboard
val tags: List<Tag>? = null

The tags to add to the network settings resource. A tag is a key-value pair.

Link copied to clipboard
val vpcId: String? = null

The VPC that streaming instances will connect to. Pattern : ^vpc-[0-9a-z]*$