You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "A TPS Code is automatically generated on creation and assigned as the unique identifier.",
27
-
"type": "string",
28
-
"pattern": "^[A-Z]{3,5}[0-9]{8}-[0-9]{4}$"
6
+
"ClusterName": {
7
+
"description": "Name of the EKS cluster",
8
+
"type": "string"
29
9
},
30
-
"Title": {
31
-
"description": "The title of the TPS report is a mandatory element.",
32
-
"type": "string",
33
-
"minLength": 20,
34
-
"maxLength": 250
10
+
"Namespace": {
11
+
"description": "Kubernetes namespace",
12
+
"type": "string"
35
13
},
36
-
"CoverSheetIncluded": {
37
-
"description": "Required for all TPS Reports submitted after 2/19/1999",
38
-
"type": "boolean"
14
+
"Manifest": {
15
+
"description": "Text representation of the kubernetes yaml manifests to apply to the cluster.",
16
+
"type": "string"
39
17
},
40
-
"DueDate": {
41
-
"$ref": "#/definitions/InitechDateFormat"
18
+
"Url": {
19
+
"type":"string",
20
+
"description": "Url to the kubernetes yaml manifests to apply to the cluster. Urls starting with s3:// will be fetched using an authenticated S3 read."
42
21
},
43
-
"ApprovalDate": {
44
-
"$ref": "#/definitions/InitechDateFormat"
22
+
"name": {
23
+
"type":"string",
24
+
"description": "Name of the resource."
45
25
},
46
-
"Memo": {
47
-
"$ref": "#/definitions/Memo"
26
+
"resourceVersion": {
27
+
"type":"string",
28
+
"description": "Resource version."
48
29
},
49
-
"SecondCopyOfMemo": {
50
-
"description": "In case you didn't get the first one.",
51
-
"$ref": "#/definitions/Memo"
52
-
},
53
-
"TestCode": {
54
-
"type": "string",
55
-
"enum": [
56
-
"NOT_STARTED",
57
-
"CANCELLED"
58
-
]
30
+
"selfLink": {
31
+
"type":"string",
32
+
"description": "Link returned by the kubernetes api."
The `Fn::GetAtt` intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.
For more information about using the `Fn::GetAtt` intrinsic function, see [Fn::GetAtt](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-getatt.html).
118
83
119
-
##Return Values
84
+
#### name
120
85
121
-
### Ref
86
+
Name of the resource.
122
87
123
-
When you pass the logical ID of this resource to the intrinsic `Ref` function, Ref returns the TPSCode.
88
+
#### resourceVersion
124
89
125
-
### Fn::GetAtt
90
+
Resource version.
126
91
127
-
The `Fn::GetAtt` intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.
92
+
#### selfLink
128
93
129
-
For more information about using the `Fn::GetAtt` intrinsic function, see [Fn::GetAtt](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-getatt.html).
94
+
Link returned by the kubernetes api.
130
95
131
-
#### TPSCode
96
+
#### uid
132
97
133
-
A TPS Code is automatically generated on creation and assigned as the unique identifier.
0 commit comments