EventTargetEcsTargetNetworkConfiguration class
Constructors
-
EventTargetEcsTargetNetworkConfiguration({Input<
bool?> ? assignPublicIp, Input<List< ? securityGroups, required Input<String> ?>List< subnets})String> > -
Creates a new EventTargetEcsTargetNetworkConfiguration.
assignPublicIpAssign a public IP address to the ENI (Fargate launch type only). Valid values aretrueorfalse. Defaults tofalse.securityGroupsThe security groups associated with the task or service. If you do not specify a security group, the default security group for the VPC is used.subnetsThe subnets associated with the task or service.const -
EventTargetEcsTargetNetworkConfiguration.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
assignPublicIp
→ Input<
bool?> ? -
Assign a public IP address to the ENI (Fargate launch type only). Valid values are
trueorfalse. Defaults tofalse.final - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
securityGroups
→ Input<
List< ?String> ?> -
The security groups associated with the task or service. If you do not specify a security group, the default security group for the VPC is used.
final
-
subnets
→ Input<
List< String> > -
The subnets associated with the task or service.
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