NetworkSettingsState class
Input properties used for looking up and filtering NetworkSettings resources.
Constructors
-
NetworkSettingsState({Input<
List< ? associatedPortalArns, Input<String> ?>String?> ? networkSettingsArn, Input<String?> ? region, Input<List< ? securityGroupIds, Input<String> ?>List< ? subnetIds, Input<String> ?>Map< ? tags, Input<String, String> ?>Map< ? tagsAll, Input<String, String> ?>String?> ? vpcId}) -
Creates a new NetworkSettingsState.
associatedPortalArnsList of web portal ARNs associated with the network settings.networkSettingsArnARN of the network settings resource.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.securityGroupIdsOne or more security groups used to control access from streaming instances to your VPC.subnetIdsThe subnets in which network interfaces are created to connect streaming instances to your VPC. At least two subnet ids must be specified.tagsMap of tags assigned to the resource. If configured with a providerdefaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.tagsAllMap of tags assigned to the resource, including those inherited from the providerdefaultTagsconfiguration block.vpcIdThe 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
-
Map of tags assigned to the resource. If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.final -
Map of tags assigned to the resource, including those inherited from the provider
defaultTagsconfiguration 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