This repository was archived by the owner on Oct 17, 2024. It is now read-only.
This repository was archived by the owner on Oct 17, 2024. It is now read-only.
Missing property ReplicationGroupId for AWS::ElastiCache::ReplicationGroup #657
Open
Description
The AWS::ElastiCache::ReplicationGroup
type is missing the property ReplicationGroupId
to configure the name of the cluster:
https://github.com/awslabs/goformation/blob/master/schema/cloudformation.schema.json
Even the AWS documentation is missing this value in the json and yaml list:
Type: AWS::ElastiCache::ReplicationGroup
Properties:
AtRestEncryptionEnabled: Boolean
AuthToken: String
AutomaticFailoverEnabled: Boolean
AutoMinorVersionUpgrade: Boolean
CacheNodeType: String
CacheParameterGroupName: String
CacheSecurityGroupNames:
- String
CacheSubnetGroupName: String
ClusterMode: String
DataTieringEnabled: Boolean
Engine: String
EngineVersion: String
GlobalReplicationGroupId: String
IpDiscovery: String
KmsKeyId: String
LogDeliveryConfigurations:
- LogDeliveryConfigurationRequest
MultiAZEnabled: Boolean
NetworkType: String
NodeGroupConfiguration:
- NodeGroupConfiguration
NotificationTopicArn: String
NumCacheClusters: Integer
NumNodeGroups: Integer
Port: Integer
PreferredCacheClusterAZs:
- String
PreferredMaintenanceWindow: String
PrimaryClusterId: String
ReplicasPerNodeGroup: Integer
ReplicationGroupDescription: String
SecurityGroupIds:
- String
SnapshotArns:
- String
SnapshotName: String
SnapshotRetentionLimit: Integer
SnapshottingClusterId: String
SnapshotWindow: String
Tags:
- Tag
TransitEncryptionEnabled: Boolean
TransitEncryptionMode: String
UserGroupIds:
- String
It should include
ReplicationGroupId: String
The GlobalReplicationGroupId
is only for global clusters.
At the buttom of the page, there's still a mention of this property, but the description is missing:
ReplicationGroupId
Property description not available.
Metadata
Metadata
Assignees
Labels
No labels