NetworkSettingsState constructor

const NetworkSettingsState({
  1. Input<List<String>?>? associatedPortalArns,
  2. Input<String?>? networkSettingsArn,
  3. Input<String?>? region,
  4. Input<List<String>?>? securityGroupIds,
  5. Input<List<String>?>? subnetIds,
  6. Input<Map<String, String>?>? tags,
  7. Input<Map<String, String>?>? tagsAll,
  8. Input<String?>? vpcId,
})

Creates a new NetworkSettingsState. associatedPortalArns List of web portal ARNs associated with the network settings. networkSettingsArn ARN of the network settings resource. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. securityGroupIds One or more security groups used to control access from streaming instances to your VPC. subnetIds The subnets in which network interfaces are created to connect streaming instances to your VPC. At least two subnet ids must be specified. tags Map of tags assigned to the resource. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level. tagsAll Map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block. vpcId The VPC that streaming instances will connect to.

Implementation

const NetworkSettingsState({
  this.associatedPortalArns,
  this.networkSettingsArn,
  this.region,
  this.securityGroupIds,
  this.subnetIds,
  this.tags,
  this.tagsAll,
  this.vpcId,
});