Class: SecurityGroupEgress

EC2.SecurityGroupEgress

new SecurityGroupEgress()

Properties:
Name Type Description
CidrIp String Required: Conditional. CIDR range.Update requires: Replacement
DestinationSecurityGroupId String Required: Conditional. Specifies the group ID of the destination Amazon VPC security group.Update requires: Replacement
FromPort Number Required: Yes. Start of port range for the TCP and UDP protocols, or an ICMP type number. If you specify icmp for the IpProtocol property, you can specify -1 as a wildcard (i.e., any ICMP type number).Update requires: Replacement
GroupId String Required: Yes. ID of the Amazon VPC security group to modify. This value can be a reference to an AWS::EC2::SecurityGroup resource that has a valid VpcId property or the ID of an existing Amazon VPC security group.Update requires: Replacement
IpProtocol String Required: Yes. IP protocol name or number. For valid values, see the IpProtocol parameter in AuthorizeSecurityGroupIngressUpdate requires: Replacement
ToPort Number Required: Yes. End of port range for the TCP and UDP protocols, or an ICMP code. If you specify icmp for the IpProtocol property, you can specify -1 as a wildcard (i.e., any ICMP code).Update requires: Replacement
Source:

Extends

  • WKResource

EC2.SecurityGroupEgress

new SecurityGroupEgress()

Properties:
Name Type Description
CidrIp String Required: Conditional. CIDR range.Update requires: Replacement
DestinationSecurityGroupId String Required: Conditional. Specifies the group ID of the destination Amazon VPC security group.Update requires: Replacement
FromPort Number Required: Yes. Start of port range for the TCP and UDP protocols, or an ICMP type number. If you specify icmp for the IpProtocol property, you can specify -1 as a wildcard (i.e., any ICMP type number).Update requires: Replacement
GroupId String Required: Yes. ID of the Amazon VPC security group to modify. This value can be a reference to an AWS::EC2::SecurityGroup resource that has a valid VpcId property or the ID of an existing Amazon VPC security group.Update requires: Replacement
IpProtocol String Required: Yes. IP protocol name or number. For valid values, see the IpProtocol parameter in AuthorizeSecurityGroupIngressUpdate requires: Replacement
ToPort Number Required: Yes. End of port range for the TCP and UDP protocols, or an ICMP code. If you specify icmp for the IpProtocol property, you can specify -1 as a wildcard (i.e., any ICMP code).Update requires: Replacement
Source:

Extends

  • WKResource