You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 7, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: models/elasticache.yaml
+20-20Lines changed: 20 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -23,91 +23,91 @@ spec:
23
23
ElastiCacheClusterName is the name of the Elasticache cluster to be created.
24
24
structKey: ElastiCacheClusterName
25
25
templateKey: ClusterName
26
-
- key: AutoMinorVersionUpgrade
26
+
- key: autoMinorVersionUpgrade
27
27
type: bool
28
28
description: |
29
29
Indicates that minor engine upgrades will be applied automatically to the cache cluster during the maintenance window.
30
30
structKey: AutoMinorVersionUpgrade
31
31
templateKey: AutoMinorVersionUpgrade
32
-
- key: AZMode
32
+
- key: azMode
33
33
type: string
34
34
description: |
35
35
For Memcached cache clusters, indicates whether the nodes are created in a single Availability Zone or across multiple Availability Zones in the cluster's region.
36
36
structKey: AZMode
37
37
templateKey: AZMode
38
-
- key: CacheNodeType
38
+
- key: cacheNodeType
39
39
type: string
40
40
description: |
41
41
The compute and memory capacity of nodes in a cache cluster.
42
42
structKey: CacheNodeType
43
43
templateKey: CacheNodeType
44
-
- key: CacheParameterGroupName
44
+
- key: cacheParameterGroupName
45
45
type: string
46
46
description: |
47
47
The name of the cache parameter group that is associated with this cache cluster.
48
48
structKey: CacheParameterGroupName
49
49
templateKey: CacheParameterGroupName
50
-
- key: CacheSubnetGroupName
50
+
- key: cacheSubnetGroupName
51
51
type: string
52
52
description: |
53
53
The cache subnet group that you associate with a cache cluster.
54
54
structKey: CacheSubnetGroupName
55
55
templateKey: CacheSubnetGroupName
56
-
- key: Engine
56
+
- key: engine
57
57
type: string
58
58
description: |
59
59
The name of the cache engine to be used for this cache cluster, such as memcached or redis.
60
60
structKey: Engine
61
61
templateKey: Engine
62
-
- key: EngineVersion
62
+
- key: engineVersion
63
63
type: string
64
64
description: |
65
65
The version of the cache engine to be used for this cluster.
66
66
structKey: EngineVersion
67
67
templateKey: EngineVersion
68
-
- key: NotificationTopicArn
68
+
- key: notificationTopicArn
69
69
type: string
70
70
description: |
71
71
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications will be sent.
72
72
structKey: NotificationTopicArn
73
73
templateKey: NotificationTopicArn
74
-
- key: NumCacheNodes
74
+
- key: numCacheNodes
75
75
type: int
76
76
description: |
77
77
The number of cache nodes that the cache cluster should have.
78
78
structKey: NumCacheNodes
79
79
templateKey: NumCacheNodes
80
-
- key: Port
80
+
- key: port
81
81
type: int
82
82
description: |
83
83
The port number on which each of the cache nodes will accept connections.
84
84
structKey: Port
85
85
templateKey: Port
86
-
- key: PreferredMaintenanceWindow
86
+
- key: preferredMaintenanceWindow
87
87
type: string
88
88
description: |
89
89
The weekly time range (in UTC) during which system maintenance can occur.
90
90
structKey: PreferredMaintenanceWindow
91
91
templateKey: PreferredMaintenanceWindow
92
-
- key: PreferredAvailabilityZone
92
+
- key: preferredAvailabilityZone
93
93
type: string
94
94
description: |
95
95
The Amazon EC2 Availability Zone in which the cache cluster is created.
96
96
structKey: PreferredAvailabilityZone
97
97
templateKey: PreferredAvailabilityZone
98
-
- key: PreferredAvailabilityZones
98
+
- key: preferredAvailabilityZones
99
99
type: string
100
100
description:
101
101
For Memcached cache clusters, the comma seperated list of Availability Zones in which cache nodes are created. The number of Availability Zones listed must equal the number of cache nodes. For example, if you want to create three nodes in two different Availability Zones, you can specify ["us-east-1a", "us-east-1a", "us-east-1b"], which would create two nodes in us-east-1a and one node in us-east-1b.
102
102
structKey: PreferredAvailabilityZones
103
103
templateKey: PreferredAvailabilityZones
104
-
- key: SnapshotWindow
104
+
- key: snapshotWindow
105
105
type: string
106
106
description: |
107
107
For Redis cache clusters, the daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your node group. For example, you can specify 05:00-09:00.
108
108
structKey: SnapshotWindow
109
109
templateKey: SnapshotWindow
110
-
- key: VpcSecurityGroupIds
110
+
- key: vpcSecurityGroupIds
111
111
type: string
112
112
description: |
113
113
A comma seperated list of VPC security group IDs. If your cache cluster isn't in a VPC, specify the CacheSecurityGroupNames property instead.
@@ -117,33 +117,33 @@ spec:
117
117
schema:
118
118
type: object
119
119
properties:
120
-
- key: RedisEndpointAddress
120
+
- key: redisEndpointAddress
121
121
type: string
122
122
description: |
123
123
The DNS address of the configuration endpoint for the Redis cache cluster.
124
124
structKey: RedisEndpointAddress
125
125
templateKey: RedisEndpointAddress
126
-
- key: RedisEndpointPort
126
+
- key: redisEndpointPort
127
127
type: string
128
128
description: |
129
129
The port number of the configuration endpoint for the Redis cache cluster.
130
130
structKey: RedisEndpointPort
131
131
templateKey: RedisEndpointPort
132
-
- key: ConfigurationEndpoint
132
+
- key: configurationEndpoint
133
133
type: string
134
134
description: |
135
135
The DNS address of the configuration endpoint for the Memcached cache cluster.
136
136
structKey: ConfigurationEndpointAddress
137
137
templateKey: ConfigurationEndpointAddress
138
-
- key: ConfigurationEndpointPort
138
+
- key: configurationEndpointPort
139
139
type: string
140
140
description: |
141
141
The port number of the configuration endpoint for the Memcached cache cluster.
0 commit comments