EventTargetEcsTargetNetworkConfiguration class

Constructors

EventTargetEcsTargetNetworkConfiguration({Input<bool?>? assignPublicIp, Input<List<String>?>? securityGroups, required Input<List<String>> subnets})
Creates a new EventTargetEcsTargetNetworkConfiguration. assignPublicIp Assign a public IP address to the ENI (Fargate launch type only). Valid values are true or false. Defaults to false. securityGroups 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. subnets The 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 true or false. Defaults to false.
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