NetworkSettingsState class

Input properties used for looking up and filtering NetworkSettings resources.

Constructors

NetworkSettingsState({Input<List<String>?>? associatedPortalArns, Input<String?>? networkSettingsArn, Input<String?>? region, Input<List<String>?>? securityGroupIds, Input<List<String>?>? subnetIds, Input<Map<String, String>?>? tags, Input<Map<String, String>?>? tagsAll, 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.
const
NetworkSettingsState.fromMap(Map<String, dynamic> map)
factory

Properties

associatedPortalArns → Input<List<String>?>?
List of web portal ARNs associated with the network settings.
final
hashCode int
The hash code for this object.
no setterinherited
networkSettingsArn → Input<String?>?
ARN of the network settings resource.
final
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securityGroupIds → Input<List<String>?>?
One or more security groups used to control access from streaming instances to your VPC.
final
subnetIds → Input<List<String>?>?
The subnets in which network interfaces are created to connect streaming instances to your VPC. At least two subnet ids must be specified.
final
tags → Input<Map<String, String>?>?
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.
final
tagsAll → Input<Map<String, String>?>?
Map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.
final
vpcId → Input<String?>?
The VPC that streaming instances will connect to.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited