AWS SDK for C++AWS SDK for C++ Version 1.11.849 |
#include <AuthorizeSecurityGroupIngressRequest.h>
Definition at line 22 of file AuthorizeSecurityGroupIngressRequest.h.
The permissions for the security group rules.
Definition at line 142 of file AuthorizeSecurityGroupIngressRequest.h.
The tags applied to the security group rule.
Definition at line 252 of file AuthorizeSecurityGroupIngressRequest.h.
The IPv4 address range, in CIDR format.
Amazon Web Services canonicalizes IPv4 and IPv6 CIDRs. For example, if you specify 100.68.0.18/18 for the CIDR block, Amazon Web Services canonicalizes the CIDR block to 100.68.0.0/18. Any subsequent DescribeSecurityGroups and DescribeSecurityGroupRules calls will return the canonicalized form of the CIDR block. Additionally, if you attempt to add another rule with the non-canonical form of the CIDR (such as 100.68.0.18/18) and there is already a rule for the canonicalized form of the CIDR block (such as 100.68.0.0/18), the API throws an duplicate rule error.
To specify an IPv6 address range, use IP permissions instead.
To specify multiple rules and descriptions for the rules, use IP permissions instead.
Definition at line 54 of file AuthorizeSecurityGroupIngressRequest.h.
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.
Definition at line 267 of file AuthorizeSecurityGroupIngressRequest.h.
Reimplemented from Aws::AmazonWebServiceRequest.
If the protocol is TCP or UDP, this is the start of the port range. If the protocol is ICMP, this is the ICMP type or -1 (all ICMP types).
To specify multiple rules and descriptions for the rules, use IP permissions instead.
Definition at line 75 of file AuthorizeSecurityGroupIngressRequest.h.
The IPv4 address range, in CIDR format.
Amazon Web Services canonicalizes IPv4 and IPv6 CIDRs. For example, if you specify 100.68.0.18/18 for the CIDR block, Amazon Web Services canonicalizes the CIDR block to 100.68.0.0/18. Any subsequent DescribeSecurityGroups and DescribeSecurityGroupRules calls will return the canonicalized form of the CIDR block. Additionally, if you attempt to add another rule with the non-canonical form of the CIDR (such as 100.68.0.18/18) and there is already a rule for the canonicalized form of the CIDR block (such as 100.68.0.0/18), the API throws an duplicate rule error.
To specify an IPv6 address range, use IP permissions instead.
To specify multiple rules and descriptions for the rules, use IP permissions instead.
Definition at line 53 of file AuthorizeSecurityGroupIngressRequest.h.
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.
Definition at line 266 of file AuthorizeSecurityGroupIngressRequest.h.
If the protocol is TCP or UDP, this is the start of the port range. If the protocol is ICMP, this is the ICMP type or -1 (all ICMP types).
To specify multiple rules and descriptions for the rules, use IP permissions instead.
Definition at line 74 of file AuthorizeSecurityGroupIngressRequest.h.
The ID of the security group.
Definition at line 90 of file AuthorizeSecurityGroupIngressRequest.h.
[Default VPC] The name of the security group. For security groups for a default VPC you can specify either the ID or the name of the security group. For security groups for a nondefault VPC, you must specify the ID of the security group.
Definition at line 111 of file AuthorizeSecurityGroupIngressRequest.h.
The permissions for the security group rules.
Definition at line 129 of file AuthorizeSecurityGroupIngressRequest.h.
The IP protocol name (tcp, udp, icmp) or number (see Protocol Numbers). To specify all protocols, use -1.
To specify icmpv6, use IP permissions instead.
If you specify a protocol other than one of the supported values, traffic is allowed on all ports, regardless of any ports that you specify.
To specify multiple rules and descriptions for the rules, use IP permissions instead.
Definition at line 160 of file AuthorizeSecurityGroupIngressRequest.h.
Implements Aws::AmazonWebServiceRequest.
Definition at line 30 of file AuthorizeSecurityGroupIngressRequest.h.
[Default VPC] The name of the source security group.
The rule grants full ICMP, UDP, and TCP access. To create a rule with a specific protocol and port range, specify a set of IP permissions instead.
Definition at line 180 of file AuthorizeSecurityGroupIngressRequest.h.
The Amazon Web Services account ID for the source security group, if the source security group is in a different account.
The rule grants full ICMP, UDP, and TCP access. To create a rule with a specific protocol and port range, use IP permissions instead.
Definition at line 201 of file AuthorizeSecurityGroupIngressRequest.h.
The tags applied to the security group rule.
Definition at line 239 of file AuthorizeSecurityGroupIngressRequest.h.
If the protocol is TCP or UDP, this is the end of the port range. If the protocol is ICMP, this is the ICMP code or -1 (all ICMP codes). If the start port is -1 (all ICMP types), then the end port must be -1 (all ICMP codes).
To specify multiple rules and descriptions for the rules, use IP permissions instead.
Definition at line 223 of file AuthorizeSecurityGroupIngressRequest.h.
The ID of the security group.
Definition at line 91 of file AuthorizeSecurityGroupIngressRequest.h.
[Default VPC] The name of the security group. For security groups for a default VPC you can specify either the ID or the name of the security group. For security groups for a nondefault VPC, you must specify the ID of the security group.
Definition at line 112 of file AuthorizeSecurityGroupIngressRequest.h.
The permissions for the security group rules.
Definition at line 130 of file AuthorizeSecurityGroupIngressRequest.h.
The IP protocol name (tcp, udp, icmp) or number (see Protocol Numbers). To specify all protocols, use -1.
To specify icmpv6, use IP permissions instead.
If you specify a protocol other than one of the supported values, traffic is allowed on all ports, regardless of any ports that you specify.
To specify multiple rules and descriptions for the rules, use IP permissions instead.
Definition at line 161 of file AuthorizeSecurityGroupIngressRequest.h.
Implements Aws::AmazonSerializableWebServiceRequest.
The IPv4 address range, in CIDR format.
Amazon Web Services canonicalizes IPv4 and IPv6 CIDRs. For example, if you specify 100.68.0.18/18 for the CIDR block, Amazon Web Services canonicalizes the CIDR block to 100.68.0.0/18. Any subsequent DescribeSecurityGroups and DescribeSecurityGroupRules calls will return the canonicalized form of the CIDR block. Additionally, if you attempt to add another rule with the non-canonical form of the CIDR (such as 100.68.0.18/18) and there is already a rule for the canonicalized form of the CIDR block (such as 100.68.0.0/18), the API throws an duplicate rule error.
To specify an IPv6 address range, use IP permissions instead.
To specify multiple rules and descriptions for the rules, use IP permissions instead.
Definition at line 56 of file AuthorizeSecurityGroupIngressRequest.h.
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.
Definition at line 268 of file AuthorizeSecurityGroupIngressRequest.h.
If the protocol is TCP or UDP, this is the start of the port range. If the protocol is ICMP, this is the ICMP type or -1 (all ICMP types).
To specify multiple rules and descriptions for the rules, use IP permissions instead.
Definition at line 76 of file AuthorizeSecurityGroupIngressRequest.h.
The ID of the security group.
Definition at line 93 of file AuthorizeSecurityGroupIngressRequest.h.
[Default VPC] The name of the security group. For security groups for a default VPC you can specify either the ID or the name of the security group. For security groups for a nondefault VPC, you must specify the ID of the security group.
Definition at line 114 of file AuthorizeSecurityGroupIngressRequest.h.
The permissions for the security group rules.
Definition at line 132 of file AuthorizeSecurityGroupIngressRequest.h.
The IP protocol name (tcp, udp, icmp) or number (see Protocol Numbers). To specify all protocols, use -1.
To specify icmpv6, use IP permissions instead.
If you specify a protocol other than one of the supported values, traffic is allowed on all ports, regardless of any ports that you specify.
To specify multiple rules and descriptions for the rules, use IP permissions instead.
Definition at line 163 of file AuthorizeSecurityGroupIngressRequest.h.
[Default VPC] The name of the source security group.
The rule grants full ICMP, UDP, and TCP access. To create a rule with a specific protocol and port range, specify a set of IP permissions instead.
Definition at line 183 of file AuthorizeSecurityGroupIngressRequest.h.
The Amazon Web Services account ID for the source security group, if the source security group is in a different account.
The rule grants full ICMP, UDP, and TCP access. To create a rule with a specific protocol and port range, use IP permissions instead.
Definition at line 204 of file AuthorizeSecurityGroupIngressRequest.h.
The tags applied to the security group rule.
Definition at line 242 of file AuthorizeSecurityGroupIngressRequest.h.
If the protocol is TCP or UDP, this is the end of the port range. If the protocol is ICMP, this is the ICMP code or -1 (all ICMP codes). If the start port is -1 (all ICMP types), then the end port must be -1 (all ICMP codes).
To specify multiple rules and descriptions for the rules, use IP permissions instead.
Definition at line 225 of file AuthorizeSecurityGroupIngressRequest.h.
[Default VPC] The name of the source security group.
The rule grants full ICMP, UDP, and TCP access. To create a rule with a specific protocol and port range, specify a set of IP permissions instead.
Definition at line 181 of file AuthorizeSecurityGroupIngressRequest.h.
The Amazon Web Services account ID for the source security group, if the source security group is in a different account.
The rule grants full ICMP, UDP, and TCP access. To create a rule with a specific protocol and port range, use IP permissions instead.
Definition at line 202 of file AuthorizeSecurityGroupIngressRequest.h.
The tags applied to the security group rule.
Definition at line 240 of file AuthorizeSecurityGroupIngressRequest.h.
If the protocol is TCP or UDP, this is the end of the port range. If the protocol is ICMP, this is the ICMP code or -1 (all ICMP codes). If the start port is -1 (all ICMP types), then the end port must be -1 (all ICMP codes).
To specify multiple rules and descriptions for the rules, use IP permissions instead.
Definition at line 224 of file AuthorizeSecurityGroupIngressRequest.h.
The IPv4 address range, in CIDR format.
Amazon Web Services canonicalizes IPv4 and IPv6 CIDRs. For example, if you specify 100.68.0.18/18 for the CIDR block, Amazon Web Services canonicalizes the CIDR block to 100.68.0.0/18. Any subsequent DescribeSecurityGroups and DescribeSecurityGroupRules calls will return the canonicalized form of the CIDR block. Additionally, if you attempt to add another rule with the non-canonical form of the CIDR (such as 100.68.0.18/18) and there is already a rule for the canonicalized form of the CIDR block (such as 100.68.0.0/18), the API throws an duplicate rule error.
To specify an IPv6 address range, use IP permissions instead.
To specify multiple rules and descriptions for the rules, use IP permissions instead.
Definition at line 61 of file AuthorizeSecurityGroupIngressRequest.h.
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.
Definition at line 272 of file AuthorizeSecurityGroupIngressRequest.h.
If the protocol is TCP or UDP, this is the start of the port range. If the protocol is ICMP, this is the ICMP type or -1 (all ICMP types).
To specify multiple rules and descriptions for the rules, use IP permissions instead.
Definition at line 80 of file AuthorizeSecurityGroupIngressRequest.h.
The ID of the security group.
Definition at line 98 of file AuthorizeSecurityGroupIngressRequest.h.
[Default VPC] The name of the security group. For security groups for a default VPC you can specify either the ID or the name of the security group. For security groups for a nondefault VPC, you must specify the ID of the security group.
Definition at line 119 of file AuthorizeSecurityGroupIngressRequest.h.
The permissions for the security group rules.
Definition at line 137 of file AuthorizeSecurityGroupIngressRequest.h.
The IP protocol name (tcp, udp, icmp) or number (see Protocol Numbers). To specify all protocols, use -1.
To specify icmpv6, use IP permissions instead.
If you specify a protocol other than one of the supported values, traffic is allowed on all ports, regardless of any ports that you specify.
To specify multiple rules and descriptions for the rules, use IP permissions instead.
Definition at line 168 of file AuthorizeSecurityGroupIngressRequest.h.
[Default VPC] The name of the source security group.
The rule grants full ICMP, UDP, and TCP access. To create a rule with a specific protocol and port range, specify a set of IP permissions instead.
Definition at line 188 of file AuthorizeSecurityGroupIngressRequest.h.
The Amazon Web Services account ID for the source security group, if the source security group is in a different account.
The rule grants full ICMP, UDP, and TCP access. To create a rule with a specific protocol and port range, use IP permissions instead.
Definition at line 209 of file AuthorizeSecurityGroupIngressRequest.h.
The tags applied to the security group rule.
Definition at line 247 of file AuthorizeSecurityGroupIngressRequest.h.
If the protocol is TCP or UDP, this is the end of the port range. If the protocol is ICMP, this is the ICMP code or -1 (all ICMP codes). If the start port is -1 (all ICMP types), then the end port must be -1 (all ICMP codes).
To specify multiple rules and descriptions for the rules, use IP permissions instead.
Definition at line 229 of file AuthorizeSecurityGroupIngressRequest.h.