#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for RevokeSecurityGroupIngressInput
Implementations
The CIDR IP address range. You can't specify this parameter when specifying a source security group.
The CIDR IP address range. You can't specify this parameter when specifying a source security group.
The start of port range for the TCP and UDP protocols, or an ICMP type number. For the ICMP type number, use -1 to specify all ICMP types.
The start of port range for the TCP and UDP protocols, or an ICMP type number. For the ICMP type number, use -1 to specify all ICMP types.
The ID of the security group. You must specify either the security group ID or the security group name in the request. For security groups in a nondefault VPC, you must specify the security group ID.
The ID of the security group. You must specify either the security group ID or the security group name in the request. For security groups in a nondefault VPC, you must specify the security group ID.
[EC2-Classic, default VPC] The name of the security group. You must specify either the security group ID or the security group name in the request.
[EC2-Classic, default VPC] The name of the security group. You must specify either the security group ID or the security group name in the request.
Appends an item to ip_permissions.
To override the contents of this collection use set_ip_permissions.
The sets of IP permissions. You can't specify a source security group and a CIDR IP address range in the same set of permissions.
The sets of IP permissions. You can't specify a source security group and a CIDR IP address range in the same set of permissions.
The IP protocol name (tcp, udp, icmp) or number (see Protocol Numbers). Use -1 to specify all.
The IP protocol name (tcp, udp, icmp) or number (see Protocol Numbers). Use -1 to specify all.
[EC2-Classic, default VPC] The name of the source security group. You can't specify this parameter in combination with the following parameters: the CIDR IP address range, the start of the port range, the IP protocol, and the end of the port range. For EC2-VPC, the source security group must be in the same VPC. To revoke a specific rule for an IP protocol and port range, use a set of IP permissions instead.
[EC2-Classic, default VPC] The name of the source security group. You can't specify this parameter in combination with the following parameters: the CIDR IP address range, the start of the port range, the IP protocol, and the end of the port range. For EC2-VPC, the source security group must be in the same VPC. To revoke a specific rule for an IP protocol and port range, use a set of IP permissions instead.
[EC2-Classic] The Amazon Web Services account ID of the source security group, if the source security group is in a different account. You can't specify this parameter in combination with the following parameters: the CIDR IP address range, the IP protocol, the start of the port range, and the end of the port range. To revoke a specific rule for an IP protocol and port range, use a set of IP permissions instead.
[EC2-Classic] The Amazon Web Services account ID of the source security group, if the source security group is in a different account. You can't specify this parameter in combination with the following parameters: the CIDR IP address range, the IP protocol, the start of the port range, and the end of the port range. To revoke a specific rule for an IP protocol and port range, use a set of IP permissions instead.
The end of port range for the TCP and UDP protocols, or an ICMP code number. For the ICMP code number, use -1 to specify all ICMP codes for the ICMP type.
The end of port range for the TCP and UDP protocols, or an ICMP code number. For the ICMP code number, use -1 to specify all ICMP codes for the ICMP type.
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
Appends an item to security_group_rule_ids.
To override the contents of this collection use set_security_group_rule_ids.
The IDs of the security group rules.
The IDs of the security group rules.
Consumes the builder and constructs a RevokeSecurityGroupIngressInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more