cfndsl 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/cfndsl +66 -3
- data/lib/cfndsl.rb +82 -0
- data/lib/cfndsl/CloudFormationTemplate.rb +115 -6
- data/lib/cfndsl/Types.rb +162 -12
- data/lib/cfndsl/aws_types.yaml +20 -0
- data/lib/cfndsl/os_types.yaml +2427 -0
- metadata +31 -23
- checksums.yaml +0 -7
data/lib/cfndsl/aws_types.yaml
CHANGED
@@ -19,6 +19,7 @@ Resources:
|
|
19
19
|
Properties:
|
20
20
|
AssociatePublicIpAddress: Boolean
|
21
21
|
BlockDeviceMappings: [ BlockDeviceMapping ]
|
22
|
+
IamInstanceProfile: String
|
22
23
|
ImageId: String
|
23
24
|
InstanceMonitoring: Boolean
|
24
25
|
InstanceType: String
|
@@ -144,6 +145,14 @@ Resources:
|
|
144
145
|
RuleAction: String
|
145
146
|
RuleNumber: Integer
|
146
147
|
Protocol: Integer
|
148
|
+
"AWS::EC2::NetworkInterface" :
|
149
|
+
Properties:
|
150
|
+
Tags: [ EC2Tag ]
|
151
|
+
GroupSet: [ String ]
|
152
|
+
SubnetId: String
|
153
|
+
PrivateIpAddress: String
|
154
|
+
Attributes:
|
155
|
+
PrivateIpAddress: String
|
147
156
|
"AWS::EC2::Route" :
|
148
157
|
Properties:
|
149
158
|
DestinationCidrBlock: String
|
@@ -200,6 +209,9 @@ Resources:
|
|
200
209
|
Size: String
|
201
210
|
SnapshotId: String
|
202
211
|
Tags: [ EC2Tag ]
|
212
|
+
Encrypted: Boolean
|
213
|
+
Iops: Number
|
214
|
+
VolumeType: String
|
203
215
|
"AWS::EC2::VolumeAttachment" :
|
204
216
|
Properties:
|
205
217
|
InstanceId: String
|
@@ -284,6 +296,7 @@ Resources:
|
|
284
296
|
Scheme: String
|
285
297
|
SecurityGroups: [ String ]
|
286
298
|
Subnets: [ String ]
|
299
|
+
ConnectionDrainingPolicy: ConnectionDrainingPolicy
|
287
300
|
Attributes:
|
288
301
|
CanonicalHostedZoneName: String
|
289
302
|
CanonicalGostedZoneNameID: String
|
@@ -315,6 +328,7 @@ Resources:
|
|
315
328
|
PolicyDocument: JSON
|
316
329
|
Groups: [ String ]
|
317
330
|
Users: [ String ]
|
331
|
+
Roles: [ String ]
|
318
332
|
"AWS::IAM::Role" :
|
319
333
|
Properties:
|
320
334
|
AssumeRolePolicyDocument: JSON
|
@@ -439,6 +453,9 @@ Types:
|
|
439
453
|
BlockDeviceTemplate:
|
440
454
|
SnapshotId: String
|
441
455
|
VolumeSize: String
|
456
|
+
VolumeType: String
|
457
|
+
Iops: Number
|
458
|
+
Encrypted: Boolean
|
442
459
|
NotificationConfiguration:
|
443
460
|
TopicARN: String
|
444
461
|
NotificationType: [ String ]
|
@@ -515,6 +532,9 @@ Types:
|
|
515
532
|
CookieName: String
|
516
533
|
PolicyName: String
|
517
534
|
CookieExpirationPeriod: String
|
535
|
+
ConnectionDrainingPolicy:
|
536
|
+
Enabled: Boolean
|
537
|
+
Timeout: Integer
|
518
538
|
Listener:
|
519
539
|
InstancePort: String
|
520
540
|
InstanceProtocol: String
|
@@ -0,0 +1,2427 @@
|
|
1
|
+
Resources:
|
2
|
+
"OS::Barbican::Order" :
|
3
|
+
Properties:
|
4
|
+
algorithm: String
|
5
|
+
bit_length: Number
|
6
|
+
expiration: String
|
7
|
+
mode: String
|
8
|
+
name: String
|
9
|
+
payload_content_type: String
|
10
|
+
Attributes:
|
11
|
+
order_ref: String
|
12
|
+
secret_ref: String
|
13
|
+
status: String
|
14
|
+
"OS::Barbican::Secret" :
|
15
|
+
Properties:
|
16
|
+
algorithm: String
|
17
|
+
bit_length: Number
|
18
|
+
expiration: String
|
19
|
+
mode: String
|
20
|
+
name: String
|
21
|
+
payload: String
|
22
|
+
payload_content_encoding: String
|
23
|
+
payload_content_type: String
|
24
|
+
Attributes:
|
25
|
+
decrypted_payload: String
|
26
|
+
status: String
|
27
|
+
"OS::Ceilometer::Alarm" :
|
28
|
+
Properties:
|
29
|
+
alarm_actions : List
|
30
|
+
comparison_operator : String
|
31
|
+
description : String
|
32
|
+
enabled : Boolean
|
33
|
+
evaluation_periods : Integer
|
34
|
+
insufficient_data_actions : List
|
35
|
+
matching_metadata : JSON
|
36
|
+
meter_name : String
|
37
|
+
ok_actions : List
|
38
|
+
period : Integer
|
39
|
+
repeat_actions : Boolean
|
40
|
+
statistic : String
|
41
|
+
threshold : Number
|
42
|
+
"OS::Ceilometer::CombinationAlarm" :
|
43
|
+
Properties:
|
44
|
+
alarm_actions : List
|
45
|
+
alarm_ids : List
|
46
|
+
description : String
|
47
|
+
enabled : Boolean
|
48
|
+
insufficient_data_actions : List
|
49
|
+
ok_actions : List
|
50
|
+
operator : String
|
51
|
+
repeat_actions : Boolean
|
52
|
+
"OS::Cinder::Volume" :
|
53
|
+
Properties:
|
54
|
+
availability_zone : String
|
55
|
+
#The availability zone in which the volume will be created.
|
56
|
+
#Updates cause replacement.
|
57
|
+
#Optional property.
|
58
|
+
backup_id : String
|
59
|
+
#If specified, the backup to create the volume from.
|
60
|
+
#Updates cause replacement.
|
61
|
+
#Optional property.
|
62
|
+
description : String
|
63
|
+
#A description of the volume.
|
64
|
+
#Can be updated without replacement.
|
65
|
+
#Optional property.
|
66
|
+
image : String
|
67
|
+
#If specified, the name or ID of the image to create the volume from.
|
68
|
+
#Updates cause replacement.
|
69
|
+
#Optional property.
|
70
|
+
#Value must be of type glance.image
|
71
|
+
metadata : JSON
|
72
|
+
#Key/value pairs to associate with the volume.
|
73
|
+
#Can be updated without replacement.
|
74
|
+
#Optional property.
|
75
|
+
name : String
|
76
|
+
#A name used to distinguish the volume.
|
77
|
+
#Can be updated without replacement.
|
78
|
+
#Optional property.
|
79
|
+
size : Integer
|
80
|
+
#The size of the volume in GB. On update only increase in size is supported.
|
81
|
+
#Can be updated without replacement.
|
82
|
+
#Optional property.
|
83
|
+
#The value must be at least 1.
|
84
|
+
snapshot_id : String
|
85
|
+
#If specified, the snapshot to create the volume from.
|
86
|
+
#Updates cause replacement.
|
87
|
+
#Optional property.
|
88
|
+
source_volid : String
|
89
|
+
#If specified, the volume to use as source.
|
90
|
+
#Updates cause replacement.
|
91
|
+
#Optional property.
|
92
|
+
volume_type : String
|
93
|
+
#If specified, the type of volume to use, mapping to a specific backend.
|
94
|
+
#Updates cause replacement.
|
95
|
+
#Optional property.
|
96
|
+
imageRef : String
|
97
|
+
#Note DEPRECATED - Use property image.
|
98
|
+
#The ID of the image to create the volume from.
|
99
|
+
#Updates cause replacement.
|
100
|
+
#Optional property.
|
101
|
+
Attributes:
|
102
|
+
availability_zone: String
|
103
|
+
#The availability zone in which the volume is located.
|
104
|
+
bootable: String
|
105
|
+
#Boolean indicating if the volume can be booted or not.
|
106
|
+
created_at: String
|
107
|
+
#The timestamp indicating volume creation.
|
108
|
+
display_description: String
|
109
|
+
#Description of the volume.
|
110
|
+
display_name: String
|
111
|
+
#Name of the volume.
|
112
|
+
metadata: String
|
113
|
+
#Key/value pairs associated with the volume.
|
114
|
+
size: String
|
115
|
+
#The size of the volume in GB.
|
116
|
+
snapshot_id: String
|
117
|
+
#The snapshot the volume was created from, if any.
|
118
|
+
source_volid: String
|
119
|
+
#The volume used as source, if any.
|
120
|
+
status: String
|
121
|
+
#The current status of the volume.
|
122
|
+
volume_type: String
|
123
|
+
#The type of the volume mapping to a backend, if any.
|
124
|
+
"OS::Cinder::VolumeAttachment" :
|
125
|
+
Properties:
|
126
|
+
instance_uuid : String
|
127
|
+
#The ID of the server to which the volume attaches.
|
128
|
+
#Can be updated without replacement.
|
129
|
+
#Required property.
|
130
|
+
mountpoint : String
|
131
|
+
#The location where the volume is exposed on the instance. This assignment may not be honored and it is advised that the path /dev/disk/by-id/virtio-<VolumeId> be used instead.
|
132
|
+
#Can be updated without replacement.
|
133
|
+
#Optional property.
|
134
|
+
volume_id : String
|
135
|
+
#The ID of the volume to be attached.
|
136
|
+
#Can be updated without replacement.
|
137
|
+
#Required property.
|
138
|
+
"OS::Glance::Image" :
|
139
|
+
Properties:
|
140
|
+
container_format : String
|
141
|
+
# Container format of image.
|
142
|
+
# Updates cause replacement.
|
143
|
+
# Required property.
|
144
|
+
# Allowed values: ami, ari, aki, bare, ova, ovf
|
145
|
+
disk_format : String
|
146
|
+
# Disk format of image.
|
147
|
+
# Updates cause replacement.
|
148
|
+
# Required property.
|
149
|
+
# Allowed values: ami, ari, aki, vhd, vmdk, raw, qcow2, vdi, iso
|
150
|
+
id : String
|
151
|
+
# The image ID. Glance will generate a UUID if not specified.
|
152
|
+
# Updates cause replacement.
|
153
|
+
# Optional property.
|
154
|
+
is_public : Boolean
|
155
|
+
# Scope of image accessibility. Public or private. Default value is False means private.
|
156
|
+
# Updates cause replacement.
|
157
|
+
# Optional property, defaults to “False”.
|
158
|
+
location : String
|
159
|
+
# URL where the data for this image already resides. For example, if the image data is stored in swift, you could specify “swift://example.com/container/obj”.
|
160
|
+
# Updates cause replacement.
|
161
|
+
# Required property.
|
162
|
+
min_disk : Integer
|
163
|
+
# Amount of disk space (in GB) required to boot image. Default value is 0 if not specified and means no limit on the disk size.
|
164
|
+
# Updates cause replacement.
|
165
|
+
# Optional property.
|
166
|
+
# The value must be at least 0.
|
167
|
+
min_ram : Integer
|
168
|
+
# Amount of ram (in MB) required to boot image. Default value is 0 if not specified and means no limit on the ram size.
|
169
|
+
# Updates cause replacement.
|
170
|
+
# Optional property.
|
171
|
+
# The value must be at least 0.
|
172
|
+
name : String
|
173
|
+
# Name for the image. The name of an image is not unique to a Image Service node.
|
174
|
+
# Updates cause replacement.
|
175
|
+
# Optional property.
|
176
|
+
protected : Boolean
|
177
|
+
# Whether the image can be deleted. If the value is True, the image is protected and cannot be deleted.
|
178
|
+
# Updates cause replacement.
|
179
|
+
#Optional property.
|
180
|
+
"OS::Heat::AccessPolicy" :
|
181
|
+
Properties:
|
182
|
+
AllowedResources : List
|
183
|
+
# Resources that users are allowed to access by the DescribeStackResource API.
|
184
|
+
# Updates cause replacement.
|
185
|
+
# Required property.
|
186
|
+
"OS::Heat::AutoScalingGroup" :
|
187
|
+
Properties:
|
188
|
+
cooldown : Integer
|
189
|
+
# Cooldown period, in seconds.
|
190
|
+
# Can be updated without replacement.
|
191
|
+
# Optional property.
|
192
|
+
desired_capacity : Integer
|
193
|
+
# Desired initial number of resources.
|
194
|
+
# Can be updated without replacement.
|
195
|
+
# Optional property.
|
196
|
+
max_size : Integer
|
197
|
+
# Maximum number of resources in the group.
|
198
|
+
# Can be updated without replacement.
|
199
|
+
# Required property.
|
200
|
+
# The value must be at least 0.
|
201
|
+
min_size : Integer
|
202
|
+
#Minimum number of resources in the group.
|
203
|
+
# Can be updated without replacement.
|
204
|
+
# Required property.
|
205
|
+
# The value must be at least 0.
|
206
|
+
resource : JSON
|
207
|
+
#Resource definition for the resources in the group, in HOT
|
208
|
+
#format. The value of this property is the definition of a
|
209
|
+
#resource just as if it had been declared in the template
|
210
|
+
#itself. Can be updated without replacement. Required
|
211
|
+
#property.
|
212
|
+
rolling_updates : RollingUpdateMap
|
213
|
+
# Policy for rolling updates for this scaling group.
|
214
|
+
# Can be updated without replacement.
|
215
|
+
# Optional property.
|
216
|
+
"OS::Heat::CWLiteAlarm" :
|
217
|
+
Properties:
|
218
|
+
AlarmActions: [ String ]
|
219
|
+
AlarmDescription: String
|
220
|
+
ComparisonOperator: String
|
221
|
+
Dimensions: [ String ]
|
222
|
+
EvaluationPeriods: String
|
223
|
+
InsufficientDataActions: [ String ]
|
224
|
+
MetricName: String
|
225
|
+
Namespace: String
|
226
|
+
OKActions: [ String ]
|
227
|
+
Period: String
|
228
|
+
Statistic: String
|
229
|
+
Threshold: String
|
230
|
+
Units: String
|
231
|
+
|
232
|
+
"OS::Heat::CloudConfig" :
|
233
|
+
Properties:
|
234
|
+
cloud_config: JSON
|
235
|
+
Attributes:
|
236
|
+
config: String
|
237
|
+
"OS::Heat::HARestarter" :
|
238
|
+
Properties:
|
239
|
+
InstanceId: String
|
240
|
+
Attributes:
|
241
|
+
AlarmUrl: String
|
242
|
+
|
243
|
+
"OS::Heat::InstanceGroup" :
|
244
|
+
Properties:
|
245
|
+
AvailabilityZones: [ String ]
|
246
|
+
LaunchConfigurationName: String
|
247
|
+
LoadBalancerNames: [ String ]
|
248
|
+
Size: Integer
|
249
|
+
Tags: [ EC2Tag ]
|
250
|
+
Attributes:
|
251
|
+
InstanceList: String
|
252
|
+
|
253
|
+
"OS::Heat::MultipartMime" :
|
254
|
+
Properties:
|
255
|
+
cloud_config: [ MultiPartMimeMap ]
|
256
|
+
Attributes:
|
257
|
+
config: String
|
258
|
+
|
259
|
+
"OS::Heat::RandomString" :
|
260
|
+
Properties:
|
261
|
+
character_classes : [ CharacterClassMap ]
|
262
|
+
# A list of character class and their constraints to generate the random string from.
|
263
|
+
# Updates cause replacement.
|
264
|
+
# Optional property.
|
265
|
+
Attributes:
|
266
|
+
value: String
|
267
|
+
# The random string generated by this resource. This value is also available by referencing the resource.
|
268
|
+
|
269
|
+
"OS::Heat::ResourceGroup" :
|
270
|
+
Properties:
|
271
|
+
count : Integer
|
272
|
+
# The number of instances to create.
|
273
|
+
# Can be updated without replacement.
|
274
|
+
# Optional property, defaults to “1”.
|
275
|
+
# The value must be at least 1.
|
276
|
+
resource_def : ResourceDefMap
|
277
|
+
# Resource definition for the resources in the group. The value of this property is the definition of a resource just as if it had been declared in the template itself.
|
278
|
+
# Updates cause replacement.
|
279
|
+
# Required property.
|
280
|
+
|
281
|
+
#Attributes:
|
282
|
+
# refs: String
|
283
|
+
# # A list of resource IDs for the resources in the group
|
284
|
+
|
285
|
+
"OS::Heat::ScalingPolicy" :
|
286
|
+
Properties:
|
287
|
+
adjustment_type : String
|
288
|
+
#Type of adjustment (absolute or percentage).
|
289
|
+
#Can be updated without replacement.
|
290
|
+
#Required property.
|
291
|
+
#Allowed values: change_in_capacity, exact_capacity, percent_change_in_capacity
|
292
|
+
auto_scaling_group_id : String
|
293
|
+
#AutoScaling group ID to apply policy to.
|
294
|
+
#Updates cause replacement.
|
295
|
+
#Required property.
|
296
|
+
cooldown : Number
|
297
|
+
#Cooldown period, in seconds.
|
298
|
+
#Can be updated without replacement.
|
299
|
+
#Optional property.
|
300
|
+
scaling_adjustment : Number
|
301
|
+
#Size of adjustment.
|
302
|
+
#Can be updated without replacement.
|
303
|
+
#Required property.
|
304
|
+
Attributes:
|
305
|
+
alarm_url: String
|
306
|
+
#A signed url to handle the alarm.
|
307
|
+
"OS::Heat::SoftwareConfig" :
|
308
|
+
Properties:
|
309
|
+
config : String
|
310
|
+
#Configuration script or manifest which specifies what actual configuration is performed.
|
311
|
+
#Updates cause replacement.
|
312
|
+
#Optional property.
|
313
|
+
group : String
|
314
|
+
#Namespace to group this software config by when delivered to a server. This may imply what configuration tool is going to perform the configuration.
|
315
|
+
#Updates cause replacement.
|
316
|
+
#Optional property, defaults to “Heat::Ungrouped”.
|
317
|
+
inputs : [ SoftwareConfigInputMap ]
|
318
|
+
#Schema representing the inputs that this software config is expecting.
|
319
|
+
#Updates cause replacement.
|
320
|
+
#Optional property.
|
321
|
+
options : JSON
|
322
|
+
#LLMap containing options specific to the configuration management tool used by this resource.
|
323
|
+
#Updates cause replacement.
|
324
|
+
#Optional property.
|
325
|
+
outputs : [ SoftwareConfigOutputMap ]
|
326
|
+
#Schema representing the outputs that this software config will produce.
|
327
|
+
#Updates cause replacement.
|
328
|
+
#Optional property.
|
329
|
+
Attributes:
|
330
|
+
config: String
|
331
|
+
#The config value of the software config.
|
332
|
+
"OS::Heat::SoftwareDeployment" :
|
333
|
+
Properties:
|
334
|
+
actions : [ String ]
|
335
|
+
#Which stack actions will result in this deployment being triggered.
|
336
|
+
#Can be updated without replacement.
|
337
|
+
#Optional property, defaults to “[‘CREATE’, ‘UPDATE’]”.
|
338
|
+
#Allowed values: CREATE, UPDATE, DELETE, SUSPEND, RESUME
|
339
|
+
config : String
|
340
|
+
#ID of software configuration resource to execute when applying to the server.
|
341
|
+
#Can be updated without replacement.
|
342
|
+
#Optional property.
|
343
|
+
input_values : JSON
|
344
|
+
#Input values to apply to the software configuration on this server.
|
345
|
+
#Can be updated without replacement.
|
346
|
+
#Optional property.
|
347
|
+
name : String
|
348
|
+
#Name of the derived config associated with this deployment. This is used to apply a sort order to the list of configurations currently deployed to a server.
|
349
|
+
#Updates cause replacement.
|
350
|
+
#Optional property.
|
351
|
+
server : String
|
352
|
+
#ID of Nova server to apply configuration to.
|
353
|
+
#Updates cause replacement.
|
354
|
+
#Optional property.
|
355
|
+
signal_transport : String
|
356
|
+
#How the server should signal to heat with the deployment output values. CFN_SIGNAL will allow an HTTP POST to a CFN keypair signed URL. HEAT_SIGNAL will allow calls to the Heat API resource-signal using the provided keystone credentials. NO_SIGNAL will result in the resource going to the COMPLETE state without waiting for any signal.
|
357
|
+
#Updates cause replacement.
|
358
|
+
|
359
|
+
#Optional property, defaults to “CFN_SIGNAL”.
|
360
|
+
#Allowed values: CFN_SIGNAL, HEAT_SIGNAL, NO_SIGNAL
|
361
|
+
Attributes:
|
362
|
+
deploy_status_code: String
|
363
|
+
#Returned status code from the configuration execution
|
364
|
+
deploy_stderr: String
|
365
|
+
#Captured stderr from the configuration execution.
|
366
|
+
deploy_stdout: String
|
367
|
+
#Captured stdout from the configuration execution.
|
368
|
+
"OS::Heat::StructuredConfig" :
|
369
|
+
Properties:
|
370
|
+
config : JSON
|
371
|
+
# Map representing the configuration data structure which will be serialized to JSON format.
|
372
|
+
# Updates cause replacement.
|
373
|
+
# Optional property.
|
374
|
+
group : String
|
375
|
+
# Namespace to group this software config by when delivered to a server. This may imply what configuration tool is going to perform the configuration.
|
376
|
+
# Updates cause replacement.
|
377
|
+
# Optional property, defaults to “Heat::Ungrouped”.
|
378
|
+
inputs : [ SoftwareConfigInputMap ]
|
379
|
+
# Schema representing the inputs that this software config is expecting.
|
380
|
+
# Updates cause replacement.
|
381
|
+
# Optional property.
|
382
|
+
options : JSON
|
383
|
+
#Map containing options specific to the configuration management tool used by this resource.
|
384
|
+
#Updates cause replacement.
|
385
|
+
#Optional property.
|
386
|
+
outputs : [ SoftwareConfigOutputMap ]
|
387
|
+
#Schema representing the outputs that this software config will produce.
|
388
|
+
#Updates cause replacement.
|
389
|
+
#Optional property.
|
390
|
+
Attributes:
|
391
|
+
config: String
|
392
|
+
#The config value of the software config.
|
393
|
+
"OS::Heat::StructuredDeployment" :
|
394
|
+
Properties:
|
395
|
+
actions : [ String ]
|
396
|
+
#Which stack actions will result in this deployment being triggered.
|
397
|
+
#Can be updated without replacement.
|
398
|
+
#Optional property, defaults to “[‘CREATE’, ‘UPDATE’]”.
|
399
|
+
#Allowed values: CREATE, UPDATE, DELETE, SUSPEND, RESUME
|
400
|
+
config : String
|
401
|
+
#ID of software configuration resource to execute when applying to the server.
|
402
|
+
#Can be updated without replacement.
|
403
|
+
#Optional property.
|
404
|
+
input_key : String
|
405
|
+
#Name of key to use for substituting inputs during deployment
|
406
|
+
#Updates cause replacement.
|
407
|
+
#Optional property, defaults to “get_input”.
|
408
|
+
input_values : JSON
|
409
|
+
#Input values to apply to the software configuration on this server.
|
410
|
+
#Can be updated without replacement.
|
411
|
+
#Optional property.
|
412
|
+
name : String
|
413
|
+
#Name of the derived config associated with this deployment. This is used to apply a sort order to the list of configurations currently deployed to a server.
|
414
|
+
#Updates cause replacement.
|
415
|
+
#Optional property.
|
416
|
+
server : String
|
417
|
+
#ID of Nova server to apply configuration to.
|
418
|
+
#pdates cause replacement.
|
419
|
+
#ptional property.
|
420
|
+
signal_transport : String
|
421
|
+
#ow the server should signal to heat with the deployment output values. CFN_SIGNAL will allow an HTTP POST to a CFN keypair signed URL. HEAT_SIGNAL will allow calls to the Heat API resource-signal using the provided keystone credentials. NO_SIGNAL will result in the resource going to the COMPLETE state without waiting for any signal.
|
422
|
+
#pdates cause replacement.
|
423
|
+
#ptional property, defaults to “CFN_SIGNAL”.
|
424
|
+
#llowed values: CFN_SIGNAL, HEAT_SIGNAL, NO_SIGNAL
|
425
|
+
Attributes:
|
426
|
+
deploy_status_code: String
|
427
|
+
#eturned status code from the configuration execution
|
428
|
+
deploy_stderr: String
|
429
|
+
#aptured stderr from the configuration execution.
|
430
|
+
deploy_stdout: String
|
431
|
+
#aptured stdout from the configuration execution.
|
432
|
+
"OS::Heat::UpdateWaitConditionHandle" :
|
433
|
+
Properties: {}
|
434
|
+
"OS::Heat::WaitCondition" :
|
435
|
+
Properties:
|
436
|
+
count : Number
|
437
|
+
#The number of success signals that must be received before the stack creation process continues.
|
438
|
+
#Can be updated without replacement.
|
439
|
+
#Optional property, defaults to “1”.
|
440
|
+
#The value must be at least 1.
|
441
|
+
handle : String
|
442
|
+
#A reference to the wait condition handle used to signal this wait condition.
|
443
|
+
#Updates cause replacement.
|
444
|
+
#Required property.
|
445
|
+
timeout : Number
|
446
|
+
#The number of seconds to wait for the correct number of signals to arrive.
|
447
|
+
#Updates cause replacement.
|
448
|
+
#Required property.
|
449
|
+
#The value must be in the range 1 to 43200.
|
450
|
+
Attributes:
|
451
|
+
data: String
|
452
|
+
#JSON serialized dict containing data associated with wait condition signals sent to the handle.
|
453
|
+
"OS::Neutron::ExtraRoute" :
|
454
|
+
Properties:
|
455
|
+
destination : String
|
456
|
+
#Network in CIDR notation.
|
457
|
+
#Updates cause replacement.
|
458
|
+
#Required property.
|
459
|
+
nexthop : String
|
460
|
+
#Nexthop IP address.
|
461
|
+
#Updates cause replacement.
|
462
|
+
#Required property.
|
463
|
+
router_id : String
|
464
|
+
#The router id.
|
465
|
+
#Updates cause replacement.
|
466
|
+
#Required property.
|
467
|
+
"OS::Neutron::Firewall" :
|
468
|
+
Properties:
|
469
|
+
admin_state_up : Boolean
|
470
|
+
#Administrative state of the firewall. If false (down), firewall does not forward packets and will drop all traffic to/from VMs behind the firewall.
|
471
|
+
#Can be updated without replacement.
|
472
|
+
#Optional property, defaults to “True”.
|
473
|
+
description : String
|
474
|
+
#Description for the firewall.
|
475
|
+
#Can be updated without replacement.
|
476
|
+
#Optional property.
|
477
|
+
firewall_policy_id : String
|
478
|
+
#The ID of the firewall policy that this firewall is associated with.
|
479
|
+
#Can be updated without replacement.
|
480
|
+
#Required property.
|
481
|
+
name : String
|
482
|
+
#Name for the firewall.
|
483
|
+
#Can be updated without replacement.
|
484
|
+
#Optional property.
|
485
|
+
Attributes:
|
486
|
+
admin_state_up: String
|
487
|
+
#The administrative state of the firewall.
|
488
|
+
description: String
|
489
|
+
#Description of the firewall.
|
490
|
+
firewall_policy_id: String
|
491
|
+
#Unique identifier of the firewall policy used to create the firewall.
|
492
|
+
name: String
|
493
|
+
#Name for the firewall.
|
494
|
+
show: String
|
495
|
+
#All attributes.
|
496
|
+
status: String
|
497
|
+
#The status of the firewall.
|
498
|
+
tenant_id: String
|
499
|
+
#Id of the tenant owning the firewall.
|
500
|
+
"OS::Neutron::FirewallPolicy" :
|
501
|
+
Properties:
|
502
|
+
audited : Boolean
|
503
|
+
#Whether this policy should be audited. When set to True, each time the firewall policy or the associated firewall rules are changed, this attribute will be set to False and will have to be explicitly set to True through an update operation.
|
504
|
+
#Can be updated without replacement.
|
505
|
+
#Optional property, defaults to “False”.
|
506
|
+
description : String
|
507
|
+
#Description for the firewall policy.
|
508
|
+
#Can be updated without replacement.
|
509
|
+
#Optional property.
|
510
|
+
firewall_rules : [ String ]
|
511
|
+
#An ordered list of firewall rules to apply to the firewall.
|
512
|
+
#Can be updated without replacement.
|
513
|
+
#Required property.
|
514
|
+
name : String
|
515
|
+
# Name for the firewall policy.
|
516
|
+
# Can be updated without replacement.
|
517
|
+
# Optional property.
|
518
|
+
shared : Boolean
|
519
|
+
#Whether this policy should be shared across all tenants.
|
520
|
+
#Can be updated without replacement.
|
521
|
+
#Optional property, defaults to “False”.
|
522
|
+
Attributes:
|
523
|
+
audited: String
|
524
|
+
#Audit status of this firewall policy.
|
525
|
+
description: String
|
526
|
+
#Description of the firewall policy.
|
527
|
+
firewall_rules: String
|
528
|
+
#List of firewall rules in this firewall policy.
|
529
|
+
name: String
|
530
|
+
#Name for the firewall policy.
|
531
|
+
shared: String
|
532
|
+
#Shared status of this firewall policy.
|
533
|
+
tenant_id: String
|
534
|
+
#Id of the tenant owning the firewall policy.
|
535
|
+
"OS::Neutron::FirewallRule" :
|
536
|
+
#A resource for the FirewallRule resource in Neutron FWaaS.
|
537
|
+
Properties:
|
538
|
+
action : String
|
539
|
+
#Action to be performed on the traffic matching the rule.
|
540
|
+
#Can be updated without replacement.
|
541
|
+
#Optional property, defaults to “deny”.
|
542
|
+
#Allowed values: allow, deny
|
543
|
+
description : String
|
544
|
+
#Description for the firewall rule.
|
545
|
+
#Can be updated without replacement.
|
546
|
+
#Optional property.
|
547
|
+
destination_ip_address : String
|
548
|
+
#Destination IP address or CIDR.
|
549
|
+
#Can be updated without replacement.
|
550
|
+
#Optional property.
|
551
|
+
destination_port : String
|
552
|
+
#Destination port number or a range.
|
553
|
+
#Can be updated without replacement.
|
554
|
+
#Optional property.
|
555
|
+
enabled : Boolean
|
556
|
+
#Whether this rule should be enabled.
|
557
|
+
#Can be updated without replacement.
|
558
|
+
#Optional property, defaults to “True”.
|
559
|
+
ip_version : String
|
560
|
+
#Internet protocol version.
|
561
|
+
#Can be updated without replacement.
|
562
|
+
#Optional property, defaults to “4”.
|
563
|
+
#Allowed values: 4, 6
|
564
|
+
name : String
|
565
|
+
#Name for the firewall rule.
|
566
|
+
#Can be updated without replacement.
|
567
|
+
#Optional property.
|
568
|
+
protocol : String
|
569
|
+
#Protocol for the firewall rule.
|
570
|
+
#Can be updated without replacement.
|
571
|
+
#Optional property.
|
572
|
+
#Allowed values: tcp, udp, icmp, None
|
573
|
+
shared : Boolean
|
574
|
+
#Whether this rule should be shared across all tenants.
|
575
|
+
#Can be updated without replacement.
|
576
|
+
#Optional property, defaults to “False”.
|
577
|
+
source_ip_address : String
|
578
|
+
#Source IP address or CIDR.
|
579
|
+
#Can be updated without replacement.
|
580
|
+
#Optional property.
|
581
|
+
source_port : String
|
582
|
+
#Source port number or a range.
|
583
|
+
#Can be updated without replacement.
|
584
|
+
#Optional property.
|
585
|
+
Attributes:
|
586
|
+
action: String
|
587
|
+
#Allow or deny action for this firewall rule.
|
588
|
+
description: String
|
589
|
+
#Description of the firewall rule.
|
590
|
+
destination_ip_address: String
|
591
|
+
#Destination ip_address for this firewall rule.
|
592
|
+
destination_port: String
|
593
|
+
#Destination port range for this firewall rule.
|
594
|
+
enabled: String
|
595
|
+
#Indicates whether this firewall rule is enabled or not.
|
596
|
+
firewall_policy_id: String
|
597
|
+
#Unique identifier of the firewall policy to which this firewall rule belongs.
|
598
|
+
ip_version: String
|
599
|
+
#Ip_version for this firewall rule.
|
600
|
+
name: String
|
601
|
+
#Name for the firewall rule.
|
602
|
+
position: String
|
603
|
+
#Position of the rule within the firewall policy.
|
604
|
+
protocol: String
|
605
|
+
#Protocol value for this firewall rule.
|
606
|
+
shared: String
|
607
|
+
#Shared status of this firewall rule.
|
608
|
+
source_ip_address: String
|
609
|
+
#Source ip_address for this firewall rule.
|
610
|
+
source_port: String
|
611
|
+
#Source port range for this firewall rule.
|
612
|
+
tenant_id: String
|
613
|
+
#Id of the tenant owning the firewall.
|
614
|
+
"OS::Neutron::FloatingIP" :
|
615
|
+
Properties:
|
616
|
+
fixed_ip_address : String
|
617
|
+
#IP address to use if the port has multiple addresses.
|
618
|
+
#Updates cause replacement.
|
619
|
+
#Optional property.
|
620
|
+
floating_network : String
|
621
|
+
#Network to allocate floating IP from.
|
622
|
+
#Updates cause replacement.
|
623
|
+
#Optional property.
|
624
|
+
port_id : String
|
625
|
+
#ID of an existing port with at least one IP address to associate with this floating IP.
|
626
|
+
#Updates cause replacement.
|
627
|
+
#Optional property.
|
628
|
+
value_specs : JSON
|
629
|
+
#Extra parameters to include in the “floatingip” object in the creation request. Parameters are often specific to installed hardware or extensions.
|
630
|
+
#Updates cause replacement.
|
631
|
+
#Optional property, defaults to “{}”.
|
632
|
+
floating_network_id : String
|
633
|
+
#Note DEPRECATED - Use property floating_network.
|
634
|
+
#Updates cause replacement.
|
635
|
+
#Optional property.
|
636
|
+
Attributes:
|
637
|
+
fixed_ip_address: String
|
638
|
+
#IP address of the associated port, if specified.
|
639
|
+
floating_ip_address: String
|
640
|
+
#The allocated address of this IP.
|
641
|
+
floating_network_id: String
|
642
|
+
#ID of the network in which this IP is allocated.
|
643
|
+
port_id: String
|
644
|
+
#ID of the port associated with this IP.
|
645
|
+
router_id: String
|
646
|
+
#ID of the router used as gateway, set when associated with a port.
|
647
|
+
show: String
|
648
|
+
#All attributes.
|
649
|
+
tenant_id: String
|
650
|
+
#The tenant owning this floating IP.
|
651
|
+
"OS::Neutron::FloatingIPAssociation" :
|
652
|
+
Properties:
|
653
|
+
fixed_ip_address : String
|
654
|
+
#IP address to use if the port has multiple addresses.
|
655
|
+
#Can be updated without replacement.
|
656
|
+
#Optional property.
|
657
|
+
floatingip_id : String
|
658
|
+
#ID of the floating IP to associate.
|
659
|
+
#Can be updated without replacement.
|
660
|
+
#Required property.
|
661
|
+
port_id : String
|
662
|
+
#ID of an existing port with at least one IP address to associate with this floating IP.
|
663
|
+
#Can be updated without replacement.
|
664
|
+
#Required property.
|
665
|
+
"OS::Neutron::HealthMonitor" :
|
666
|
+
#A resource for managing health monitors for load balancers in Neutron.
|
667
|
+
Properties:
|
668
|
+
admin_state_up : Boolean
|
669
|
+
#The administrative state of the health monitor.
|
670
|
+
#Can be updated without replacement.
|
671
|
+
#Optional property, defaults to “True”.
|
672
|
+
delay : Integer
|
673
|
+
#The minimum time in seconds between regular connections of the member.
|
674
|
+
#Can be updated without replacement.
|
675
|
+
#Required property.
|
676
|
+
expected_codes : String
|
677
|
+
#The list of HTTP status codes expected in response from the member to declare it healthy.
|
678
|
+
#Can be updated without replacement.
|
679
|
+
#Optional property.
|
680
|
+
http_method : String
|
681
|
+
#The HTTP method used for requests by the monitor of type HTTP.
|
682
|
+
#Can be updated without replacement.
|
683
|
+
#Optional property.
|
684
|
+
max_retries : Integer
|
685
|
+
#Number of permissible connection failures before changing the member status to INACTIVE.
|
686
|
+
#Can be updated without replacement.
|
687
|
+
#Required property.
|
688
|
+
timeout : Integer
|
689
|
+
#Maximum number of seconds for a monitor to wait for a connection to be established before it times out.
|
690
|
+
#Can be updated without replacement.
|
691
|
+
#Required property.
|
692
|
+
type : String
|
693
|
+
#One of predefined health monitor types.
|
694
|
+
#Updates cause replacement.
|
695
|
+
#Required property.
|
696
|
+
#Allowed values: PING, TCP, HTTP, HTTPS
|
697
|
+
url_path : String
|
698
|
+
#The HTTP path used in the HTTP request used by the monitor to test a member health.
|
699
|
+
#Can be updated without replacement.
|
700
|
+
#Optional property.
|
701
|
+
Attributes:
|
702
|
+
admin_state_up: String
|
703
|
+
#The administrative state of this health monitor.
|
704
|
+
delay: String
|
705
|
+
#The minimum time in seconds between regular connections of the member.
|
706
|
+
expected_codes: String
|
707
|
+
#The list of HTTP status codes expected in response from the member to declare it healthy.
|
708
|
+
http_method: String
|
709
|
+
#The HTTP method used for requests by the monitor of type HTTP.
|
710
|
+
max_retries: String
|
711
|
+
#Number of permissible connection failures before changing the member status to INACTIVE.
|
712
|
+
show: String
|
713
|
+
#All attributes.
|
714
|
+
tenant_id: String
|
715
|
+
#Tenant owning the health monitor.
|
716
|
+
timeout: String
|
717
|
+
#Maximum number of seconds for a monitor to wait for a connection to be established before it times out.
|
718
|
+
type: String
|
719
|
+
#One of predefined health monitor types.
|
720
|
+
url_path: String
|
721
|
+
#The HTTP path used in the HTTP request used by the monitor to test a member health.
|
722
|
+
"OS::Neutron::IKEPolicy" :
|
723
|
+
Properties:
|
724
|
+
auth_algorithm : String
|
725
|
+
#Authentication hash algorithm for the ike policy.
|
726
|
+
#Updates cause replacement.
|
727
|
+
#Optional property, defaults to “sha1”. Allowed values: sha1
|
728
|
+
description : String
|
729
|
+
#Description for the ike policy.
|
730
|
+
#Can be updated without replacement.
|
731
|
+
#Optional property.
|
732
|
+
encryption_algorithm : String
|
733
|
+
#Encryption algorithm for the ike policy.
|
734
|
+
#Updates cause replacement.
|
735
|
+
#Optional property, defaults to “aes-128”. Allowed values: 3des, aes-128, aes-192, aes-256
|
736
|
+
ike_version : String
|
737
|
+
#Version for the ike policy.
|
738
|
+
#Updates cause replacement.
|
739
|
+
#Optional property, defaults to “v1”. Allowed values: v1, v2
|
740
|
+
lifetime : IKEPolicyLifetimeMap
|
741
|
+
#Safety assessment lifetime configuration for the ike policy.
|
742
|
+
#Updates cause replacement.
|
743
|
+
#Optional property.
|
744
|
+
name : String
|
745
|
+
#Name for the ike policy.
|
746
|
+
#Can be updated without replacement.
|
747
|
+
#Optional property.
|
748
|
+
pfs : String
|
749
|
+
#Perfect forward secrecy in lowercase for the ike policy.
|
750
|
+
#Updates cause replacement.
|
751
|
+
#Optional property, defaults to “group5”. Allowed values: group2, group5, group14
|
752
|
+
phase1_negotiation_mode : String
|
753
|
+
#Negotiation mode for the ike policy.
|
754
|
+
#Updates cause replacement.
|
755
|
+
#Optional property, defaults to “main”. Allowed values: main
|
756
|
+
Attributes:
|
757
|
+
auth_algorithm: String
|
758
|
+
#The authentication hash algorithm used by the ike policy.
|
759
|
+
description: String
|
760
|
+
#The description of the ike policy.
|
761
|
+
encryption_algorithm: String
|
762
|
+
#The encryption algorithm used by the ike policy.
|
763
|
+
ike_version: String
|
764
|
+
#The version of the ike policy.
|
765
|
+
lifetime: String
|
766
|
+
#The safety assessment lifetime configuration for the ike policy.
|
767
|
+
name: String
|
768
|
+
#The name of the ike policy.
|
769
|
+
pfs: String
|
770
|
+
#The perfect forward secrecy of the ike policy.
|
771
|
+
phase1_negotiation_mode: String
|
772
|
+
#The negotiation mode of the ike policy.
|
773
|
+
tenant_id: String
|
774
|
+
#The unique identifier of the tenant owning the ike policy.
|
775
|
+
"OS::Neutron::IPsecPolicy" :
|
776
|
+
Properties:
|
777
|
+
auth_algorithm : String
|
778
|
+
#Authentication hash algorithm for the ipsec policy.
|
779
|
+
#Updates cause replacement.
|
780
|
+
#Optional property, defaults to “sha1”. Allowed values: sha1
|
781
|
+
description : String
|
782
|
+
#Description for the ipsec policy.
|
783
|
+
#Can be updated without replacement.
|
784
|
+
#Optional property.
|
785
|
+
encapsulation_mode : String
|
786
|
+
#Encapsulation mode for the ipsec policy.
|
787
|
+
#Updates cause replacement.
|
788
|
+
#Optional property, defaults to “tunnel”. Allowed values: tunnel, transport
|
789
|
+
encryption_algorithm : String
|
790
|
+
#Encryption algorithm for the ipsec policy.
|
791
|
+
#Updates cause replacement.
|
792
|
+
#Optional property, defaults to “aes-128”. Allowed values: 3des, aes-128, aes-192, aes-256
|
793
|
+
lifetime : IPsecPolicyLifetimeMap
|
794
|
+
#Safety assessment lifetime configuration for the ipsec policy.
|
795
|
+
#Updates cause replacement.
|
796
|
+
#Optional property.
|
797
|
+
name : String
|
798
|
+
#Name for the ipsec policy.
|
799
|
+
#Can be updated without replacement.
|
800
|
+
#Optional property.
|
801
|
+
pfs : String
|
802
|
+
#Perfect forward secrecy for the ipsec policy.
|
803
|
+
#Updates cause replacement.
|
804
|
+
#Optional property, defaults to “group5”. Allowed values: group2, group5, group14
|
805
|
+
transform_protocol : String
|
806
|
+
#Transform protocol for the ipsec policy.
|
807
|
+
#Updates cause replacement.
|
808
|
+
#Optional property, defaults to “esp”. Allowed values: esp, ah, ah-esp
|
809
|
+
Attributes:
|
810
|
+
auth_algorithm: String
|
811
|
+
#The authentication hash algorithm of the ipsec policy.
|
812
|
+
description: String
|
813
|
+
#The description of the ipsec policy.
|
814
|
+
encapsulation_mode: String
|
815
|
+
#The encapsulation mode of the ipsec policy.
|
816
|
+
encryption_algorithm: String
|
817
|
+
#The encryption algorithm of the ipsec policy.
|
818
|
+
lifetime: String
|
819
|
+
#The safety assessment lifetime configuration of the ipsec policy.
|
820
|
+
name: String
|
821
|
+
#The name of the ipsec policy.
|
822
|
+
pfs: String
|
823
|
+
#The perfect forward secrecy of the ipsec policy.
|
824
|
+
tenant_id: String
|
825
|
+
#The unique identifier of the tenant owning the ipsec policy.
|
826
|
+
transform_protocol: String
|
827
|
+
#The transform protocol of the ipsec policy.
|
828
|
+
"OS::Neutron::IPsecSiteConnection" :
|
829
|
+
#A resource for IPsec site connection in Neutron.
|
830
|
+
Properties:
|
831
|
+
admin_state_up : Boolean
|
832
|
+
#Administrative state for the ipsec site connection.
|
833
|
+
#Can be updated without replacement.
|
834
|
+
#Optional property, defaults to “True”.
|
835
|
+
description : String
|
836
|
+
#Description for the ipsec site connection.
|
837
|
+
#Can be updated without replacement.
|
838
|
+
#Optional property.
|
839
|
+
dpd : IPSecDPDMap
|
840
|
+
#Dead Peer Detection protocol configuration for the ipsec site connection.
|
841
|
+
#Updates cause replacement.
|
842
|
+
#Optional property.
|
843
|
+
ikepolicy_id : String
|
844
|
+
#Unique identifier for the ike policy associated with the ipsec site connection.
|
845
|
+
#Updates cause replacement.
|
846
|
+
#Required property.
|
847
|
+
initiator : String
|
848
|
+
#Initiator state in lowercase for the ipsec site connection.
|
849
|
+
#Updates cause replacement.
|
850
|
+
#Optional property, defaults to “bi-directional”. Allowed values: bi-directional, response-only
|
851
|
+
ipsecpolicy_id : String
|
852
|
+
#Unique identifier for the ipsec policy associated with the ipsec site connection.
|
853
|
+
#Updates cause replacement.
|
854
|
+
#Required property.
|
855
|
+
mtu : Integer
|
856
|
+
#Maximum transmission unit size (in bytes) for the ipsec site connection.
|
857
|
+
#Updates cause replacement.
|
858
|
+
#Optional property, defaults to “1500”.
|
859
|
+
name : String
|
860
|
+
#Name for the ipsec site connection.
|
861
|
+
#Can be updated without replacement.
|
862
|
+
#Optional property.
|
863
|
+
peer_address : String
|
864
|
+
#Remote branch router public IPv4 address or IPv6 address or FQDN.
|
865
|
+
#Updates cause replacement.
|
866
|
+
#Required property.
|
867
|
+
peer_cidrs : [ String ]
|
868
|
+
#Remote subnet(s) in CIDR format.
|
869
|
+
#Updates cause replacement.
|
870
|
+
#Required property.
|
871
|
+
peer_id : String
|
872
|
+
#Remote branch router identity.
|
873
|
+
#Updates cause replacement.
|
874
|
+
#Required property.
|
875
|
+
psk : String
|
876
|
+
#Pre-shared key string for the ipsec site connection.
|
877
|
+
#Updates cause replacement.
|
878
|
+
#Required property.
|
879
|
+
vpnservice_id : String
|
880
|
+
#Unique identifier for the vpn service associated with the ipsec site connection.
|
881
|
+
#Updates cause replacement.
|
882
|
+
#Required property.
|
883
|
+
Attributes:
|
884
|
+
admin_state_up: String
|
885
|
+
#The administrative state of the ipsec site connection.
|
886
|
+
auth_mode: String
|
887
|
+
#The authentication mode of the ipsec site connection.
|
888
|
+
description: String
|
889
|
+
#The description of the ipsec site connection.
|
890
|
+
dpd: String
|
891
|
+
#The dead peer detection protocol configuration of the ipsec site connection.
|
892
|
+
ikepolicy_id: String
|
893
|
+
#The unique identifier of ike policy associated with the ipsec site connection.
|
894
|
+
initiator: String
|
895
|
+
#The initiator of the ipsec site connection.
|
896
|
+
ipsecpolicy_id: String
|
897
|
+
#The unique identifier of ipsec policy associated with the ipsec site connection.
|
898
|
+
mtu: String
|
899
|
+
#The maximum transmission unit size (in bytes) of the ipsec site connection.
|
900
|
+
name: String
|
901
|
+
#The name of the ipsec site connection.
|
902
|
+
peer_address: String
|
903
|
+
#The remote branch router public IPv4 address or IPv6 address or FQDN.
|
904
|
+
peer_cidrs: String
|
905
|
+
#The remote subnet(s) in CIDR format of the ipsec site connection.
|
906
|
+
peer_id: String
|
907
|
+
#The remote branch router identity of the ipsec site connection.
|
908
|
+
psk: String
|
909
|
+
#The pre-shared key string of the ipsec site connection.
|
910
|
+
route_mode: String
|
911
|
+
#The route mode of the ipsec site connection.
|
912
|
+
status: String
|
913
|
+
#The status of the ipsec site connection.
|
914
|
+
tenant_id: String
|
915
|
+
#The unique identifier of the tenant owning the ipsec site connection.
|
916
|
+
vpnservice_id: String
|
917
|
+
#The unique identifier of vpn service associated with the ipsec site connection.
|
918
|
+
|
919
|
+
"OS::Neutron::LoadBalancer" :
|
920
|
+
Properties:
|
921
|
+
members : [ String ]
|
922
|
+
#The list of Nova server IDs load balanced.
|
923
|
+
#Can be updated without replacement.
|
924
|
+
#Optional property, defaults to “[]”.
|
925
|
+
pool_id : String
|
926
|
+
#The ID of the load balancing pool.
|
927
|
+
#Can be updated without replacement.
|
928
|
+
#Required property.
|
929
|
+
protocol_port : Integer
|
930
|
+
#Port number on which the servers are running on the members.
|
931
|
+
#Updates cause replacement.
|
932
|
+
#Required property.
|
933
|
+
"OS::Neutron::MeteringLabel" :
|
934
|
+
Properties:
|
935
|
+
description : String
|
936
|
+
#Description of the metering label.
|
937
|
+
#Updates cause replacement.
|
938
|
+
#Optional property.
|
939
|
+
name : String
|
940
|
+
#Name of the metering label.
|
941
|
+
#Updates cause replacement.
|
942
|
+
#Optional property.
|
943
|
+
Attributes:
|
944
|
+
description: String
|
945
|
+
#Description of the metering label.
|
946
|
+
name: String
|
947
|
+
#Name of the metering label.
|
948
|
+
"OS::Neutron::MeteringRule" :
|
949
|
+
Properties:
|
950
|
+
direction : String
|
951
|
+
#The direction in which metering rule is applied, either ingress or egress.
|
952
|
+
#Updates cause replacement.
|
953
|
+
#Optional property, defaults to “ingress”.
|
954
|
+
#Allowed values: ingress, egress
|
955
|
+
excluded : Boolean
|
956
|
+
#Specify whether the remote_ip_prefix will be excluded or not from traffic counters of the metering label. For example to not count the traffic of a specific IP address of a range.
|
957
|
+
#Updates cause replacement.
|
958
|
+
#Optional property, defaults to “False”.
|
959
|
+
metering_label_id : String
|
960
|
+
#The metering label ID to associate with this metering rule.
|
961
|
+
#Updates cause replacement.
|
962
|
+
#Required property.
|
963
|
+
remote_ip_prefix : String
|
964
|
+
#Indicates remote IP prefix to be associated with this metering rule.
|
965
|
+
#Updates cause replacement.
|
966
|
+
#Required property.
|
967
|
+
Attributes:
|
968
|
+
direction: String
|
969
|
+
#The direction in which metering rule is applied.
|
970
|
+
excluded: String
|
971
|
+
#Exclude state for cidr.
|
972
|
+
metering_label_id: String
|
973
|
+
#The metering label ID to associate with this metering rule.
|
974
|
+
remote_ip_prefix: String
|
975
|
+
#CIDR to be associated with this metering rule.
|
976
|
+
"OS::Neutron::Net" :
|
977
|
+
Properties:
|
978
|
+
admin_state_up : Boolean
|
979
|
+
#A boolean value specifying the administrative status of the network.
|
980
|
+
#Can be updated without replacement.
|
981
|
+
#Optional property, defaults to “True”.
|
982
|
+
dhcp_agent_ids : List
|
983
|
+
#The IDs of the DHCP agent to schedule the network. Note that the default policy setting in Neutron restricts usage of this property to administrative users only.
|
984
|
+
#Can be updated without replacement.
|
985
|
+
#Optional property.
|
986
|
+
name : String
|
987
|
+
#A string specifying a symbolic name for the network, which is not required to be unique.
|
988
|
+
#Can be updated without replacement.
|
989
|
+
#Optional property
|
990
|
+
shared : Boolean
|
991
|
+
#Whether this network should be shared across all tenants. Note that the default policy setting restricts usage of this attribute to administrative users only.
|
992
|
+
#Can be updated without replacement.
|
993
|
+
#Optional property, defaults to “False”.
|
994
|
+
tenant_id : String
|
995
|
+
#The ID of the tenant which will own the network. Only administrative users can set the tenant identifier; this cannot be changed using authorization policies.
|
996
|
+
#Updates cause replacement.
|
997
|
+
#Optional property.
|
998
|
+
value_specs : JSON
|
999
|
+
#Extra parameters to include in the “network” object in the creation request. Parameters are often specific to installed hardware or extensions.
|
1000
|
+
#Can be updated without replacement.
|
1001
|
+
#Optional property, defaults to “{}”.
|
1002
|
+
Attributes:
|
1003
|
+
admin_state_up: String
|
1004
|
+
#The administrative status of the network.
|
1005
|
+
name: String
|
1006
|
+
#The name of the network.
|
1007
|
+
show: String
|
1008
|
+
#All attributes.
|
1009
|
+
status: String
|
1010
|
+
#The status of the network.
|
1011
|
+
subnets: String
|
1012
|
+
#Subnets of this network.
|
1013
|
+
tenant_id: String
|
1014
|
+
#The tenant owning this network.
|
1015
|
+
"OS::Neutron::NetworkGateway" :
|
1016
|
+
Properties:
|
1017
|
+
connections : [ NetworkGatewayConnectionMap ]
|
1018
|
+
#Connection info for this network gateway.
|
1019
|
+
#Can be updated without replacement.
|
1020
|
+
#Optional property, defaults to “{}”.
|
1021
|
+
devices : [ NetworkGatewayDeviceMap ]
|
1022
|
+
#Device info for this network gateway.
|
1023
|
+
#Can be updated without replacement.
|
1024
|
+
#Required property.
|
1025
|
+
#The length must be at least 1.
|
1026
|
+
name : String
|
1027
|
+
#The name of the network gateway.
|
1028
|
+
#Can be updated without replacement.
|
1029
|
+
#Optional property.
|
1030
|
+
Attributes:
|
1031
|
+
default: String
|
1032
|
+
#A boolean value of default flag.
|
1033
|
+
show: String
|
1034
|
+
#All attributes.
|
1035
|
+
"OS::Neutron::Pool" :
|
1036
|
+
Properties:
|
1037
|
+
admin_state_up : Boolean
|
1038
|
+
#The administrative state of this pool.
|
1039
|
+
#Can be updated without replacement.
|
1040
|
+
#Optional property, defaults to “True”.
|
1041
|
+
description : String
|
1042
|
+
#Description of the pool.
|
1043
|
+
#Can be updated without replacement.
|
1044
|
+
#Optional property.
|
1045
|
+
lb_method : String
|
1046
|
+
#The algorithm used to distribute load between the members of the pool.
|
1047
|
+
#Can be updated without replacement.
|
1048
|
+
#Required property.
|
1049
|
+
#Allowed values: ROUND_ROBIN, LEAST_CONNECTIONS, SOURCE_IP
|
1050
|
+
monitors : [ String ]
|
1051
|
+
#List of health monitors associated with the pool.
|
1052
|
+
#Can be updated without replacement.
|
1053
|
+
#Optional property, defaults to “[]”.
|
1054
|
+
name : String
|
1055
|
+
#Name of the pool.
|
1056
|
+
#Updates cause replacement.
|
1057
|
+
#Optional property.
|
1058
|
+
protocol : String
|
1059
|
+
#Protocol for balancing.
|
1060
|
+
#Updates cause replacement.
|
1061
|
+
#Required property.
|
1062
|
+
#Allowed values: TCP, HTTP, HTTPS
|
1063
|
+
subnet : String
|
1064
|
+
#The subnet for the port on which the members of the pool will be connected.
|
1065
|
+
#Updates cause replacement.
|
1066
|
+
#Optional property.
|
1067
|
+
vip : NeutronPoolVipMap
|
1068
|
+
#IP address and port of the pool.
|
1069
|
+
#Updates cause replacement.
|
1070
|
+
#Required property.
|
1071
|
+
subnet_id : String
|
1072
|
+
#Note DEPRECATED - Use property subnet.
|
1073
|
+
#Updates cause replacement.
|
1074
|
+
#Optional property.
|
1075
|
+
Attributes:
|
1076
|
+
admin_state_up: String
|
1077
|
+
#The administrative state of this pool.
|
1078
|
+
description: String
|
1079
|
+
#Description of the pool.
|
1080
|
+
lb_method: String
|
1081
|
+
#The algorithm used to distribute load between the members of the pool.
|
1082
|
+
name: String
|
1083
|
+
#Name of the pool.
|
1084
|
+
protocol: String
|
1085
|
+
#Protocol to balance.
|
1086
|
+
subnet_id: String
|
1087
|
+
#The subnet for the port on which the members of the pool will be connected.
|
1088
|
+
tenant_id: String
|
1089
|
+
#Tenant owning the pool.
|
1090
|
+
vip: String
|
1091
|
+
#Vip associated with the pool.
|
1092
|
+
"OS::Neutron::PoolMember" :
|
1093
|
+
Properties:
|
1094
|
+
address : String
|
1095
|
+
#IP address of the pool member on the pool network.
|
1096
|
+
#Updates cause replacement.
|
1097
|
+
#Required property.
|
1098
|
+
admin_state_up : Boolean
|
1099
|
+
#The administrative state of the pool member.
|
1100
|
+
#Updates cause replacement.
|
1101
|
+
#Optional property, defaults to “True”.
|
1102
|
+
pool_id : String
|
1103
|
+
#The ID of the load balancing pool.
|
1104
|
+
#Can be updated without replacement.\
|
1105
|
+
#Required property.
|
1106
|
+
protocol_port : Number
|
1107
|
+
#TCP port on which the pool member listens for requests or connections.
|
1108
|
+
#Updates cause replacement.
|
1109
|
+
#Required property.
|
1110
|
+
#The value must be in the range 0 to 65535.
|
1111
|
+
weight : Number
|
1112
|
+
#Weight of pool member in the pool (default to 1).
|
1113
|
+
#Can be updated without replacement.
|
1114
|
+
#Optional property.
|
1115
|
+
#The value must be in the range 0 to 256.
|
1116
|
+
Attributes:
|
1117
|
+
address: String
|
1118
|
+
#IP address of the pool member.
|
1119
|
+
admin_state_up: String
|
1120
|
+
#The administrative state of this pool member.
|
1121
|
+
pool_id: String
|
1122
|
+
#The ID of the load balancing pool.
|
1123
|
+
protocol_port: String
|
1124
|
+
#TCP port on which the pool member listens for requests or connections.
|
1125
|
+
show: String
|
1126
|
+
#All attributes.
|
1127
|
+
tenant_id: String
|
1128
|
+
#Tenant owning the pool member.
|
1129
|
+
weight: String
|
1130
|
+
#Weight of the pool member in the pool.
|
1131
|
+
"OS::Neutron::Port" :
|
1132
|
+
Properties:
|
1133
|
+
admin_state_up : Boolean
|
1134
|
+
#The administrative state of this port.
|
1135
|
+
#Can be updated without replacement.
|
1136
|
+
#Optional property, defaults to “True”.
|
1137
|
+
allowed_address_pairs : [ AllowedAddressPairMap ]
|
1138
|
+
#Additional MAC/IP address pairs allowed to pass through the port.
|
1139
|
+
#Updates cause replacement.
|
1140
|
+
#Optional property.
|
1141
|
+
#Updates cause replacement.
|
1142
|
+
device_id : String
|
1143
|
+
#Device ID of this port.
|
1144
|
+
#Can be updated without replacement.
|
1145
|
+
#Optional property.
|
1146
|
+
device_owner : String
|
1147
|
+
#Name of the network owning the port. The value is typically network:floatingip or network:router_interface or network:dhcp
|
1148
|
+
#Can be updated without replacement.
|
1149
|
+
#Optional property.
|
1150
|
+
fixed_ips : [ PortFixedIPMap ]
|
1151
|
+
#Desired IPs for this port.
|
1152
|
+
#Can be updated without replacement.
|
1153
|
+
#Optional property, defaults to “[]”.
|
1154
|
+
#Updates cause replacement.
|
1155
|
+
mac_address : String
|
1156
|
+
#MAC address to give to this port.
|
1157
|
+
#Updates cause replacement.
|
1158
|
+
#Optional property.
|
1159
|
+
name : String
|
1160
|
+
#A symbolic name for this port.
|
1161
|
+
#Can be updated without replacement.
|
1162
|
+
#Optional property.
|
1163
|
+
network : String
|
1164
|
+
#Network this port belongs to.
|
1165
|
+
#Updates cause replacement.
|
1166
|
+
#Optional property.
|
1167
|
+
security_groups : List
|
1168
|
+
#Security group IDs to associate with this port.
|
1169
|
+
#Can be updated without replacement.
|
1170
|
+
#Optional property, defaults to “[]”.
|
1171
|
+
value_specs : JSON
|
1172
|
+
#Extra parameters to include in the “port” object in the creation request.
|
1173
|
+
#Updates cause replacement.
|
1174
|
+
#Optional property, defaults to “{}”.
|
1175
|
+
network_id : String
|
1176
|
+
#Note DEPRECATED - Use property network.
|
1177
|
+
#Updates cause replacement.
|
1178
|
+
#Optional property.
|
1179
|
+
Attributes:
|
1180
|
+
admin_state_up: String
|
1181
|
+
#The administrative state of this port.
|
1182
|
+
allowed_address_pairs: String
|
1183
|
+
#Additional MAC/IP address pairs allowed to pass through a port.
|
1184
|
+
device_id: String
|
1185
|
+
#Unique identifier for the device.
|
1186
|
+
device_owner: String
|
1187
|
+
#Name of the network owning the port.
|
1188
|
+
fixed_ips: String
|
1189
|
+
#Fixed IP addresses.
|
1190
|
+
mac_address: String
|
1191
|
+
#MAC address of the port.
|
1192
|
+
name: String
|
1193
|
+
#Friendly name of the port.
|
1194
|
+
network_id: String
|
1195
|
+
#Unique identifier for the network owning the port.
|
1196
|
+
security_groups: String
|
1197
|
+
#A list of security groups for the port.
|
1198
|
+
show: String
|
1199
|
+
#All attributes.
|
1200
|
+
status: String
|
1201
|
+
#The status of the port.
|
1202
|
+
tenant_id: String
|
1203
|
+
#Tenant owning the port.
|
1204
|
+
"OS::Neutron::ProviderNet" :
|
1205
|
+
Properties:
|
1206
|
+
admin_state_up : Boolean
|
1207
|
+
#A boolean value specifying the administrative status of the network.
|
1208
|
+
#Can be updated without replacement.
|
1209
|
+
#Optional property, defaults to “True”.
|
1210
|
+
name : String
|
1211
|
+
#A string specifying a symbolic name for the network, which is not required to be unique.
|
1212
|
+
#Can be updated without replacement.
|
1213
|
+
#Optional property.
|
1214
|
+
network_type : String
|
1215
|
+
#A string specifying the provider network type for the network.
|
1216
|
+
#Can be updated without replacement.
|
1217
|
+
#Required property.
|
1218
|
+
#Allowed values: vlan, flat
|
1219
|
+
physical_network : String
|
1220
|
+
#A string specifying physical network mapping for the network.
|
1221
|
+
#Can be updated without replacement.
|
1222
|
+
#Required property.
|
1223
|
+
segmentation_id : String
|
1224
|
+
#A string specifying the segmentation id for the network.
|
1225
|
+
#Can be updated without replacement.
|
1226
|
+
#Optional property.
|
1227
|
+
shared : Boolean
|
1228
|
+
#Whether this network should be shared across all tenants.
|
1229
|
+
#Can be updated without replacement.
|
1230
|
+
#Optional property, defaults to “True”.
|
1231
|
+
Attributes:
|
1232
|
+
show: String
|
1233
|
+
#All attributes.
|
1234
|
+
status: String
|
1235
|
+
#The status of the network.
|
1236
|
+
subnets: String
|
1237
|
+
#Subnets of this network.
|
1238
|
+
"OS::Neutron::Router" :
|
1239
|
+
Properties:
|
1240
|
+
admin_state_up : Boolean
|
1241
|
+
#The administrative state of the router.
|
1242
|
+
#Can be updated without replacement.
|
1243
|
+
#Optional property, defaults to “True”.
|
1244
|
+
external_gateway_info : RouterExternalGatewayInfo
|
1245
|
+
#External network gateway configuration for a router.
|
1246
|
+
#Can be updated without replacement.
|
1247
|
+
#Optional property.
|
1248
|
+
l3_agent_id : String
|
1249
|
+
#ID of the L3 agent. NOTE: The default policy setting in Neutron restricts usage of this property to administrative users only.
|
1250
|
+
#Can be updated without replacement.
|
1251
|
+
#Optional property.
|
1252
|
+
name : String
|
1253
|
+
#The name of the router.
|
1254
|
+
#Can be updated without replacement.
|
1255
|
+
#Optional property.
|
1256
|
+
value_specs : JSON
|
1257
|
+
#Extra parameters to include in the creation request.
|
1258
|
+
#Can be updated without replacement.
|
1259
|
+
#Optional property, defaults to “{}”.
|
1260
|
+
Attributes:
|
1261
|
+
admin_state_up: String
|
1262
|
+
#Administrative state of the router.
|
1263
|
+
external_gateway_info: String
|
1264
|
+
#Gateway network for the router.
|
1265
|
+
name: String
|
1266
|
+
#Friendly name of the router.
|
1267
|
+
show: String
|
1268
|
+
#All attributes.
|
1269
|
+
status: String
|
1270
|
+
#The status of the router.
|
1271
|
+
tenant_id: String
|
1272
|
+
#Tenant owning the router.
|
1273
|
+
#"OS::Neutron::RouterGateway" : #Deprecated
|
1274
|
+
"OS::Neutron::RouterInterface" :
|
1275
|
+
Properties:
|
1276
|
+
port_id : String
|
1277
|
+
#The port id, either subnet or port_id should be specified.
|
1278
|
+
#Updates cause replacement.
|
1279
|
+
#Optional property.
|
1280
|
+
router_id : String
|
1281
|
+
#The router id.
|
1282
|
+
#Updates cause replacement.
|
1283
|
+
#Required property.
|
1284
|
+
subnet : String
|
1285
|
+
#The subnet, either subnet or port_id should be specified.
|
1286
|
+
#Updates cause replacement.
|
1287
|
+
#Optional property.
|
1288
|
+
subnet_id : String
|
1289
|
+
#Note DEPRECATED - Use property subnet.
|
1290
|
+
#Updates cause replacement.
|
1291
|
+
#Optional property.
|
1292
|
+
"OS::Neutron::SecurityGroup" :
|
1293
|
+
Properties:
|
1294
|
+
description : String
|
1295
|
+
#Description of the security group.
|
1296
|
+
#Can be updated without replacement.
|
1297
|
+
#Optional property.
|
1298
|
+
name : String
|
1299
|
+
#A string specifying a symbolic name for the security group, which is not required to be unique.
|
1300
|
+
#Can be updated without replacement.
|
1301
|
+
#Optional property.
|
1302
|
+
rules : [ SecurityGroupRuleMap ]
|
1303
|
+
#List of security group rules.
|
1304
|
+
#Can be updated without replacement.
|
1305
|
+
#Optional property, defaults to “[]”.
|
1306
|
+
"OS::Neutron::Subnet" :
|
1307
|
+
Properties:
|
1308
|
+
allocation_pools : [ SubnetAllocationPoolMap ]
|
1309
|
+
#The start and end addresses for the allocation pools.
|
1310
|
+
#Updates cause replacement.
|
1311
|
+
#Optional property.
|
1312
|
+
cidr : String
|
1313
|
+
#The CIDR.
|
1314
|
+
#Updates cause replacement.
|
1315
|
+
#Required property.
|
1316
|
+
dns_nameservers : List
|
1317
|
+
#A specified set of DNS name servers to be used.
|
1318
|
+
#Can be updated without replacement.
|
1319
|
+
#Optional property, defaults to “[]”.
|
1320
|
+
enable_dhcp : Boolean
|
1321
|
+
#Set to true if DHCP is enabled and false if DHCP is disabled.
|
1322
|
+
#Can be updated without replacement.
|
1323
|
+
#Optional property, defaults to “True”.
|
1324
|
+
gateway_ip : String
|
1325
|
+
#The gateway IP address.
|
1326
|
+
#Can be updated without replacement.
|
1327
|
+
#Optional property.
|
1328
|
+
host_routes : [ SubnetHostRouteMap ]
|
1329
|
+
#Updates cause replacement.
|
1330
|
+
#Optional property.
|
1331
|
+
#Updates cause replacement.
|
1332
|
+
ip_version : Integer
|
1333
|
+
#The IP version, which is 4 or 6.
|
1334
|
+
#Updates cause replacement.
|
1335
|
+
#Optional property, defaults to “4”. Allowed values: 4, 6
|
1336
|
+
name : String
|
1337
|
+
#The name of the subnet.
|
1338
|
+
#Can be updated without replacement.
|
1339
|
+
#Optional property.
|
1340
|
+
network : String
|
1341
|
+
#The ID of the attached network.
|
1342
|
+
#Updates cause replacement.
|
1343
|
+
#Optional property.
|
1344
|
+
tenant_id : String
|
1345
|
+
#The ID of the tenant who owns the network. Only administrative users can specify a tenant ID other than their own.
|
1346
|
+
#Updates cause replacement.
|
1347
|
+
#Optional property.
|
1348
|
+
value_specs : JSON
|
1349
|
+
#Extra parameters to include in the creation request.
|
1350
|
+
#Can be updated without replacement.
|
1351
|
+
#Optional property, defaults to “{}”.
|
1352
|
+
network_id : String
|
1353
|
+
#Note DEPRECATED - Use property network.
|
1354
|
+
#Updates cause replacement.
|
1355
|
+
#Optional property.
|
1356
|
+
Attributes:
|
1357
|
+
allocation_pools: String
|
1358
|
+
#Ip allocation pools and their ranges.
|
1359
|
+
cidr: String
|
1360
|
+
#CIDR block notation for this subnet.
|
1361
|
+
dns_nameservers: String
|
1362
|
+
#List of dns nameservers.
|
1363
|
+
enable_dhcp: String
|
1364
|
+
#‘true’ if DHCP is enabled for this subnet; ‘false’ otherwise.
|
1365
|
+
gateway_ip: String
|
1366
|
+
#Ip of the subnet’s gateway.
|
1367
|
+
host_routes: String
|
1368
|
+
#Additional routes for this subnet.
|
1369
|
+
ip_version: String
|
1370
|
+
#Ip version for the subnet.
|
1371
|
+
name: String
|
1372
|
+
#Friendly name of the subnet.
|
1373
|
+
network_id: String
|
1374
|
+
#Parent network of the subnet.
|
1375
|
+
show: String
|
1376
|
+
#All attributes.
|
1377
|
+
tenant_id: String
|
1378
|
+
#Tenant owning the subnet.
|
1379
|
+
"OS::Neutron::VPNService" :
|
1380
|
+
Properties:
|
1381
|
+
admin_state_up : Boolean
|
1382
|
+
#Administrative state for the vpn service.
|
1383
|
+
#Can be updated without replacement.
|
1384
|
+
#Optional property, defaults to “True”.
|
1385
|
+
description : String
|
1386
|
+
#Description for the vpn service.
|
1387
|
+
#Can be updated without replacement.
|
1388
|
+
#Optional property.
|
1389
|
+
name : String
|
1390
|
+
#Name for the vpn service.
|
1391
|
+
#Can be updated without replacement.
|
1392
|
+
#Optional property.
|
1393
|
+
router_id : String
|
1394
|
+
#Unique identifier for the router to which the vpn service will be inserted.
|
1395
|
+
#Updates cause replacement.
|
1396
|
+
#Required property.
|
1397
|
+
subnet : String
|
1398
|
+
#Subnet in which the vpn service will be created.
|
1399
|
+
#Updates cause replacement.
|
1400
|
+
#Optional property.
|
1401
|
+
subnet_id : String
|
1402
|
+
#Note DEPRECATED - Use property subnet.
|
1403
|
+
#Updates cause replacement.
|
1404
|
+
#Optional property.
|
1405
|
+
Attributes:
|
1406
|
+
admin_state_up: String
|
1407
|
+
#The administrative state of the vpn service.
|
1408
|
+
description: String
|
1409
|
+
#The description of the vpn service.
|
1410
|
+
name: String
|
1411
|
+
#The name of the vpn service.
|
1412
|
+
router_id: String
|
1413
|
+
#The unique identifier of the router to which the vpn service was inserted.
|
1414
|
+
show: String
|
1415
|
+
#All attributes.
|
1416
|
+
status: String
|
1417
|
+
#The status of the vpn service.
|
1418
|
+
subnet_id: String
|
1419
|
+
#The unique identifier of the subnet in which the vpn service was created.
|
1420
|
+
tenant_id: String
|
1421
|
+
#The unique identifier of the tenant owning the vpn service.
|
1422
|
+
"OS::Nova::Flavor" :
|
1423
|
+
Properties:
|
1424
|
+
disk : Integer
|
1425
|
+
#Size of local disk in GB. Set the value to 0 to remove limit on disk size.
|
1426
|
+
#Updates cause replacement.
|
1427
|
+
#Required property.
|
1428
|
+
ephemeral : Integer
|
1429
|
+
#Size of a secondary ephemeral data disk in GB.
|
1430
|
+
#Updates cause replacement.
|
1431
|
+
#Optional property, defaults to “0”.
|
1432
|
+
extra_specs : JSON
|
1433
|
+
#Key/Value pairs to extend the capabilities of the flavor.
|
1434
|
+
#Can be updated without replacement.
|
1435
|
+
#Optional property.
|
1436
|
+
ram : Integer
|
1437
|
+
#Memory in MB for the flavor.
|
1438
|
+
#Updates cause replacement.
|
1439
|
+
#Required property.
|
1440
|
+
rxtx_factor : Number
|
1441
|
+
#RX/TX factor.
|
1442
|
+
#Updates cause replacement.
|
1443
|
+
#Optional property, defaults to “1.0”.
|
1444
|
+
swap : Integer
|
1445
|
+
#Swap space in MB.
|
1446
|
+
#Updates cause replacement.
|
1447
|
+
#Optional property, defaults to “0”.
|
1448
|
+
vcpus : Integer
|
1449
|
+
#Number of VCPUs for the flavor.
|
1450
|
+
#Updates cause replacement.
|
1451
|
+
#Required property.
|
1452
|
+
"OS::Nova::FloatingIP" :
|
1453
|
+
Properties:
|
1454
|
+
pool : String
|
1455
|
+
#Allocate a floating IP from a given floating IP pool.
|
1456
|
+
#Updates cause replacement.
|
1457
|
+
#Optional property.
|
1458
|
+
Attributes:
|
1459
|
+
ip: String
|
1460
|
+
#Allocated floating IP address.
|
1461
|
+
pool: String
|
1462
|
+
#Pool from which floating IP is allocated.
|
1463
|
+
"OS::Nova::FloatingIPAssociation" :
|
1464
|
+
Properties:
|
1465
|
+
floating_ip : String
|
1466
|
+
#ID of the floating IP to assign to the server.
|
1467
|
+
#Can be updated without replacement.
|
1468
|
+
#Required property.
|
1469
|
+
server_id : String
|
1470
|
+
#Server to assign floating IP to.
|
1471
|
+
#Can be updated without replacement.
|
1472
|
+
#Required property.
|
1473
|
+
"OS::Nova::KeyPair" :
|
1474
|
+
Properties:
|
1475
|
+
name : String
|
1476
|
+
#The name of the key pair.
|
1477
|
+
#Updates cause replacement.
|
1478
|
+
#Required property.
|
1479
|
+
public_key : String
|
1480
|
+
#The optional public key. This allows users to supply the public key from a pre-existing key pair. If not supplied, a new key pair will be generated.
|
1481
|
+
#Updates cause replacement.
|
1482
|
+
#Optional property.
|
1483
|
+
save_private_key : Boolean
|
1484
|
+
#True if the system should remember a generated private key; False otherwise.
|
1485
|
+
#Updates cause replacement.
|
1486
|
+
#Optional property, defaults to “False”.
|
1487
|
+
Attributes:
|
1488
|
+
private_key: String
|
1489
|
+
#The private key if it has been saved.
|
1490
|
+
public_key: String
|
1491
|
+
#The public key.
|
1492
|
+
"OS::Nova::Server" :
|
1493
|
+
Properties:
|
1494
|
+
admin_pass : String
|
1495
|
+
#The administrator password for the server.
|
1496
|
+
#Can be updated without replacement.
|
1497
|
+
#Optional property.
|
1498
|
+
availability_zone : String
|
1499
|
+
#Name of the availability zone for server placement.
|
1500
|
+
#Updates cause replacement.
|
1501
|
+
#Optional property.
|
1502
|
+
block_device_mapping : [ ServerBlockDeviceMap ]
|
1503
|
+
#Block device mappings for this server.
|
1504
|
+
#Updates cause replacement.
|
1505
|
+
#Optional property.
|
1506
|
+
config_drive : Boolean
|
1507
|
+
#If True, enable config drive on the server.
|
1508
|
+
#Updates cause replacement.
|
1509
|
+
#Optional property.
|
1510
|
+
diskConfig : String
|
1511
|
+
#Control how the disk is partitioned when the server is created.
|
1512
|
+
#Updates cause replacement.
|
1513
|
+
#Optional property. Allowed values: AUTO, MANUAL
|
1514
|
+
flavor : String
|
1515
|
+
#The ID or name of the flavor to boot onto.
|
1516
|
+
#Can be updated without replacement.
|
1517
|
+
#Required property.
|
1518
|
+
flavor_update_policy : String
|
1519
|
+
#Policy on how to apply a flavor update; either by requesting a server resize or by replacing the entire server.
|
1520
|
+
#Can be updated without replacement.
|
1521
|
+
#Optional property, defaults to “RESIZE”. Allowed values: RESIZE, REPLACE
|
1522
|
+
image : String
|
1523
|
+
#The ID or name of the image to boot with.
|
1524
|
+
#Can be updated without replacement.
|
1525
|
+
#Optional property. Value must be of type glance.image
|
1526
|
+
image_update_policy : String
|
1527
|
+
#Policy on how to apply an image-id update; either by requesting a server rebuild or by replacing the entire server
|
1528
|
+
#Can be updated without replacement.
|
1529
|
+
#Optional property, defaults to “REPLACE”. Allowed values: REBUILD, REPLACE, REBUILD_PRESERVE_EPHEMERAL
|
1530
|
+
key_name : String
|
1531
|
+
#Name of keypair to inject into the server.
|
1532
|
+
#Updates cause replacement.
|
1533
|
+
#Optional property. Value must be of type nova.keypair
|
1534
|
+
metadata : JSON
|
1535
|
+
#Arbitrary key/value metadata to store for this server. Both keys and values must be 255 characters or less. Non-string values will be serialized to JSON (and the serialized string must be 255 characters or less).
|
1536
|
+
#Can be updated without replacement.
|
1537
|
+
#Optional property.
|
1538
|
+
name : String
|
1539
|
+
#Server name.
|
1540
|
+
#Can be updated without replacement.
|
1541
|
+
#Optional property.
|
1542
|
+
networks : [ ServerNetworkMap ]
|
1543
|
+
#An ordered list of nics to be added to this server, with information about connected networks, fixed ips, port etc.
|
1544
|
+
#Can be updated without replacement.
|
1545
|
+
#Optional property.
|
1546
|
+
personality : JSON
|
1547
|
+
#A map of files to create/overwrite on the server upon boot. Keys are file names and values are the file contents.
|
1548
|
+
#Updates cause replacement.
|
1549
|
+
#Optional property, defaults to “{}”.
|
1550
|
+
reservation_id : String
|
1551
|
+
#A UUID for the set of servers being requested.
|
1552
|
+
#Updates cause replacement.
|
1553
|
+
#Optional property.
|
1554
|
+
scheduler_hints : JSON
|
1555
|
+
#Arbitrary key-value pairs specified by the client to help boot a server.
|
1556
|
+
#Updates cause replacement.
|
1557
|
+
#Optional property.
|
1558
|
+
security_groups : List
|
1559
|
+
#List of security group names or IDs. Cannot be used if neutron ports are associated with this server; assign security groups to the ports instead.
|
1560
|
+
#Updates cause replacement.
|
1561
|
+
#Optional property, defaults to “[]”.
|
1562
|
+
software_config_transport : String
|
1563
|
+
#How the server should receive the metadata required for software configuration. POLL_SERVER_CFN will allow calls to the cfn API action DescribeStackResource authenticated with the provided keypair. POLL_SERVER_HEAT will allow calls to the Heat API resource-show using the provided keystone credentials.
|
1564
|
+
#Updates cause replacement.
|
1565
|
+
#Optional property, defaults to “POLL_SERVER_CFN”. Allowed values: POLL_SERVER_CFN, POLL_SERVER_HEAT
|
1566
|
+
user_data : String
|
1567
|
+
#User data script to be executed by cloud-init.
|
1568
|
+
#Updates cause replacement.
|
1569
|
+
#Optional property, defaults to “”.
|
1570
|
+
user_data_format : String
|
1571
|
+
#How the user_data should be formatted for the server. For HEAT_CFNTOOLS, the user_data is bundled as part of the heat-cfntools cloud-init boot configuration data. For RAW the user_data is passed to Nova unmodified. For SOFTWARE_CONFIG user_data is bundled as part of the software config data, and metadata is derived from any associated SoftwareDeployment resources.
|
1572
|
+
#Updates cause replacement.
|
1573
|
+
#Optional property, defaults to “HEAT_CFNTOOLS”. Allowed values: HEAT_CFNTOOLS, RAW, SOFTWARE_CONFIG
|
1574
|
+
admin_user : String
|
1575
|
+
#Note DEPRECATED
|
1576
|
+
#Name of the administrative user to use on the server. This property will be removed from Juno in favor of the default cloud-init user set up for each image (e.g. “ubuntu” for Ubuntu 12.04+, “fedora” for Fedora 19+ and “cloud-user” for CentOS/RHEL 6.5).
|
1577
|
+
#Updates cause replacement. Optional property.
|
1578
|
+
Attributes:
|
1579
|
+
accessIPv4: String
|
1580
|
+
#The manually assigned alternative public IPv4 address of the server.
|
1581
|
+
accessIPv6: String
|
1582
|
+
#The manually assigned alternative public IPv6 address of the server.
|
1583
|
+
addresses: String
|
1584
|
+
#A dict of all network addresses with corresponding port_id.
|
1585
|
+
first_address: String
|
1586
|
+
#Note DEPRECATED - Use the networks attribute instead of first_address. For example: “{get_attr: [<server name>, networks, <network name>, 0]}”
|
1587
|
+
#Convenience attribute to fetch the first assigned network address, or an empty string if nothing has been assigned at this time. Result may not be predictable if the server has addresses from more than one network.
|
1588
|
+
instance_name: String
|
1589
|
+
#AWS compatible instance name.
|
1590
|
+
name: String
|
1591
|
+
#Name of the server.
|
1592
|
+
networks: String
|
1593
|
+
#A dict of assigned network addresses of the form: {“public”: [ip1, ip2...], “private”: [ip3, ip4]}.
|
1594
|
+
show: String
|
1595
|
+
#A dict of all server details as returned by the API.
|
1596
|
+
"OS::Nova::ServerGroup" :
|
1597
|
+
#A resource for managing a Nova server group.
|
1598
|
+
Properties:
|
1599
|
+
name : String
|
1600
|
+
#Server Group name.
|
1601
|
+
#Updates cause replacement.
|
1602
|
+
#Optional property.
|
1603
|
+
policies : [ String ]
|
1604
|
+
#A list of string policies to apply.Defaults to anti-affinity.
|
1605
|
+
#Updates cause replacement.
|
1606
|
+
#Optional property, defaults to “[‘anti-affinity’]”. Allowed values: anti-affinity, affinity
|
1607
|
+
#Optional property.
|
1608
|
+
"OS::Swift::Container" :
|
1609
|
+
Properties:
|
1610
|
+
X_Account_Meta : JSON
|
1611
|
+
#A map of user-defined meta data to associate with the account. Each key in the map will set the header X-Account-Meta-{key} with the corresponding value.
|
1612
|
+
#Updates cause replacement.
|
1613
|
+
#Optional property, defaults to “{}”.
|
1614
|
+
X_Container_Meta : JSON
|
1615
|
+
#A map of user-defined meta data to associate with the container. Each key in the map will set the header X-Container-Meta-{key} with the corresponding value.
|
1616
|
+
#Updates cause replacement.
|
1617
|
+
#Optional property, defaults to “{}”.
|
1618
|
+
X_Container_Read : String
|
1619
|
+
#Specify the ACL permissions on who can read objects in the container.
|
1620
|
+
#Updates cause replacement.
|
1621
|
+
#Optional property.
|
1622
|
+
X_Container_Write : String
|
1623
|
+
#Specify the ACL permissions on who can write objects to the container.
|
1624
|
+
#Updates cause replacement.
|
1625
|
+
#Optional property.
|
1626
|
+
name : String
|
1627
|
+
#Name for the container. I not specified, a unique name will be generated.
|
1628
|
+
#Updates cause replacement.
|
1629
|
+
#Optional property.
|
1630
|
+
Attributes:
|
1631
|
+
BytesUsed: String
|
1632
|
+
#The number of bytes stored in the container.
|
1633
|
+
DomainName: String
|
1634
|
+
#The host from the container URL.
|
1635
|
+
HeadContainer: String
|
1636
|
+
#A map containing all headers for the container.
|
1637
|
+
ObjectCount: String
|
1638
|
+
#The number of objects stored in the container.
|
1639
|
+
RootURL: String
|
1640
|
+
#The parent URL of the container.
|
1641
|
+
WebsiteURL: String
|
1642
|
+
#The URL of the container.
|
1643
|
+
|
1644
|
+
"OS::Trove::Instance" :
|
1645
|
+
Properties:
|
1646
|
+
availability_zone : String
|
1647
|
+
#Name of the availability zone for DB instance.
|
1648
|
+
#Updates cause replacement.
|
1649
|
+
#Optional property.
|
1650
|
+
databases : [ DatabaseMap ]
|
1651
|
+
#List of databases to be created on DB instance creation.
|
1652
|
+
#Updates cause replacement.
|
1653
|
+
#Optional property, defaults to “[]”.
|
1654
|
+
datastore_type : String
|
1655
|
+
#Name of registered datastore type.
|
1656
|
+
#Updates cause replacement.
|
1657
|
+
#Optional property. The length must be no greater than 255.
|
1658
|
+
datastore_version : String
|
1659
|
+
#Name of the registered datastore version. It must exist for provided datastore type. Defaults to using single active version. If several active versions exist for provided datastore type, explicit value for this parameter must be specified.
|
1660
|
+
#Updates cause replacement.
|
1661
|
+
#Optional property. The length must be no greater than 255.
|
1662
|
+
flavor : String
|
1663
|
+
#Reference to a flavor for creating DB instance.
|
1664
|
+
#Updates cause replacement.
|
1665
|
+
#Required property.
|
1666
|
+
name : String
|
1667
|
+
#Name of the DB instance to create.
|
1668
|
+
#Updates cause replacement.
|
1669
|
+
#Optional property. The length must be no greater than 255.
|
1670
|
+
restore_point : String
|
1671
|
+
#DB instance restore point.
|
1672
|
+
#Updates cause replacement.
|
1673
|
+
#Optional property.
|
1674
|
+
size : Integer
|
1675
|
+
#Database volume size in GB.
|
1676
|
+
#Updates cause replacement.
|
1677
|
+
#Required property. The value must be in the range 1 to 150.
|
1678
|
+
users : [ DatabaseUserMap ]
|
1679
|
+
#List of users to be created on DB instance creation.
|
1680
|
+
#Updates cause replacement.
|
1681
|
+
#Optional property, defaults to “[]”.
|
1682
|
+
Attributes:
|
1683
|
+
hostname: String
|
1684
|
+
#Hostname of the instance
|
1685
|
+
href: String
|
1686
|
+
#Api endpoint reference of the instance
|
1687
|
+
|
1688
|
+
"AWS::AutoScaling::AutoScalingGroup" :
|
1689
|
+
Properties:
|
1690
|
+
AvailabilityZones: [ String ]
|
1691
|
+
Cooldown: Number
|
1692
|
+
DesiredCapacity: Integer
|
1693
|
+
HealthCheckGracePeriod: Integer
|
1694
|
+
HealthCheckType: String
|
1695
|
+
LaunchConfigurationName: String
|
1696
|
+
LoadBalancerNames: [ String ]
|
1697
|
+
MaxSize: Integer
|
1698
|
+
MinSize: Integer
|
1699
|
+
Tags: [ AutoScalingTags ]
|
1700
|
+
VPCZoneIdentifier: [ String ]
|
1701
|
+
Attributes:
|
1702
|
+
InstanceList: String
|
1703
|
+
"AWS::AutoScaling::LaunchConfiguration" :
|
1704
|
+
Properties:
|
1705
|
+
BlockDeviceMappings : String
|
1706
|
+
#Note Not implemented.
|
1707
|
+
ImageId : String
|
1708
|
+
#Glance image ID or name.
|
1709
|
+
#Updates cause replacement.
|
1710
|
+
#Required property.
|
1711
|
+
InstanceType : String
|
1712
|
+
#Nova instance type (flavor).
|
1713
|
+
#Updates cause replacement.
|
1714
|
+
#Required property.
|
1715
|
+
KernelId : String
|
1716
|
+
#Note Not implemented.
|
1717
|
+
KeyName : String
|
1718
|
+
#Optional Nova keypair name.
|
1719
|
+
#Updates cause replacement.
|
1720
|
+
#Optional property.
|
1721
|
+
NovaSchedulerHints : [ NovaSchedulerHintsMap ]
|
1722
|
+
#Scheduler hints to pass to Nova (Heat extension).
|
1723
|
+
#Updates cause replacement.
|
1724
|
+
#Optional property.
|
1725
|
+
RamDiskId : String
|
1726
|
+
#Note Not implemented.
|
1727
|
+
SecurityGroups : [ String ]
|
1728
|
+
#Security group names to assign.
|
1729
|
+
#Updates cause replacement.
|
1730
|
+
#Optional property.
|
1731
|
+
UserData : String
|
1732
|
+
#User data to pass to instance.
|
1733
|
+
#Updates cause replacement.
|
1734
|
+
#Optional property.
|
1735
|
+
"AWS::AutoScaling::ScalingPolicy" :
|
1736
|
+
Properties:
|
1737
|
+
AdjustmentType: String
|
1738
|
+
AutoScalingGroupName: String
|
1739
|
+
Cooldown: Number
|
1740
|
+
ScalingAdjustment: Number
|
1741
|
+
Attributes:
|
1742
|
+
AlarmUrl: String
|
1743
|
+
"AWS::CloudFormation::Stack" :
|
1744
|
+
Properties:
|
1745
|
+
TemplateURL: String
|
1746
|
+
TimeoutInMinutes: String
|
1747
|
+
Parameters: CloudFormationStackParameters
|
1748
|
+
"AWS::CloudFormation::WaitCondition" :
|
1749
|
+
Properties:
|
1750
|
+
Handle: String
|
1751
|
+
Timeout: String
|
1752
|
+
Count: Number
|
1753
|
+
Attributes:
|
1754
|
+
Data: String
|
1755
|
+
"AWS::CloudFormation::WaitConditionHandle" :
|
1756
|
+
Properties: {}
|
1757
|
+
"AWS::EC2::EIP" :
|
1758
|
+
Properties:
|
1759
|
+
InstanceId: String
|
1760
|
+
Domain: String
|
1761
|
+
Attributes:
|
1762
|
+
AllocationId: String
|
1763
|
+
"AWS::EC2::EIPAssociation" :
|
1764
|
+
Properties:
|
1765
|
+
InstanceId: String
|
1766
|
+
EIP: String
|
1767
|
+
AllocationId: String
|
1768
|
+
NetworkInterfaceId: String
|
1769
|
+
"AWS::EC2::Instance" :
|
1770
|
+
Properties:
|
1771
|
+
AvailabilityZone: String
|
1772
|
+
DisableApiTermination: String
|
1773
|
+
ImageId: String
|
1774
|
+
InstanceType: String
|
1775
|
+
KernelId: String
|
1776
|
+
KeyName: String
|
1777
|
+
Monitoring: Boolean
|
1778
|
+
NetworkInterfaces: [ EC2NetworkInterfaceMap ]
|
1779
|
+
NovaSchedulerHints: [ NovaSchedulerHintsMap ]
|
1780
|
+
PlacementGroupName: String
|
1781
|
+
PrivateIpAddress: String
|
1782
|
+
RamDiskId: String
|
1783
|
+
SecurityGroups: [String]
|
1784
|
+
SecurityGroupIds: [String]
|
1785
|
+
SourceDestCheck: Boolean
|
1786
|
+
SubnetId: String
|
1787
|
+
Tags: [ EC2Tag ]
|
1788
|
+
Tenancey: String
|
1789
|
+
UserData: String
|
1790
|
+
Volumes: [ EC2MountPoint ]
|
1791
|
+
Attributes:
|
1792
|
+
AvailabilityZone: String
|
1793
|
+
PrivateDnsName: String
|
1794
|
+
PublicDnsName: String
|
1795
|
+
PrivateIp: String
|
1796
|
+
PublicIp: String
|
1797
|
+
"AWS::EC2::InternetGateway" :
|
1798
|
+
Properties:
|
1799
|
+
Tags: [ EC2Tag ]
|
1800
|
+
"AWS::EC2::NetworkInterface" :
|
1801
|
+
Properties:
|
1802
|
+
Tags: [ EC2Tag ]
|
1803
|
+
GroupSet: [ String ]
|
1804
|
+
SubnetId: String
|
1805
|
+
PrivateIpAddress: String
|
1806
|
+
SourceDestCheck: Boolean
|
1807
|
+
Attributes:
|
1808
|
+
PrivateIpAddress: String
|
1809
|
+
"AWS::EC2::RouteTable" :
|
1810
|
+
Properties:
|
1811
|
+
VpcId: String
|
1812
|
+
Tags: [ EC2Tag ]
|
1813
|
+
"AWS::EC2::SecurityGroup" :
|
1814
|
+
Properties:
|
1815
|
+
GroupDescription: String
|
1816
|
+
SecurityGroupIngress: [ EC2SecurityGroupRule ]
|
1817
|
+
SecurityGroupEgress: [ EC2SecurityGroupRule ]
|
1818
|
+
VpcId: String
|
1819
|
+
"AWS::EC2::Subnet" :
|
1820
|
+
Properties:
|
1821
|
+
AvailabilityZone: String
|
1822
|
+
VpcId: String
|
1823
|
+
CidrBlock: String
|
1824
|
+
Tags: [ EC2Tag ]
|
1825
|
+
"AWS::EC2::SubnetRouteTableAssociation" :
|
1826
|
+
Properties:
|
1827
|
+
SubnetId: String
|
1828
|
+
RouteTableId: String
|
1829
|
+
"AWS::EC2::VPC" :
|
1830
|
+
Properties:
|
1831
|
+
CidrBlock: String
|
1832
|
+
InstanceTenancy: String
|
1833
|
+
Tags: [ EC2Tag ]
|
1834
|
+
"AWS::EC2::VPCGatewayAttachment" :
|
1835
|
+
Properties:
|
1836
|
+
InternetGatewayId: String
|
1837
|
+
VpcId: String
|
1838
|
+
VpnGatewayId: String
|
1839
|
+
"AWS::EC2::Volume" :
|
1840
|
+
Properties:
|
1841
|
+
AvailabilityZone: String
|
1842
|
+
Size: String
|
1843
|
+
SnapshotId: String
|
1844
|
+
Tags: [ EC2Tag ]
|
1845
|
+
"AWS::EC2::VolumeAttachment" :
|
1846
|
+
Properties:
|
1847
|
+
InstanceId: String
|
1848
|
+
VolumeId: String
|
1849
|
+
Device: String
|
1850
|
+
"AWS::ElasticLoadBalancing::LoadBalancer" :
|
1851
|
+
Properties:
|
1852
|
+
AvailabilityZones: [String]
|
1853
|
+
CrossZone: Boolean
|
1854
|
+
HealthCheck: HealthCheck
|
1855
|
+
Instances: [String]
|
1856
|
+
Listeners: [ Listener ]
|
1857
|
+
AppCookieStickinessPolicy: AppCookieStickinessPolicy
|
1858
|
+
LBCookieStickinessPolicy: LBCookieStickinessPolicy
|
1859
|
+
SecurityGroups: [ String ]
|
1860
|
+
Subnets: [ String ]
|
1861
|
+
Attributes:
|
1862
|
+
CanonicalHostedZoneName: String
|
1863
|
+
CanonicalGostedZoneNameID: String
|
1864
|
+
DNSName: String
|
1865
|
+
SourceSecurityGroup.GroupName: String
|
1866
|
+
SourceSecurityGroup.OwnerAlias: String
|
1867
|
+
"AWS::IAM::AccessKey" :
|
1868
|
+
Properties:
|
1869
|
+
Serial: Integer
|
1870
|
+
Status: String
|
1871
|
+
UserName: String
|
1872
|
+
Attributes:
|
1873
|
+
SecretAccessKey: String
|
1874
|
+
"AWS::IAM::User" :
|
1875
|
+
Properties:
|
1876
|
+
Path: String
|
1877
|
+
Groups: [String]
|
1878
|
+
LoginProfile: String
|
1879
|
+
Policies: [ IAMEmbeddedPolicy ]
|
1880
|
+
"AWS::RDS::DBInstance" :
|
1881
|
+
Properties:
|
1882
|
+
DBSnapshotIdentifier: String
|
1883
|
+
AllocatedStorage: String
|
1884
|
+
DBInstanceClass: String
|
1885
|
+
DBName: String
|
1886
|
+
DBSecurityGroups: [ String ]
|
1887
|
+
Engine: String
|
1888
|
+
KeyName: String
|
1889
|
+
MasterUsername: String
|
1890
|
+
MasterUserPassword: String
|
1891
|
+
Port: String
|
1892
|
+
Attributes:
|
1893
|
+
Endpoint.Address: String
|
1894
|
+
Endpoint.Port: String
|
1895
|
+
"AWS::S3::Bucket" :
|
1896
|
+
Properties:
|
1897
|
+
AccessControl: String
|
1898
|
+
WebsiteConfiguration: S3WebsiteConfigurationMap
|
1899
|
+
Tags: [ EC2Tag ]
|
1900
|
+
Attributes:
|
1901
|
+
DomainName: String
|
1902
|
+
WebsiteUrl: String
|
1903
|
+
|
1904
|
+
|
1905
|
+
Types:
|
1906
|
+
String: String
|
1907
|
+
Boolean: Boolean
|
1908
|
+
JSON: JSON
|
1909
|
+
Integer: Integer
|
1910
|
+
Number: Number
|
1911
|
+
List: [ String ]
|
1912
|
+
RollingUpdateMap:
|
1913
|
+
max_batch_size : Number
|
1914
|
+
# The maximum number of resources to replace at once.
|
1915
|
+
# Updates cause replacement.
|
1916
|
+
# Optional property, defaults to “1”.
|
1917
|
+
# The value must be at least 0.
|
1918
|
+
min_in_service : Number
|
1919
|
+
# The minimum number of resources in service while rolling updates are being executed.
|
1920
|
+
# Updates cause replacement.
|
1921
|
+
# Optional property, defaults to “0”.
|
1922
|
+
# The value must be at least 0.
|
1923
|
+
pause_time : Number
|
1924
|
+
# The number of seconds to wait between batches of updates.
|
1925
|
+
# Updates cause replacement.
|
1926
|
+
# Optional property, defaults to “0”.
|
1927
|
+
# The value must be at least 0.
|
1928
|
+
MultiPartMimeMap:
|
1929
|
+
config : String
|
1930
|
+
# Content of part to attach, either inline or by referencing the ID of another software config resource
|
1931
|
+
# Updates cause replacement.
|
1932
|
+
# Required property.
|
1933
|
+
filename : String
|
1934
|
+
# Optional filename to associate with part.
|
1935
|
+
# Updates cause replacement.
|
1936
|
+
# Optional property.
|
1937
|
+
subtype : String
|
1938
|
+
# Optional subtype to specify with the type.
|
1939
|
+
# Updates cause replacement.
|
1940
|
+
# Optional property.
|
1941
|
+
type : String
|
1942
|
+
# Whether the part content is text or multipart.
|
1943
|
+
# Updates cause replacement.
|
1944
|
+
# Optional property, defaults to “text”.
|
1945
|
+
# Allowed values: text, multipart
|
1946
|
+
CharacterClassMap:
|
1947
|
+
class : String
|
1948
|
+
# A character class and its corresponding min constraint to generate the random string from.
|
1949
|
+
# Updates cause replacement.
|
1950
|
+
# Optional property, defaults to “lettersdigits”.
|
1951
|
+
# Allowed values: lettersdigits, letters, lowercase, uppercase, digits, hexdigits, octdigits
|
1952
|
+
min : Integer
|
1953
|
+
# The minimum number of characters from this character class that will be in the generated string.
|
1954
|
+
# Updates cause replacement.
|
1955
|
+
# Optional property, defaults to “1”.
|
1956
|
+
# The value must be in the range 1 to 512.
|
1957
|
+
character_sequences : [ CharacterSequenceMap ]
|
1958
|
+
#A list of character sequences and their constraints to generate the random string from.
|
1959
|
+
#Updates cause replacement.
|
1960
|
+
#Optional property.
|
1961
|
+
CharacterSequenceMap:
|
1962
|
+
min : Integer
|
1963
|
+
# The minimum number of characters from this sequence that will be in the generated string.
|
1964
|
+
# Updates cause replacement.
|
1965
|
+
# Optional property, defaults to “1”.
|
1966
|
+
# The value must be in the range 1 to 512.
|
1967
|
+
sequence : String
|
1968
|
+
# A character sequence and its corresponding min constraint to generate the random string from.
|
1969
|
+
# Updates cause replacement.
|
1970
|
+
# Required property.
|
1971
|
+
length : Integer
|
1972
|
+
# Length of the string to generate.
|
1973
|
+
# Updates cause replacement.
|
1974
|
+
# Optional property, defaults to “32”.
|
1975
|
+
# The value must be in the range 1 to 512.
|
1976
|
+
salt : String
|
1977
|
+
# Value which can be set or changed on stack update to trigger the resource for replacement with a new random string . The salt value itself is ignored by the random generator.
|
1978
|
+
# Updates cause replacement.
|
1979
|
+
# Optional property.
|
1980
|
+
sequence : String
|
1981
|
+
# Note DEPRECATED - Use property character_classes.
|
1982
|
+
# Sequence of characters to build the random string from.
|
1983
|
+
# Updates cause replacement.
|
1984
|
+
# Optional property.
|
1985
|
+
# Allowed values: lettersdigits, letters, lowercase, uppercase, digits, hexdigits, octdigits
|
1986
|
+
ResourceDefMap:
|
1987
|
+
properties : JSON
|
1988
|
+
# Property values for the resources in the group
|
1989
|
+
# Updates cause replacement.
|
1990
|
+
# Optional property.
|
1991
|
+
type : String
|
1992
|
+
# The type of the resources in the group
|
1993
|
+
# Updates cause replacement.
|
1994
|
+
# Required property.
|
1995
|
+
SoftwareConfigInputMap :
|
1996
|
+
default : String
|
1997
|
+
#Default value for the input if none is specified.
|
1998
|
+
#Updates cause replacement.
|
1999
|
+
#Optional property.
|
2000
|
+
description : String
|
2001
|
+
#Description of the input.
|
2002
|
+
#Updates cause replacement.
|
2003
|
+
#Optional property.
|
2004
|
+
name : String
|
2005
|
+
#Name of the input.
|
2006
|
+
#Updates cause replacement.
|
2007
|
+
#Required property.
|
2008
|
+
type : String
|
2009
|
+
#Type of the value of the input.
|
2010
|
+
#Updates cause replacement.
|
2011
|
+
#Optional property, defaults to “String”.
|
2012
|
+
#Allowed values: String, Number, CommaDelimitedList, Json
|
2013
|
+
SoftwareConfigOutputMap:
|
2014
|
+
description : String
|
2015
|
+
# Description of the output.
|
2016
|
+
# Updates cause replacement.
|
2017
|
+
# Optional property.
|
2018
|
+
error_output : Boolean
|
2019
|
+
# Denotes that the deployment is in an error state if this output has a value.
|
2020
|
+
# Updates cause replacement.
|
2021
|
+
# Optional property, defaults to “False”.
|
2022
|
+
name : String
|
2023
|
+
# Name of the output.
|
2024
|
+
# Updates cause replacement.
|
2025
|
+
# Required property.
|
2026
|
+
type : String
|
2027
|
+
# Type of the value of the output.
|
2028
|
+
# Updates cause replacement.
|
2029
|
+
# Optional property, defaults to “String”.
|
2030
|
+
# Allowed values: String, Number, CommaDelimitedList, Json
|
2031
|
+
NetworkGatewayConnectionMap:
|
2032
|
+
network : String
|
2033
|
+
#The internal network to connect on the network gateway.
|
2034
|
+
#Updates cause replacement.
|
2035
|
+
#Optional property.
|
2036
|
+
segmentation_id : Integer
|
2037
|
+
#The id for L2 segment on the external side of the network gateway. Must be specified when using vlan.
|
2038
|
+
#Updates cause replacement.
|
2039
|
+
#Optional property.
|
2040
|
+
#The value must be in the range 0 to 4094.
|
2041
|
+
segmentation_type : String
|
2042
|
+
#L2 segmentation strategy on the external side of the network gateway.
|
2043
|
+
#Updates cause replacement.
|
2044
|
+
#Optional property, defaults to “flat”.
|
2045
|
+
#Allowed values: flat, vlan
|
2046
|
+
network_id : String
|
2047
|
+
#Note DEPRECATED - Use property network.
|
2048
|
+
#Updates cause replacement.
|
2049
|
+
#Optional property.
|
2050
|
+
NetworkGatewayDeviceMap:
|
2051
|
+
id : String
|
2052
|
+
#The device id for the network gateway.
|
2053
|
+
#Updates cause replacement.
|
2054
|
+
#Required property.
|
2055
|
+
interface_name : String
|
2056
|
+
#The interface name for the network gateway.
|
2057
|
+
#Updates cause replacement.
|
2058
|
+
#Required property.
|
2059
|
+
NeutronPoolVipMap:
|
2060
|
+
address : String
|
2061
|
+
#IP address of the vip.
|
2062
|
+
#Updates cause replacement.
|
2063
|
+
#Optional property.
|
2064
|
+
admin_state_up : Boolean
|
2065
|
+
#The administrative state of this vip.
|
2066
|
+
#Updates cause replacement.
|
2067
|
+
#Optional property, defaults to “True”.
|
2068
|
+
connection_limit : Integer
|
2069
|
+
#The maximum number of connections per second allowed for the vip.
|
2070
|
+
#Updates cause replacement.
|
2071
|
+
#Optional property.
|
2072
|
+
description : String
|
2073
|
+
#Description of the vip.
|
2074
|
+
#Updates cause replacement.
|
2075
|
+
#Optional property.
|
2076
|
+
name : String
|
2077
|
+
#Name of the vip.
|
2078
|
+
#Updates cause replacement.
|
2079
|
+
#Optional property.
|
2080
|
+
protocol_port : Integer
|
2081
|
+
#TCP port on which to listen for client traffic that is associated with the vip address.
|
2082
|
+
#Updates cause replacement.
|
2083
|
+
#Required property.
|
2084
|
+
session_persistence : NeutronPoolSessionPersistenceMap
|
2085
|
+
#Configuration of session persistence.
|
2086
|
+
#Updates cause replacement.
|
2087
|
+
#Optional property.
|
2088
|
+
subnet : String
|
2089
|
+
#Subnet of the vip.
|
2090
|
+
#Updates cause replacement.
|
2091
|
+
#Optional property.
|
2092
|
+
NeutronPoolSessionPersistenceMap:
|
2093
|
+
cookie_name : String
|
2094
|
+
#Name of the cookie, required if type is APP_COOKIE.
|
2095
|
+
#Updates cause replacement.
|
2096
|
+
#Optional property.
|
2097
|
+
type : String
|
2098
|
+
#Method of implementation of session persistence feature.
|
2099
|
+
#Updates cause replacement.
|
2100
|
+
#Required property.
|
2101
|
+
#Allowed values: SOURCE_IP, HTTP_COOKIE, APP_COOKIE
|
2102
|
+
AllowedAddressPairMap:
|
2103
|
+
ip_address : String
|
2104
|
+
#IP address to allow through this port.
|
2105
|
+
#Updates cause replacement.
|
2106
|
+
#Required property.
|
2107
|
+
mac_address : String
|
2108
|
+
#MAC address to allow through this port.
|
2109
|
+
#Updates cause replacement.
|
2110
|
+
#Optional property.
|
2111
|
+
PortFixedIPMap:
|
2112
|
+
ip_address : String
|
2113
|
+
#IP address desired in the subnet for this port.
|
2114
|
+
#Updates cause replacement.
|
2115
|
+
#Optional property.
|
2116
|
+
subnet : String
|
2117
|
+
#Subnet in which to allocate the IP address for this port.
|
2118
|
+
#Updates cause replacement.
|
2119
|
+
#Optional property.
|
2120
|
+
subnet_id : String
|
2121
|
+
#Note DEPRECATED - Use property subnet.
|
2122
|
+
#Updates cause replacement.
|
2123
|
+
#Optional property.
|
2124
|
+
RouterExternalGatewayInfo:
|
2125
|
+
enable_snat : Boolean
|
2126
|
+
#Enables Source NAT on the router gateway. NOTE: The default policy setting in Neutron restricts usage of this property to administrative users only.
|
2127
|
+
#Can be updated without replacement.
|
2128
|
+
#Optional property.
|
2129
|
+
network : String
|
2130
|
+
#ID or name of the external network for the gateway.
|
2131
|
+
#Can be updated without replacement.
|
2132
|
+
#Required property.
|
2133
|
+
SecurityGroupRuleMap:
|
2134
|
+
direction : String
|
2135
|
+
#The direction in which the security group rule is applied. For a compute instance, an ingress security group rule matches traffic that is incoming (ingress) for that instance. An egress rule is applied to traffic leaving the instance.
|
2136
|
+
#Updates cause replacement.
|
2137
|
+
#Optional property, defaults to “ingress”.
|
2138
|
+
#Allowed values: ingress, egress
|
2139
|
+
ethertype : String
|
2140
|
+
#Ethertype of the traffic.
|
2141
|
+
#Updates cause replacement.
|
2142
|
+
#Optional property, defaults to “IPv4”.
|
2143
|
+
#Allowed values: IPv4, IPv6
|
2144
|
+
port_range_max : Integer
|
2145
|
+
#The maximum port number in the range that is matched by the security group rule. The port_range_min attribute constrains the port_range_max attribute. If the protocol is ICMP, this value must be an ICMP type.
|
2146
|
+
#Updates cause replacement.
|
2147
|
+
#Optional property.
|
2148
|
+
port_range_min : Integer
|
2149
|
+
#The minimum port number in the range that is matched by the security group rule. If the protocol is TCP or UDP, this value must be less than or equal to the value of the port_range_max attribute. If the protocol is ICMP, this value must be an ICMP type.
|
2150
|
+
#Updates cause replacement.
|
2151
|
+
#Optional property.
|
2152
|
+
protocol : String
|
2153
|
+
#The protocol that is matched by the security group rule. Valid values include tcp, udp, and icmp.
|
2154
|
+
#Updates cause replacement.
|
2155
|
+
#Optional property.
|
2156
|
+
remote_group_id : String
|
2157
|
+
#The remote group ID to be associated with this security group rule. If no value is specified then this rule will use this security group for the remote_group_id.
|
2158
|
+
#Updates cause replacement.
|
2159
|
+
#Optional property.
|
2160
|
+
remote_ip_prefix : String
|
2161
|
+
#The remote IP prefix (CIDR) to be associated with this security group rule.
|
2162
|
+
#Updates cause replacement.
|
2163
|
+
#Optional property.
|
2164
|
+
remote_mode : String
|
2165
|
+
#Whether to specify a remote group or a remote IP prefix.
|
2166
|
+
#Updates cause replacement.
|
2167
|
+
#Optional property, defaults to “remote_ip_prefix”.
|
2168
|
+
#Allowed values: remote_ip_prefix, remote_group_id
|
2169
|
+
SubnetAllocationPoolMap:
|
2170
|
+
end : String
|
2171
|
+
#Updates cause replacement.
|
2172
|
+
#Required property.
|
2173
|
+
start : String
|
2174
|
+
#Updates cause replacement.
|
2175
|
+
#Required property.
|
2176
|
+
SubnetHostRouteMap:
|
2177
|
+
destination : String
|
2178
|
+
#Updates cause replacement.
|
2179
|
+
#Required property.
|
2180
|
+
nexthop : String
|
2181
|
+
#Updates cause replacement.
|
2182
|
+
#Required property.
|
2183
|
+
ServerBlockDeviceMap:
|
2184
|
+
delete_on_termination : Boolean
|
2185
|
+
#Indicate whether the volume should be deleted when the server is terminated.
|
2186
|
+
#Updates cause replacement.
|
2187
|
+
#Optional property.
|
2188
|
+
device_name : String
|
2189
|
+
#A device name where the volume will be attached in the system at /dev/device_name. This value is typically vda.
|
2190
|
+
#Updates cause replacement.
|
2191
|
+
#Required property.
|
2192
|
+
snapshot_id : String
|
2193
|
+
#The ID of the snapshot to create a volume from.
|
2194
|
+
#Updates cause replacement.
|
2195
|
+
#Optional property.
|
2196
|
+
volume_id : String
|
2197
|
+
#The ID of the volume to boot from. Only one of volume_id or snapshot_id should be provided.
|
2198
|
+
#Updates cause replacement.
|
2199
|
+
#Optional property.
|
2200
|
+
volume_size : Integer
|
2201
|
+
#The size of the volume, in GB. It is safe to leave this blank and have the Compute service infer the size.
|
2202
|
+
#Updates cause replacement.
|
2203
|
+
#Optional property.
|
2204
|
+
ServerNetworkMap:
|
2205
|
+
fixed_ip : String
|
2206
|
+
#Fixed IP address to specify for the port created on the requested network.
|
2207
|
+
#Updates cause replacement.
|
2208
|
+
#Optional property.
|
2209
|
+
network : String
|
2210
|
+
#Name or ID of network to create a port on.
|
2211
|
+
#Updates cause replacement.
|
2212
|
+
#Optional property.
|
2213
|
+
port : String
|
2214
|
+
#ID of an existing port to associate with this server.
|
2215
|
+
#Updates cause replacement.
|
2216
|
+
#Optional property.
|
2217
|
+
uuid : String
|
2218
|
+
#Note DEPRECATED - Use property network.
|
2219
|
+
#ID of network to create a port on.
|
2220
|
+
#Updates cause replacement.
|
2221
|
+
#Optional property.
|
2222
|
+
DatabaseMap:
|
2223
|
+
character_set : String
|
2224
|
+
#Set of symbols and encodings.
|
2225
|
+
#Updates cause replacement.
|
2226
|
+
#Optional property, defaults to “utf8”.
|
2227
|
+
collate : String
|
2228
|
+
#Set of rules for comparing characters in a character set.
|
2229
|
+
#Updates cause replacement.
|
2230
|
+
#Optional property, defaults to “utf8_general_ci”.
|
2231
|
+
name : String
|
2232
|
+
#Specifies database names for creating databases on instance creation.
|
2233
|
+
#Updates cause replacement.
|
2234
|
+
#Required property. The length must be no greater than 64.
|
2235
|
+
# Value must match pattern: [a-zA-Z0-9_]+[a-zA-Z0-9_@?#\s]*[a-zA-Z0-9_]+
|
2236
|
+
DatabaseUserMap:
|
2237
|
+
databases : [ String ]
|
2238
|
+
#Names of databases that those users can access on instance creation.
|
2239
|
+
#Updates cause replacement.
|
2240
|
+
#Required property. The length must be at least 1.
|
2241
|
+
host : String
|
2242
|
+
#The host from which a user is allowed to connect to the database.
|
2243
|
+
#Updates cause replacement.
|
2244
|
+
#Optional property, defaults to “%”.
|
2245
|
+
name : String
|
2246
|
+
#User name to create a user on instance creation.
|
2247
|
+
#Updates cause replacement.
|
2248
|
+
#Required property. The length must be no greater than 16.
|
2249
|
+
#Value must match pattern: [a-zA-Z0-9_]+[a-zA-Z0-9_@?#\s]*[a-zA-Z0-9_]+
|
2250
|
+
password : String
|
2251
|
+
#Password for those users on instance creation.
|
2252
|
+
#Updates cause replacement.
|
2253
|
+
#Required property.
|
2254
|
+
#Value must match pattern: [a-zA-Z0-9_]+[a-zA-Z0-9_@?#\s]*[a-zA-Z0-9_]+
|
2255
|
+
IKEPolicyLifetimeMap:
|
2256
|
+
units : String
|
2257
|
+
#Safety assessment lifetime units.
|
2258
|
+
#Updates cause replacement.
|
2259
|
+
#Optional property, defaults to “seconds”. Allowed values: seconds, kilobytes
|
2260
|
+
value : Integer
|
2261
|
+
#Safety assessment lifetime value in specified units.
|
2262
|
+
#Updates cause replacement.
|
2263
|
+
#Optional property, defaults to “3600”.
|
2264
|
+
IPsecPolicyLifetimeMap:
|
2265
|
+
units : String
|
2266
|
+
#Safety assessment lifetime units.
|
2267
|
+
#Updates cause replacement.
|
2268
|
+
#Optional property, defaults to “seconds”. Allowed values: seconds, kilobytes
|
2269
|
+
value : Integer
|
2270
|
+
#Safety assessment lifetime value in specified units.
|
2271
|
+
#Updates cause replacement.
|
2272
|
+
#Optional property, defaults to “3600”.
|
2273
|
+
IPSecDPDMap:
|
2274
|
+
actions : String
|
2275
|
+
#Controls DPD protocol mode.
|
2276
|
+
#Updates cause replacement.
|
2277
|
+
#Optional property, defaults to “hold”. Allowed values: clear, disabled, hold, restart, restart-by-peer
|
2278
|
+
interval : Integer
|
2279
|
+
#Number of seconds for the DPD delay.
|
2280
|
+
#Updates cause replacement.
|
2281
|
+
#Optional property, defaults to “30”.
|
2282
|
+
timeout : Integer
|
2283
|
+
#Number of seconds for the DPD timeout.
|
2284
|
+
#Updates cause replacement.
|
2285
|
+
#Optional property, defaults to “120”.
|
2286
|
+
NovaSchedulerHintsMap:
|
2287
|
+
Key : String
|
2288
|
+
#Updates cause replacement.
|
2289
|
+
#Required property.
|
2290
|
+
Value : String
|
2291
|
+
#Updates cause replacement.
|
2292
|
+
#Required property.
|
2293
|
+
CloudFormationStackParameters: JSON
|
2294
|
+
EC2NetworkInterfaceMap:
|
2295
|
+
AssociatePublicIpAddress : Boolean
|
2296
|
+
DeleteOnTermination : Boolean
|
2297
|
+
Description : String
|
2298
|
+
DeviceIndex : String
|
2299
|
+
GroupSet : [ String ]
|
2300
|
+
NetworkInterfaceId : String
|
2301
|
+
PrivateIpAddress : String
|
2302
|
+
PrivateIpAddresses : [ PrivateIpAddressSpecification ]
|
2303
|
+
SecondaryPrivateIpAddressCount : Integer
|
2304
|
+
SubnetId : String
|
2305
|
+
PrivateIpAddressSpecification:
|
2306
|
+
PrivateIpAddress: String
|
2307
|
+
Primary: Boolean
|
2308
|
+
S3WebsiteConfigurationMap:
|
2309
|
+
ErrorDocument : String
|
2310
|
+
#The name of the error document.
|
2311
|
+
#Updates cause replacement.
|
2312
|
+
#Optional property.
|
2313
|
+
IndexDocument : String
|
2314
|
+
#The name of the index document.
|
2315
|
+
#Updates cause replacement.
|
2316
|
+
#Optional property.
|
2317
|
+
#BlockDeviceMapping:
|
2318
|
+
# DeviceName: String
|
2319
|
+
# VirtualName: String
|
2320
|
+
#Ebs: BlockDeviceTemplate
|
2321
|
+
#BlockDeviceTemplate:
|
2322
|
+
# SnapshotId: String
|
2323
|
+
# VolumeSize: String
|
2324
|
+
#NotificationConfiguration:
|
2325
|
+
# TopicARN: String
|
2326
|
+
# NotificationType: [ String ]
|
2327
|
+
AutoScalingTags:
|
2328
|
+
Key: String
|
2329
|
+
Value: String
|
2330
|
+
PropagateAtLaunch: Boolean
|
2331
|
+
#CloudFrontDistributionConfig:
|
2332
|
+
# S3Origin: CloudFrontS3Origin
|
2333
|
+
# CustomOrigin: CloudFrontCustomOrigin
|
2334
|
+
# Enabled: Boolean
|
2335
|
+
# DefaultRootObject: String
|
2336
|
+
# CNAMEs: [ String ]
|
2337
|
+
# Logging: CloudFrontLogging
|
2338
|
+
# TrustedSigners: [ String ]
|
2339
|
+
# RequiredProtocols: [ String ]
|
2340
|
+
# Comment: String
|
2341
|
+
#CloudFrontS3Origin:
|
2342
|
+
# DNSName: String
|
2343
|
+
# OriginAccessIdentity: String
|
2344
|
+
#CloudFrontCustomOrigin:
|
2345
|
+
# DNSName: String
|
2346
|
+
# OriginProtocolPolicy: String
|
2347
|
+
# HTTPPort: String
|
2348
|
+
# HTTPSPort: String
|
2349
|
+
#CloudFrontLogging:
|
2350
|
+
# Bucket: String
|
2351
|
+
# Prefix: String
|
2352
|
+
#MetricDimension:
|
2353
|
+
# Name: String
|
2354
|
+
# Value: String
|
2355
|
+
EC2MountPoint:
|
2356
|
+
Device: String
|
2357
|
+
VolumeId: String
|
2358
|
+
EC2SecurityGroupRule:
|
2359
|
+
IpProtocol: String
|
2360
|
+
CidrIp: String
|
2361
|
+
SourceSecurityGroupName: String
|
2362
|
+
SourceSecurityGroupId: String
|
2363
|
+
SourceSecurityGroupOwnerId: String
|
2364
|
+
FromPort: String
|
2365
|
+
ToPort: String
|
2366
|
+
EC2Tag:
|
2367
|
+
Key: String
|
2368
|
+
Value: String
|
2369
|
+
#ApplicationVersion:
|
2370
|
+
# VersionLabel: String
|
2371
|
+
# SourceBundle: SourceBundle
|
2372
|
+
#ConfigurationTemplate:
|
2373
|
+
# TemplateName: String
|
2374
|
+
# OptionSettings: OptionSetting
|
2375
|
+
# SolutionStackName: String
|
2376
|
+
#OptionSetting:
|
2377
|
+
# NameSpace: String
|
2378
|
+
# OptionName: String
|
2379
|
+
# Value: String
|
2380
|
+
#SourceBundle:
|
2381
|
+
# S3Bucket: String
|
2382
|
+
# S3Key: String
|
2383
|
+
AppCookieStickinessPolicy:
|
2384
|
+
CookieName: String
|
2385
|
+
PolicyName: String
|
2386
|
+
HealthCheck:
|
2387
|
+
HealthyThreshold: String
|
2388
|
+
Interval: String
|
2389
|
+
Target: String
|
2390
|
+
Timeout: String
|
2391
|
+
UnhealthyThreshold: String
|
2392
|
+
LBCookieStickinessPolicy:
|
2393
|
+
CookieExpirationPeriod: String
|
2394
|
+
PolicyName: String
|
2395
|
+
LBOrAppCookieStickinessPolicy:
|
2396
|
+
CookieName: String
|
2397
|
+
PolicyName: String
|
2398
|
+
CookieExpirationPeriod: String
|
2399
|
+
Listener:
|
2400
|
+
InstancePort: String
|
2401
|
+
InstanceProtocol: String
|
2402
|
+
LoadBalancerPort: String
|
2403
|
+
Protocol: String
|
2404
|
+
SSLCertificateId: String
|
2405
|
+
PolicyNames: [ LBOrAppCookieStickinessPolicy ]
|
2406
|
+
#RDSSecurityGroupRule:
|
2407
|
+
# CIDRIP: String
|
2408
|
+
# EC2SecurityGroupName: String
|
2409
|
+
# EC2SecurityGroupOwnerId: String
|
2410
|
+
#AliasTarget:
|
2411
|
+
# HostedZoneId: String
|
2412
|
+
# DNSName: String
|
2413
|
+
WebsiteConfiguration:
|
2414
|
+
IndexDocument: String
|
2415
|
+
ErrorDocument: String
|
2416
|
+
#SubscriptionProperty:
|
2417
|
+
# Endpoint: String
|
2418
|
+
# Protocol: String
|
2419
|
+
IAMEmbeddedPolicy:
|
2420
|
+
PolicyDocument: JSON
|
2421
|
+
PolicyName: String
|
2422
|
+
#EC2PortRange:
|
2423
|
+
# From: Integer
|
2424
|
+
# To: Integer
|
2425
|
+
#EC2Icmp:
|
2426
|
+
# Code: Integer
|
2427
|
+
# Type: Integer
|