AWS::DAX::ClusterResource Type definition for AWS::DAX::Cluster
15 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
IAMRoleARN | string | RequiredCreate-only |
NodeType | string | RequiredCreate-only |
ReplicationFactor | integer | Required |
AvailabilityZones | Array<string> | |
ClusterEndpointEncryptionType | string | Create-only |
ClusterName | string | Create-only |
Description | string | |
NetworkType | string | Create-only |
NotificationTopicARN | string | |
ParameterGroupName | string | |
PreferredMaintenanceWindow | string | |
SecurityGroupIds | Array<string> | |
SSESpecification | SSESpecification | Create-only |
SubnetGroupName | string | Create-only |
Tags | object |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
ClusterDiscoveryEndpoint | string | - |
ClusterDiscoveryEndpointURL | string | - |
Id | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::DAX::Cluster
Resources:
MyResource:
Type: AWS::DAX::Cluster
Properties:
ReplicationFactor: 1
IAMRoleARN: "arn:aws:service:region:account:resource"
NodeType: "value"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
IAMRoleARNSSESpecificationClusterEndpointEncryptionTypeNetworkTypeClusterNameNodeTypeSubnetGroupName