|
11962 | 11962 | "DestinationSecurityGroupId": "The ID of the destination VPC security group.\n\nYou must specify exactly one of the following: `CidrIp` , `CidrIpv6` , `DestinationPrefixListId` , or `DestinationSecurityGroupId` .",
|
11963 | 11963 | "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).",
|
11964 | 11964 | "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.",
|
| 11965 | + "SourceSecurityGroupId": "", |
11965 | 11966 | "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)."
|
11966 | 11967 | },
|
11967 | 11968 | "AWS::EC2::SecurityGroup Ingress": {
|
|
37897 | 37898 | "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.",
|
37898 | 37899 | "NamespaceResourcePolicy": "The resource policy that will be attached to the namespace.",
|
37899 | 37900 | "RedshiftIdcApplicationArn": "The ARN for the Redshift application that integrates with IAM Identity Center.",
|
37900 |
| - "SnapshotCopyConfigurations": "", |
37901 | 37901 | "Tags": "The map of the key-value pairs used to tag the namespace."
|
37902 | 37902 | },
|
37903 | 37903 | "AWS::RedshiftServerless::Namespace Namespace": {
|
|
37915 | 37915 | "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.",
|
37916 | 37916 | "Status": "The status of the namespace."
|
37917 | 37917 | },
|
37918 |
| - "AWS::RedshiftServerless::Namespace SnapshotCopyConfiguration": { |
37919 |
| - "DestinationKmsKeyId": "The ID of the KMS key to use to encrypt your snapshots in the destination AWS Region .", |
37920 |
| - "DestinationRegion": "The destination AWS Region to copy snapshots to.", |
37921 |
| - "SnapshotRetentionPeriod": "The retention period of snapshots that are copied to the destination AWS Region ." |
37922 |
| - }, |
37923 | 37918 | "AWS::RedshiftServerless::Namespace Tag": {
|
37924 | 37919 | "Key": "The key to use in the tag.",
|
37925 | 37920 | "Value": "The value of the tag."
|
|
0 commit comments