@propulsionworks/cloudformation 0.1.22 → 0.1.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. package/out/exports/resources.generated/aws-appintegrations-application.d.ts +1 -1
  2. package/out/exports/resources.generated/aws-aps-resourcepolicy.d.ts +15 -1
  3. package/out/exports/resources.generated/aws-aps-workspace.d.ts +2 -4
  4. package/out/exports/resources.generated/aws-b2bi-transformer.d.ts +89 -0
  5. package/out/exports/resources.generated/aws-batch-computeenvironment.d.ts +12 -4
  6. package/out/exports/resources.generated/aws-codepipeline-webhook.d.ts +19 -2
  7. package/out/exports/resources.generated/aws-connect-predefinedattribute.d.ts +3 -3
  8. package/out/exports/resources.generated/aws-datazone-policygrant.d.ts +298 -0
  9. package/out/exports/resources.generated/aws-deadline-fleet.d.ts +7 -2
  10. package/out/exports/resources.generated/aws-deadline-licenseendpoint.d.ts +1 -1
  11. package/out/exports/resources.generated/aws-dynamodb-globaltable.d.ts +1 -0
  12. package/out/exports/resources.generated/aws-dynamodb-table.d.ts +7 -4
  13. package/out/exports/resources.generated/aws-ec2-ippoolroutetableassociation.d.ts +5 -5
  14. package/out/exports/resources.generated/aws-ec2-vpnconnection.d.ts +4 -0
  15. package/out/exports/resources.generated/aws-entityresolution-idmappingworkflow.d.ts +13 -0
  16. package/out/exports/resources.generated/aws-events-rule.d.ts +5 -0
  17. package/out/exports/resources.generated/aws-fsx-filesystem.d.ts +2 -0
  18. package/out/exports/resources.generated/aws-glue-connection.d.ts +30 -0
  19. package/out/exports/resources.generated/aws-guardduty-ipset.d.ts +10 -6
  20. package/out/exports/resources.generated/aws-guardduty-threatentityset.d.ts +27 -2
  21. package/out/exports/resources.generated/aws-guardduty-threatintelset.d.ts +13 -7
  22. package/out/exports/resources.generated/aws-guardduty-trustedentityset.d.ts +26 -2
  23. package/out/exports/resources.generated/aws-inspectorv2-codesecurityintegration.d.ts +28 -12
  24. package/out/exports/resources.generated/aws-inspectorv2-codesecurityscanconfiguration.d.ts +21 -7
  25. package/out/exports/resources.generated/aws-iot-encryptionconfiguration.d.ts +42 -0
  26. package/out/exports/resources.generated/aws-ivs-stage.d.ts +0 -1
  27. package/out/exports/resources.generated/aws-kinesisanalyticsv2-application.d.ts +24 -0
  28. package/out/exports/resources.generated/aws-lambda-eventinvokeconfig.d.ts +3 -3
  29. package/out/exports/resources.generated/aws-logs-loggroup.d.ts +2 -3
  30. package/out/exports/resources.generated/aws-mediapackagev2-channel.d.ts +1 -1
  31. package/out/exports/resources.generated/aws-networkfirewall-tlsinspectionconfiguration.d.ts +4 -4
  32. package/out/exports/resources.generated/aws-quicksight-analysis.d.ts +1 -1
  33. package/out/exports/resources.generated/aws-s3-bucket.d.ts +1 -1
  34. package/out/exports/resources.generated/aws-s3-bucketpolicy.d.ts +2 -2
  35. package/out/exports/resources.generated/aws-sagemaker-cluster.d.ts +8 -2
  36. package/out/exports/resources.generated/aws-servicediscovery-httpnamespace.d.ts +4 -4
  37. package/out/exports/resources.generated/aws-servicediscovery-instance.d.ts +1 -1
  38. package/out/exports/resources.generated/aws-servicediscovery-service.d.ts +6 -31
  39. package/out/exports/resources.generated/aws-ssm-patchbaseline.d.ts +6 -1
  40. package/out/exports/resources.generated/aws-ssmquicksetup-configurationmanager.d.ts +1 -1
  41. package/out/exports/resources.generated/aws-synthetics-canary.d.ts +3 -2
  42. package/out/exports/resources.generated/aws-vpclattice-resourcegateway.d.ts +5 -0
  43. package/out/exports/resources.generated/aws-workspacesweb-portal.d.ts +1 -0
  44. package/out/exports/resources.generated/aws-workspacesweb-sessionlogger.d.ts +19 -2
  45. package/package.json +1 -1
@@ -0,0 +1,298 @@
1
+ import type { ResourceDefinitionWithAttributes } from "../main.ts";
2
+ /**
3
+ * Policy Grant in AWS DataZone is an explicit authorization assignment that allows a specific principal (user, group, or project) to perform particular actions (such as creating glossary terms, managing projects, or accessing resources) on governed resources within a certain scope (like a Domain Unit or Project). Policy Grants are essentially the mechanism by which DataZone enforces fine-grained, role-based access control beyond what is possible through AWS IAM alone.
4
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-policygrant.html}
5
+ */
6
+ export type DataZonePolicyGrant = ResourceDefinitionWithAttributes<"AWS::DataZone::PolicyGrant", DataZonePolicyGrantProps, DataZonePolicyGrantAttribs>;
7
+ /**
8
+ * Policy Grant in AWS DataZone is an explicit authorization assignment that allows a specific principal (user, group, or project) to perform particular actions (such as creating glossary terms, managing projects, or accessing resources) on governed resources within a certain scope (like a Domain Unit or Project). Policy Grants are essentially the mechanism by which DataZone enforces fine-grained, role-based access control beyond what is possible through AWS IAM alone.
9
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-policygrant.html}
10
+ */
11
+ export type DataZonePolicyGrantProps = {
12
+ /**
13
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-policygrant.html#cfn-datazone-policygrant-detail}
14
+ */
15
+ Detail?: PolicyGrantDetail | undefined;
16
+ /**
17
+ * @pattern ^dzd[-_][a-zA-Z0-9_-]{1,36}$
18
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-policygrant.html#cfn-datazone-policygrant-domainidentifier}
19
+ */
20
+ DomainIdentifier: string;
21
+ /**
22
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-policygrant.html#cfn-datazone-policygrant-entityidentifier}
23
+ */
24
+ EntityIdentifier: string;
25
+ /**
26
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-policygrant.html#cfn-datazone-policygrant-entitytype}
27
+ */
28
+ EntityType: TargetEntityType;
29
+ /**
30
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-policygrant.html#cfn-datazone-policygrant-policytype}
31
+ */
32
+ PolicyType: string;
33
+ /**
34
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-policygrant.html#cfn-datazone-policygrant-principal}
35
+ */
36
+ Principal?: PolicyGrantPrincipal | undefined;
37
+ };
38
+ /**
39
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-policygrant.html#aws-resource-datazone-policygrant-return-values}
40
+ */
41
+ export type DataZonePolicyGrantAttribs = {
42
+ /**
43
+ * Specifies the timestamp at which policy grant member was created.
44
+ * @format date-time
45
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-policygrant.html#cfn-datazone-policygrant-createdat}
46
+ */
47
+ CreatedAt: string;
48
+ /**
49
+ * Specifies the user who created the policy grant member.
50
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-policygrant.html#cfn-datazone-policygrant-createdby}
51
+ */
52
+ CreatedBy: string;
53
+ /**
54
+ * The unique identifier of the policy grant returned by the AddPolicyGrant API
55
+ * @pattern ^[A-Za-z0-9+/]{10}$
56
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-policygrant.html#cfn-datazone-policygrant-grantid}
57
+ */
58
+ GrantId: string;
59
+ };
60
+ /**
61
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-addtoprojectmemberpoolpolicygrantdetail.html}
62
+ */
63
+ export type AddToProjectMemberPoolPolicyGrantDetail = {
64
+ /**
65
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-addtoprojectmemberpoolpolicygrantdetail.html#cfn-datazone-policygrant-addtoprojectmemberpoolpolicygrantdetail-includechilddomainunits}
66
+ */
67
+ IncludeChildDomainUnits?: boolean | undefined;
68
+ };
69
+ /**
70
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-createassettypepolicygrantdetail.html}
71
+ */
72
+ export type CreateAssetTypePolicyGrantDetail = {
73
+ /**
74
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-createassettypepolicygrantdetail.html#cfn-datazone-policygrant-createassettypepolicygrantdetail-includechilddomainunits}
75
+ */
76
+ IncludeChildDomainUnits?: boolean | undefined;
77
+ };
78
+ /**
79
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-createdomainunitpolicygrantdetail.html}
80
+ */
81
+ export type CreateDomainUnitPolicyGrantDetail = {
82
+ /**
83
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-createdomainunitpolicygrantdetail.html#cfn-datazone-policygrant-createdomainunitpolicygrantdetail-includechilddomainunits}
84
+ */
85
+ IncludeChildDomainUnits?: boolean | undefined;
86
+ };
87
+ /**
88
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-createenvironmentprofilepolicygrantdetail.html}
89
+ */
90
+ export type CreateEnvironmentProfilePolicyGrantDetail = {
91
+ /**
92
+ * @minLength 1
93
+ * @maxLength 256
94
+ * @pattern ^[a-z0-9_\-]+$
95
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-createenvironmentprofilepolicygrantdetail.html#cfn-datazone-policygrant-createenvironmentprofilepolicygrantdetail-domainunitid}
96
+ */
97
+ DomainUnitId?: string | undefined;
98
+ };
99
+ /**
100
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-createformtypepolicygrantdetail.html}
101
+ */
102
+ export type CreateFormTypePolicyGrantDetail = {
103
+ /**
104
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-createformtypepolicygrantdetail.html#cfn-datazone-policygrant-createformtypepolicygrantdetail-includechilddomainunits}
105
+ */
106
+ IncludeChildDomainUnits?: boolean | undefined;
107
+ };
108
+ /**
109
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-createglossarypolicygrantdetail.html}
110
+ */
111
+ export type CreateGlossaryPolicyGrantDetail = {
112
+ /**
113
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-createglossarypolicygrantdetail.html#cfn-datazone-policygrant-createglossarypolicygrantdetail-includechilddomainunits}
114
+ */
115
+ IncludeChildDomainUnits?: boolean | undefined;
116
+ };
117
+ /**
118
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-createprojectfromprojectprofilepolicygrantdetail.html}
119
+ */
120
+ export type CreateProjectFromProjectProfilePolicyGrantDetail = {
121
+ /**
122
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-createprojectfromprojectprofilepolicygrantdetail.html#cfn-datazone-policygrant-createprojectfromprojectprofilepolicygrantdetail-includechilddomainunits}
123
+ */
124
+ IncludeChildDomainUnits?: boolean | undefined;
125
+ /**
126
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-createprojectfromprojectprofilepolicygrantdetail.html#cfn-datazone-policygrant-createprojectfromprojectprofilepolicygrantdetail-projectprofiles}
127
+ */
128
+ ProjectProfiles?: string[] | undefined;
129
+ };
130
+ /**
131
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-createprojectpolicygrantdetail.html}
132
+ */
133
+ export type CreateProjectPolicyGrantDetail = {
134
+ /**
135
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-createprojectpolicygrantdetail.html#cfn-datazone-policygrant-createprojectpolicygrantdetail-includechilddomainunits}
136
+ */
137
+ IncludeChildDomainUnits?: boolean | undefined;
138
+ };
139
+ /**
140
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-domainunitdesignation.html}
141
+ */
142
+ export type DomainUnitDesignation = "OWNER";
143
+ /**
144
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-domainunitfilterforproject.html}
145
+ */
146
+ export type DomainUnitFilterForProject = {
147
+ /**
148
+ * @minLength 1
149
+ * @maxLength 256
150
+ * @pattern ^[a-z0-9_\-]+$
151
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-domainunitfilterforproject.html#cfn-datazone-policygrant-domainunitfilterforproject-domainunit}
152
+ */
153
+ DomainUnit: string;
154
+ /**
155
+ * @default false
156
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-domainunitfilterforproject.html#cfn-datazone-policygrant-domainunitfilterforproject-includechilddomainunits}
157
+ */
158
+ IncludeChildDomainUnits?: boolean | undefined;
159
+ };
160
+ /**
161
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-domainunitgrantfilter.html}
162
+ */
163
+ export type DomainUnitGrantFilter = {
164
+ AllDomainUnitsGrantFilter: Record<string, unknown>;
165
+ };
166
+ /**
167
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-domainunitpolicygrantprincipal.html}
168
+ */
169
+ export type DomainUnitPolicyGrantPrincipal = {
170
+ /**
171
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-domainunitpolicygrantprincipal.html#cfn-datazone-policygrant-domainunitpolicygrantprincipal-domainunitdesignation}
172
+ */
173
+ DomainUnitDesignation?: DomainUnitDesignation | undefined;
174
+ /**
175
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-domainunitpolicygrantprincipal.html#cfn-datazone-policygrant-domainunitpolicygrantprincipal-domainunitgrantfilter}
176
+ */
177
+ DomainUnitGrantFilter?: DomainUnitGrantFilter | undefined;
178
+ /**
179
+ * @minLength 1
180
+ * @maxLength 256
181
+ * @pattern ^[a-z0-9_\-]+$
182
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-domainunitpolicygrantprincipal.html#cfn-datazone-policygrant-domainunitpolicygrantprincipal-domainunitidentifier}
183
+ */
184
+ DomainUnitIdentifier?: string | undefined;
185
+ };
186
+ /**
187
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-grouppolicygrantprincipal.html}
188
+ */
189
+ export type GroupPolicyGrantPrincipal = {
190
+ /**
191
+ * @pattern (^([0-9a-f]{10}-|)[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}$|[\p{L}\p{M}\p{S}\p{N}\p{P}\t\n\r ]+)
192
+ */
193
+ GroupIdentifier: string;
194
+ };
195
+ /**
196
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-overridedomainunitownerspolicygrantdetail.html}
197
+ */
198
+ export type OverrideDomainUnitOwnersPolicyGrantDetail = {
199
+ /**
200
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-overridedomainunitownerspolicygrantdetail.html#cfn-datazone-policygrant-overridedomainunitownerspolicygrantdetail-includechilddomainunits}
201
+ */
202
+ IncludeChildDomainUnits?: boolean | undefined;
203
+ };
204
+ /**
205
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-overrideprojectownerspolicygrantdetail.html}
206
+ */
207
+ export type OverrideProjectOwnersPolicyGrantDetail = {
208
+ /**
209
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-overrideprojectownerspolicygrantdetail.html#cfn-datazone-policygrant-overrideprojectownerspolicygrantdetail-includechilddomainunits}
210
+ */
211
+ IncludeChildDomainUnits?: boolean | undefined;
212
+ };
213
+ /**
214
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-policygrantdetail.html}
215
+ */
216
+ export type PolicyGrantDetail = {
217
+ CreateDomainUnit: CreateDomainUnitPolicyGrantDetail;
218
+ } | {
219
+ OverrideDomainUnitOwners: OverrideDomainUnitOwnersPolicyGrantDetail;
220
+ } | {
221
+ AddToProjectMemberPool: AddToProjectMemberPoolPolicyGrantDetail;
222
+ } | {
223
+ OverrideProjectOwners: OverrideProjectOwnersPolicyGrantDetail;
224
+ } | {
225
+ CreateGlossary: CreateGlossaryPolicyGrantDetail;
226
+ } | {
227
+ CreateFormType: CreateFormTypePolicyGrantDetail;
228
+ } | {
229
+ CreateAssetType: CreateAssetTypePolicyGrantDetail;
230
+ } | {
231
+ CreateProject: CreateProjectPolicyGrantDetail;
232
+ } | {
233
+ CreateEnvironmentProfile: CreateEnvironmentProfilePolicyGrantDetail;
234
+ } | {
235
+ DelegateCreateEnvironmentProfile: Record<string, unknown>;
236
+ } | {
237
+ CreateEnvironment: Record<string, unknown>;
238
+ } | {
239
+ CreateEnvironmentFromBlueprint: Record<string, unknown>;
240
+ } | {
241
+ CreateProjectFromProjectProfile: CreateProjectFromProjectProfilePolicyGrantDetail;
242
+ };
243
+ /**
244
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-policygrantprincipal.html}
245
+ */
246
+ export type PolicyGrantPrincipal = {
247
+ User: UserPolicyGrantPrincipal;
248
+ } | {
249
+ Group: GroupPolicyGrantPrincipal;
250
+ } | {
251
+ Project: ProjectPolicyGrantPrincipal;
252
+ } | {
253
+ DomainUnit: DomainUnitPolicyGrantPrincipal;
254
+ };
255
+ /**
256
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-projectdesignation.html}
257
+ */
258
+ export type ProjectDesignation = "OWNER" | "CONTRIBUTOR" | "PROJECT_CATALOG_STEWARD";
259
+ /**
260
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-projectgrantfilter.html}
261
+ */
262
+ export type ProjectGrantFilter = {
263
+ DomainUnitFilter: DomainUnitFilterForProject;
264
+ };
265
+ /**
266
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-projectpolicygrantprincipal.html}
267
+ */
268
+ export type ProjectPolicyGrantPrincipal = {
269
+ /**
270
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-projectpolicygrantprincipal.html#cfn-datazone-policygrant-projectpolicygrantprincipal-projectdesignation}
271
+ */
272
+ ProjectDesignation?: ProjectDesignation | undefined;
273
+ /**
274
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-projectpolicygrantprincipal.html#cfn-datazone-policygrant-projectpolicygrantprincipal-projectgrantfilter}
275
+ */
276
+ ProjectGrantFilter?: ProjectGrantFilter | undefined;
277
+ /**
278
+ * @pattern ^[a-zA-Z0-9_-]{1,36}$
279
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-projectpolicygrantprincipal.html#cfn-datazone-policygrant-projectpolicygrantprincipal-projectidentifier}
280
+ */
281
+ ProjectIdentifier?: string | undefined;
282
+ };
283
+ /**
284
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-targetentitytype.html}
285
+ */
286
+ export type TargetEntityType = "DomainUnit" | "EnvironmentBlueprintConfiguration" | "EnvironmentProfile" | "DOMAIN_UNIT" | "ENVIRONMENT_BLUEPRINT_CONFIGURATION" | "ENVIRONMENT_PROFILE" | "ASSET_TYPE";
287
+ /**
288
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-userpolicygrantprincipal.html}
289
+ */
290
+ export type UserPolicyGrantPrincipal = {
291
+ /**
292
+ * @pattern (^([0-9a-f]{10}-|)[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}$|^[a-zA-Z_0-9+=,.@-]+$|^arn:aws[^:]*:iam::\d{12}:.+$)
293
+ */
294
+ UserIdentifier: string;
295
+ } | {
296
+ AllUsersGrantFilter: Record<string, unknown>;
297
+ };
298
+ //# sourceMappingURL=aws-datazone-policygrant.d.ts.map
@@ -94,6 +94,11 @@ export type DeadlineFleetAttribs = {
94
94
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-fleet.html#cfn-deadline-fleet-status}
95
95
  */
96
96
  Status: FleetStatus;
97
+ /**
98
+ * A message that communicates a suspended status of the fleet.
99
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-fleet.html#cfn-deadline-fleet-statusmessage}
100
+ */
101
+ StatusMessage: string;
97
102
  /**
98
103
  * The number of workers in the fleet summary.
99
104
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-fleet.html#cfn-deadline-fleet-workercount}
@@ -320,7 +325,7 @@ export type Ec2EbsVolume = {
320
325
  /**
321
326
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-fleet-ec2markettype.html}
322
327
  */
323
- export type Ec2MarketType = "on-demand" | "spot";
328
+ export type Ec2MarketType = "on-demand" | "spot" | "wait-and-save";
324
329
  /**
325
330
  * The fleet amount and attribute capabilities.
326
331
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-fleet-fleetamountcapability.html}
@@ -376,7 +381,7 @@ export type FleetConfiguration = {
376
381
  /**
377
382
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-fleet-fleetstatus.html}
378
383
  */
379
- export type FleetStatus = "ACTIVE" | "CREATE_IN_PROGRESS" | "UPDATE_IN_PROGRESS" | "CREATE_FAILED" | "UPDATE_FAILED";
384
+ export type FleetStatus = "ACTIVE" | "CREATE_IN_PROGRESS" | "UPDATE_IN_PROGRESS" | "CREATE_FAILED" | "UPDATE_FAILED" | "SUSPENDED";
380
385
  /**
381
386
  * Provides a script that runs as a worker is starting up that you can use to provide additional configuration for workers in your fleet.
382
387
  *
@@ -25,7 +25,7 @@ export type DeadlineLicenseEndpointProps = {
25
25
  */
26
26
  Tags?: Tag[] | undefined;
27
27
  /**
28
- * The VCP(virtual private cloud) ID associated with the license endpoint.
28
+ * The VPC (virtual private cloud) ID associated with the license endpoint.
29
29
  * @minLength 1
30
30
  * @maxLength 32
31
31
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-licenseendpoint.html#cfn-deadline-licenseendpoint-vpcid}
@@ -299,6 +299,7 @@ export type ContributorInsightsSpecification = {
299
299
  */
300
300
  Enabled: boolean;
301
301
  /**
302
+ * Specifies the CloudWatch Contributor Insights mode for a global table. Valid values are `ACCESSED_AND_THROTTLED_KEYS` (tracks all access and throttled events) or `THROTTLED_KEYS` (tracks only throttled events). This setting determines what type of contributor insights data is collected for the global table.
302
303
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-globaltable-contributorinsightsspecification.html#cfn-dynamodb-globaltable-contributorinsightsspecification-mode}
303
304
  */
304
305
  Mode?: "ACCESSED_AND_THROTTLED_KEYS" | "THROTTLED_KEYS" | undefined;
@@ -43,7 +43,7 @@ export type DynamoDBTableProps = {
43
43
  */
44
44
  BillingMode?: string | undefined;
45
45
  /**
46
- * The settings used to enable or disable CloudWatch Contributor Insights for the specified table.
46
+ * The settings used to specify whether to enable CloudWatch Contributor Insights for the table and define which events to monitor.
47
47
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#cfn-dynamodb-table-contributorinsightsspecification}
48
48
  */
49
49
  ContributorInsightsSpecification?: ContributorInsightsSpecification | undefined;
@@ -122,7 +122,7 @@ export type DynamoDBTableProps = {
122
122
  */
123
123
  SSESpecification?: SSESpecification | undefined;
124
124
  /**
125
- * The settings for the DynamoDB table stream, which capture changes to items stored in the table.
125
+ * The settings for the DynamoDB table stream, which captures changes to items stored in the table. Including this property in your AWS CloudFormation template automatically enables streaming.
126
126
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#cfn-dynamodb-table-streamspecification}
127
127
  */
128
128
  StreamSpecification?: StreamSpecification | undefined;
@@ -196,7 +196,7 @@ export type AttributeDefinition = {
196
196
  AttributeType: string;
197
197
  };
198
198
  /**
199
- * The settings used to enable or disable CloudWatch Contributor Insights.
199
+ * Configures contributor insights settings for a table or one of its indexes.
200
200
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-contributorinsightsspecification.html}
201
201
  */
202
202
  export type ContributorInsightsSpecification = {
@@ -206,6 +206,7 @@ export type ContributorInsightsSpecification = {
206
206
  */
207
207
  Enabled: boolean;
208
208
  /**
209
+ * Specifies the CloudWatch Contributor Insights mode for a table. Valid values are `ACCESSED_AND_THROTTLED_KEYS` (tracks all access and throttled events) or `THROTTLED_KEYS` (tracks only throttled events). This setting determines what type of contributor insights data is collected for the table.
209
210
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-contributorinsightsspecification.html#cfn-dynamodb-table-contributorinsightsspecification-mode}
210
211
  */
211
212
  Mode?: "ACCESSED_AND_THROTTLED_KEYS" | "THROTTLED_KEYS" | undefined;
@@ -232,7 +233,7 @@ export type Csv = {
232
233
  */
233
234
  export type GlobalSecondaryIndex = {
234
235
  /**
235
- * The settings used to enable or disable CloudWatch Contributor Insights for the specified global secondary index.
236
+ * The settings used to specify whether to enable CloudWatch Contributor Insights for the global table and define which events to monitor.
236
237
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-globalsecondaryindex.html#cfn-dynamodb-table-globalsecondaryindex-contributorinsightsspecification}
237
238
  */
238
239
  ContributorInsightsSpecification?: ContributorInsightsSpecification | undefined;
@@ -547,6 +548,8 @@ export type StreamSpecification = {
547
548
  /**
548
549
  * Creates or updates a resource-based policy document that contains the permissions for DynamoDB resources, such as a table's streams. Resource-based policies let you define access permissions by specifying who has access to each resource, and the actions they are allowed to perform on each resource.
549
550
  *
551
+ * > When you remove the `StreamSpecification` property from the template, DynamoDB disables the stream but retains any attached resource policy until the stream is deleted after 24 hours. When you modify the `StreamViewType` property, DynamoDB creates a new stream and retains the old stream's resource policy. The old stream and its resource policy are deleted after the 24-hour retention period.
552
+ *
550
553
  * In a CloudFormation template, you can provide the policy in JSON or YAML format because CloudFormation converts YAML to JSON before submitting it to DynamoDB . For more information about resource-based policies, see [Using resource-based policies for DynamoDB](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/access-control-resource-based.html) and [Resource-based policy examples](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/rbac-examples.html) .
551
554
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-streamspecification.html#cfn-dynamodb-table-streamspecification-resourcepolicy}
552
555
  */
@@ -1,21 +1,21 @@
1
1
  import type { ResourceDefinitionWithAttributes } from "../main.ts";
2
2
  /**
3
- * Resource Type definition for AWS::EC2::IpPoolRouteTableAssociation
3
+ * A route server association is the connection established between a route server and a VPC.
4
4
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ippoolroutetableassociation.html}
5
5
  */
6
6
  export type EC2IpPoolRouteTableAssociation = ResourceDefinitionWithAttributes<"AWS::EC2::IpPoolRouteTableAssociation", EC2IpPoolRouteTableAssociationProps, EC2IpPoolRouteTableAssociationAttribs>;
7
7
  /**
8
- * Resource Type definition for AWS::EC2::IpPoolRouteTableAssociation
8
+ * A route server association is the connection established between a route server and a VPC.
9
9
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ippoolroutetableassociation.html}
10
10
  */
11
11
  export type EC2IpPoolRouteTableAssociationProps = {
12
12
  /**
13
- * The ID of the public IPv4 pool.
13
+ * The ID of a public IPv4 address pool.
14
14
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ippoolroutetableassociation.html#cfn-ec2-ippoolroutetableassociation-publicipv4pool}
15
15
  */
16
16
  PublicIpv4Pool: string;
17
17
  /**
18
- * The ID of the route table.
18
+ * The ID of a route table.
19
19
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ippoolroutetableassociation.html#cfn-ec2-ippoolroutetableassociation-routetableid}
20
20
  */
21
21
  RouteTableId: string;
@@ -25,7 +25,7 @@ export type EC2IpPoolRouteTableAssociationProps = {
25
25
  */
26
26
  export type EC2IpPoolRouteTableAssociationAttribs = {
27
27
  /**
28
- * The route table association ID.
28
+ * The ID of a route table association.
29
29
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ippoolroutetableassociation.html#cfn-ec2-ippoolroutetableassociation-associationid}
30
30
  */
31
31
  AssociationId: string;
@@ -56,6 +56,10 @@ export type EC2VPNConnectionProps = {
56
56
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpnconnection.html#cfn-ec2-vpnconnection-outsideipaddresstype}
57
57
  */
58
58
  OutsideIpAddressType?: string | undefined;
59
+ /**
60
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpnconnection.html#cfn-ec2-vpnconnection-presharedkeystorage}
61
+ */
62
+ PreSharedKeyStorage?: "Standard" | "SecretsManager" | undefined;
59
63
  /**
60
64
  * The IPv4 CIDR on the AWS side of the VPN connection.
61
65
  *
@@ -18,6 +18,10 @@ export type EntityResolutionIdMappingWorkflowProps = {
18
18
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-idmappingworkflow.html#cfn-entityresolution-idmappingworkflow-description}
19
19
  */
20
20
  Description?: string | undefined;
21
+ /**
22
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-idmappingworkflow.html#cfn-entityresolution-idmappingworkflow-idmappingincrementalrunconfig}
23
+ */
24
+ IdMappingIncrementalRunConfig?: IdMappingIncrementalRunConfig | undefined;
21
25
  /**
22
26
  * An object which defines the ID mapping technique and any additional configurations.
23
27
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-idmappingworkflow.html#cfn-entityresolution-idmappingworkflow-idmappingtechniques}
@@ -70,6 +74,15 @@ export type EntityResolutionIdMappingWorkflowAttribs = {
70
74
  */
71
75
  WorkflowArn: string;
72
76
  };
77
+ /**
78
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-idmappingworkflow-idmappingincrementalrunconfig.html}
79
+ */
80
+ export type IdMappingIncrementalRunConfig = {
81
+ /**
82
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-idmappingworkflow-idmappingincrementalrunconfig.html#cfn-entityresolution-idmappingworkflow-idmappingincrementalrunconfig-incrementalruntype}
83
+ */
84
+ IncrementalRunType: "ON_DEMAND";
85
+ };
73
86
  /**
74
87
  * An object that defines the list of matching rules to run in an ID mapping workflow.
75
88
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-idmappingworkflow-idmappingrulebasedproperties.html}
@@ -92,6 +92,11 @@ export type EventsRuleProps = {
92
92
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-state}
93
93
  */
94
94
  State?: "DISABLED" | "ENABLED" | "ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS" | undefined;
95
+ /**
96
+ * Any tags assigned to the event rule.
97
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#cfn-events-rule-tags}
98
+ */
99
+ Tags?: Tag[] | undefined;
95
100
  /**
96
101
  * Adds the specified targets to the specified rule, or updates the targets if they are already associated with the rule.
97
102
  *
@@ -70,6 +70,7 @@ export type FSxFileSystemProps = {
70
70
  */
71
71
  LustreConfiguration?: LustreConfiguration | undefined;
72
72
  /**
73
+ * The network type of the file system.
73
74
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-networktype}
74
75
  */
75
76
  NetworkType?: string | undefined;
@@ -587,6 +588,7 @@ export type OpenZFSConfiguration = {
587
588
  */
588
589
  EndpointIpAddressRange?: string | undefined;
589
590
  /**
591
+ * (Multi-AZ only) Specifies the IP address range in which the endpoints to access your file system will be created. By default in the Amazon FSx API and Amazon FSx console, Amazon FSx selects an available /118 IP address range for you from one of the VPC's CIDR ranges. You can have overlapping endpoint IP addresses for file systems deployed in the same VPC/route tables, as long as they don't overlap with any subnet.
590
592
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-openzfsconfiguration.html#cfn-fsx-filesystem-openzfsconfiguration-endpointipv6addressrange}
591
593
  */
592
594
  EndpointIpv6AddressRange?: string | undefined;
@@ -176,10 +176,40 @@ export type ConnectionInput = {
176
176
  * - `SAPODATA` - Designates a connection to SAP OData.
177
177
  * - `SERVICENOW` - Designates a connection to ServiceNow.
178
178
  * - `SLACK` - Designates a connection to Slack.
179
+ * - `SNOWFLAKE` - Designates a connection to Snowflake.
179
180
  * - `SNAPCHATADS` - Designates a connection to Snapchat Ads.
180
181
  * - `STRIPE` - Designates a connection to Stripe.
181
182
  * - `ZENDESK` - Designates a connection to Zendesk.
182
183
  * - `ZOHOCRM` - Designates a connection to Zoho CRM.
184
+ * - `ADOBEANALYTICS` - Designates a connection to Adobe Analytics.
185
+ * - `LINKEDIN` - Designates a connection to LinkedIn.
186
+ * - `MIXPANEL` - Designates a connection to Mixpanel.
187
+ * - `ASANA` - Designates a connection to Asana.
188
+ * - `SMARTSHEET` - Designates a connection to Smartsheet.
189
+ * - `DATADOG` - Designates a connection to Datadog.
190
+ * - `WOOCOMMERCE` - Designates a connection to WooCommerce.
191
+ * - `PAYPAL` - Designates a connection to PayPal.
192
+ * - `QUICKBOOKS` - Designates a connection to QuickBooks.
193
+ * - `FACEBOOKPAGEINSIGHTS` - Designates a connection to Facebook Page Insights.
194
+ * - `FRESHDESK` - Designates a connection to Freshdesk.
195
+ * - `TWILIO` - Designates a connection to Twilio.
196
+ * - `DOCUSIGNMONITOR` - Designates a connection to DocuSign Monitor.
197
+ * - `FRESHSALES` - Designates a connection to Freshsales.
198
+ * - `ZOOM` - Designates a connection to Zoom.
199
+ * - `GOOGLESEARCHCONSOLE` - Designates a connection to Google Search Console.
200
+ * - `SALESFORCECOMMERCECLOUD` - Designates a connection to Salesforce Commerce Cloud.
201
+ * - `SAPCONCUR` - Designates a connection to SAP Concur.
202
+ * - `DYNATRACE` - Designates a connection to Dynatrace.
203
+ * - `MICROSOFTDYNAMIC365FINANCEANDOPS` - Designates a connection to Microsoft Dynamics 365 Finance and Operations.
204
+ * - `MICROSOFTTEAMS` - Designates a connection to Microsoft Teams.
205
+ * - `BLACKBAUDRAISEREDGENXT` - Designates a connection to Blackbaud Raiser's Edge NXT.
206
+ * - `MAILCHIMP` - Designates a connection to Mailchimp.
207
+ * - `GITLAB` - Designates a connection to GitLab.
208
+ * - `PENDO` - Designates a connection to Pendo.
209
+ * - `PRODUCTBOARD` - Designates a connection to Productboard.
210
+ * - `CIRCLECI` - Designates a connection to CircleCI.
211
+ * - `PIPEDIVE` - Designates a connection to Pipedrive.
212
+ * - `SENDGRID` - Designates a connection to SendGrid.
183
213
  *
184
214
  * For more information on the connection parameters needed for a particular connector, see the documentation for the connector in [Adding an AWS Glue connection](https://docs.aws.amazon.com/glue/latest/dg/console-connections.html) in the AWS Glue User Guide.
185
215
  *
@@ -1,16 +1,20 @@
1
1
  import type { ResourceDefinitionWithAttributes } from "../main.ts";
2
2
  /**
3
- * The `AWS::GuardDuty::IPSet` resource specifies a new `IPSet` . An `IPSet` is a list of trusted IP addresses from which secure communication is allowed with AWS infrastructure and applications.
3
+ * The `AWS::GuardDuty::IPSet` resource helps you create a list of trusted IP addresses that you can use for secure communication with AWS infrastructure and applications. Once you activate this list, GuardDuty will not generate findings when there is an activity associated with these safe IP addresses.
4
+ *
5
+ * Only the users of the GuardDuty administrator account can manage this list. These settings are also applied to the member accounts.
4
6
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html}
5
7
  */
6
8
  export type GuardDutyIPSet = ResourceDefinitionWithAttributes<"AWS::GuardDuty::IPSet", GuardDutyIPSetProps, GuardDutyIPSetAttribs>;
7
9
  /**
8
- * The `AWS::GuardDuty::IPSet` resource specifies a new `IPSet` . An `IPSet` is a list of trusted IP addresses from which secure communication is allowed with AWS infrastructure and applications.
10
+ * The `AWS::GuardDuty::IPSet` resource helps you create a list of trusted IP addresses that you can use for secure communication with AWS infrastructure and applications. Once you activate this list, GuardDuty will not generate findings when there is an activity associated with these safe IP addresses.
11
+ *
12
+ * Only the users of the GuardDuty administrator account can manage this list. These settings are also applied to the member accounts.
9
13
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html}
10
14
  */
11
15
  export type GuardDutyIPSetProps = {
12
16
  /**
13
- * Indicates whether or not GuardDuty uses the `IPSet` .
17
+ * A boolean value that determines if GuardDuty can start using this list for custom threat detection. For GuardDuty to prevent generating findings based on an activity associated with these entries, this list must be active.
14
18
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-activate}
15
19
  */
16
20
  Activate?: boolean | undefined;
@@ -32,7 +36,7 @@ export type GuardDutyIPSetProps = {
32
36
  */
33
37
  ExpectedBucketOwner?: string | undefined;
34
38
  /**
35
- * The format of the file that contains the IPSet.
39
+ * The format of the file that contains the IPSet. For information about supported formats, see [List formats](https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_upload-lists.html#prepare_list) in the *Amazon GuardDuty User Guide* .
36
40
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-format}
37
41
  */
38
42
  Format: string;
@@ -46,14 +50,14 @@ export type GuardDutyIPSetProps = {
46
50
  /**
47
51
  * The user-friendly name to identify the IPSet.
48
52
  *
49
- * Allowed characters are alphanumeric, whitespace, dash (-), and underscores (_).
53
+ * The name of your list must be unique within an AWS account and Region. Valid characters are alphanumeric, whitespace, dash (-), and underscores (_).
50
54
  * @minLength 1
51
55
  * @maxLength 300
52
56
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-name}
53
57
  */
54
58
  Name?: string | undefined;
55
59
  /**
56
- * The tags to be added to a new IP set resource. Each tag consists of a key and an optional value, both of which you define.
60
+ * The tags to be added to a new threat entity set resource. Each tag consists of a key and an optional value, both of which you define.
57
61
  *
58
62
  * For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html) .
59
63
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-ipset.html#cfn-guardduty-ipset-tags}