FleetVpcConfig class
Constructors
-
FleetVpcConfig({required Input<
List< securityGroupIds, required Input<String> >List< subnets, required Input<String> >String> vpcId}) -
Creates a new FleetVpcConfig.
securityGroupIdsA list of one or more security groups IDs in your Amazon VPC.subnetsA list of one or more subnet IDs in your Amazon VPC.vpcIdThe ID of the Amazon VPC.const -
FleetVpcConfig.fromMap(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
securityGroupIds
→ Input<
List< String> > -
A list of one or more security groups IDs in your Amazon VPC.
final
-
subnets
→ Input<
List< String> > -
A list of one or more subnet IDs in your Amazon VPC.
final
-
vpcId
→ Input<
String> -
The ID of the Amazon VPC.
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