|
11824 | 11824 | "DestinationSecurityGroupId": "The ID of the destination VPC security group.\n\nYou must specify exactly one of the following: `CidrIp` , `CidrIpv6` , `DestinationPrefixListId` , or `DestinationSecurityGroupId` .",
|
11825 | 11825 | "FromPort": "If the protocol is TCP or UDP, this is the start of the port range. If the protocol is ICMP or ICMPv6, this is the ICMP type or -1 (all ICMP types).",
|
11826 | 11826 | "IpProtocol": "The IP protocol name ( `tcp` , `udp` , `icmp` , `icmpv6` ) or number (see [Protocol Numbers](https://docs.aws.amazon.com/http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml) ).\n\nUse `-1` to specify all protocols. When authorizing security group rules, specifying `-1` or a protocol number other than `tcp` , `udp` , `icmp` , or `icmpv6` allows traffic on all ports, regardless of any port range you specify. For `tcp` , `udp` , and `icmp` , you must specify a port range. For `icmpv6` , the port range is optional; if you omit the port range, traffic for all types and codes is allowed.",
|
| 11827 | + "SourceSecurityGroupId": "", |
11827 | 11828 | "ToPort": "If the protocol is TCP or UDP, this is the end of the port range. If the protocol is ICMP or ICMPv6, 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)."
|
11828 | 11829 | },
|
11829 | 11830 | "AWS::EC2::SecurityGroup Ingress": {
|
|
37316 | 37317 | "NamespaceName": "The name of the namespace. Must be between 3-64 alphanumeric characters in lowercase, and it cannot be a reserved word. A list of reserved words can be found in [Reserved Words](https://docs.aws.amazon.com//redshift/latest/dg/r_pg_keywords.html) in the Amazon Redshift Database Developer Guide.",
|
37317 | 37318 | "NamespaceResourcePolicy": "The resource policy that will be attached to the namespace.",
|
37318 | 37319 | "RedshiftIdcApplicationArn": "The ARN for the Redshift application that integrates with IAM Identity Center.",
|
37319 |
| - "SnapshotCopyConfigurations": "", |
37320 | 37320 | "Tags": "The map of the key-value pairs used to tag the namespace."
|
37321 | 37321 | },
|
37322 | 37322 | "AWS::RedshiftServerless::Namespace Namespace": {
|
|
37334 | 37334 | "NamespaceName": "The name of the namespace. Must be between 3-64 alphanumeric characters in lowercase, and it cannot be a reserved word. A list of reserved words can be found in [Reserved Words](https://docs.aws.amazon.com//redshift/latest/dg/r_pg_keywords.html) in the Amazon Redshift Database Developer Guide.",
|
37335 | 37335 | "Status": "The status of the namespace."
|
37336 | 37336 | },
|
37337 |
| - "AWS::RedshiftServerless::Namespace SnapshotCopyConfiguration": { |
37338 |
| - "DestinationKmsKeyId": "The ID of the KMS key to use to encrypt your snapshots in the destination AWS Region .", |
37339 |
| - "DestinationRegion": "The destination AWS Region to copy snapshots to.", |
37340 |
| - "SnapshotRetentionPeriod": "The retention period of snapshots that are copied to the destination AWS Region ." |
37341 |
| - }, |
37342 | 37337 | "AWS::RedshiftServerless::Namespace Tag": {
|
37343 | 37338 | "Key": "The key to use in the tag.",
|
37344 | 37339 | "Value": "The value of the tag."
|
|
0 commit comments