@propulsionworks/cloudformation 0.1.31 → 0.1.32
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.
- package/out/exports/resources.generated/aws-applicationsignals-groupingconfiguration.d.ts +1 -1
- package/out/exports/resources.generated/aws-aps-anomalydetector.d.ts +3 -1
- package/out/exports/resources.generated/aws-billingconductor-billinggroup.d.ts +1 -1
- package/out/exports/resources.generated/aws-billingconductor-pricingplan.d.ts +1 -1
- package/out/exports/resources.generated/aws-cloudfront-distribution.d.ts +4 -0
- package/out/exports/resources.generated/aws-cloudfront-vpcorigin.d.ts +4 -0
- package/out/exports/resources.generated/aws-connect-emailaddress.d.ts +17 -0
- package/out/exports/resources.generated/aws-connect-evaluationform.d.ts +155 -0
- package/out/exports/resources.generated/aws-docdb-dbcluster.d.ts +7 -0
- package/out/exports/resources.generated/aws-ec2-capacitymanagerdataexport.d.ts +46 -0
- package/out/exports/resources.generated/aws-ec2-capacityreservation.d.ts +3 -3
- package/out/exports/resources.generated/aws-ec2-natgateway.d.ts +1 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listenerrule.d.ts +76 -4
- package/out/exports/resources.generated/aws-emrserverless-application.d.ts +1 -1
- package/out/exports/resources.generated/aws-events-eventbuspolicy.d.ts +14 -11
- package/out/exports/resources.generated/aws-fsx-filesystem.d.ts +4 -0
- package/out/exports/resources.generated/aws-imagebuilder-image.d.ts +92 -0
- package/out/exports/resources.generated/aws-imagebuilder-imagepipeline.d.ts +5 -0
- package/out/exports/resources.generated/aws-lambda-permission.d.ts +1 -1
- package/out/exports/resources.generated/aws-mediapackagev2-originendpoint.d.ts +50 -2
- package/out/exports/resources.generated/aws-neptune-dbinstance.d.ts +5 -1
- package/out/exports/resources.generated/aws-observabilityadmin-organizationcentralizationrule.d.ts +29 -3
- package/out/exports/resources.generated/aws-observabilityadmin-organizationtelemetryrule.d.ts +20 -20
- package/out/exports/resources.generated/aws-observabilityadmin-telemetryrule.d.ts +20 -20
- package/out/exports/resources.generated/aws-organizations-account.d.ts +5 -0
- package/out/exports/resources.generated/aws-osis-pipeline.d.ts +22 -1
- package/out/exports/resources.generated/aws-route53-recordset.d.ts +1 -3
- package/out/exports/resources.generated/aws-route53-recordsetgroup.d.ts +1 -3
- package/out/exports/resources.generated/aws-route53resolver-resolverrule.d.ts +2 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverruleassociation.d.ts +2 -0
- package/out/exports/resources.generated/aws-rtbfabric-link.d.ts +137 -0
- package/out/exports/resources.generated/aws-rtbfabric-requestergateway.d.ts +72 -0
- package/out/exports/resources.generated/aws-rtbfabric-respondergateway.d.ts +151 -0
- package/out/exports/resources.generated/aws-sagemaker-cluster.d.ts +1 -0
- package/out/exports/resources.generated/aws-synthetics-canary.d.ts +21 -0
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { ResourceDefinition } from "../main.ts";
|
|
2
2
|
/**
|
|
3
3
|
* Running `PutPermission` permits the specified AWS account or AWS organization to put events to the specified *event bus* . Amazon EventBridge rules in your account are triggered by these events arriving to an event bus in your account.
|
|
4
4
|
*
|
|
@@ -11,7 +11,7 @@ import type { ResourceDefinitionWithAttributes } from "../main.ts";
|
|
|
11
11
|
* The permission policy on the event bus cannot exceed 10 KB in size.
|
|
12
12
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html}
|
|
13
13
|
*/
|
|
14
|
-
export type EventsEventBusPolicy =
|
|
14
|
+
export type EventsEventBusPolicy = ResourceDefinition<"AWS::Events::EventBusPolicy", EventsEventBusPolicyProps>;
|
|
15
15
|
/**
|
|
16
16
|
* Running `PutPermission` permits the specified AWS account or AWS organization to put events to the specified *event bus* . Amazon EventBridge rules in your account are triggered by these events arriving to an event bus in your account.
|
|
17
17
|
*
|
|
@@ -27,6 +27,9 @@ export type EventsEventBusPolicy = ResourceDefinitionWithAttributes<"AWS::Events
|
|
|
27
27
|
export type EventsEventBusPolicyProps = {
|
|
28
28
|
/**
|
|
29
29
|
* The action that you are enabling the other account to perform.
|
|
30
|
+
* @minLength 1
|
|
31
|
+
* @maxLength 64
|
|
32
|
+
* @pattern events:[a-zA-Z]+
|
|
30
33
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-action}
|
|
31
34
|
*/
|
|
32
35
|
Action?: string | undefined;
|
|
@@ -41,6 +44,9 @@ export type EventsEventBusPolicyProps = {
|
|
|
41
44
|
Condition?: Condition | undefined;
|
|
42
45
|
/**
|
|
43
46
|
* The name of the event bus associated with the rule. If you omit this, the default event bus is used.
|
|
47
|
+
* @minLength 1
|
|
48
|
+
* @maxLength 256
|
|
49
|
+
* @pattern [\.\-_A-Za-z0-9]+
|
|
44
50
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-eventbusname}
|
|
45
51
|
*/
|
|
46
52
|
EventBusName?: string | undefined;
|
|
@@ -48,6 +54,9 @@ export type EventsEventBusPolicyProps = {
|
|
|
48
54
|
* The 12-digit AWS account ID that you are permitting to put events to your default event bus. Specify "*" to permit any account to put events to your default event bus.
|
|
49
55
|
*
|
|
50
56
|
* If you specify "*" without specifying `Condition` , avoid creating rules that may match undesirable events. To create more secure rules, make sure that the event pattern for each rule contains an `account` field with a specific account ID from which to receive events. Rules with an account field do not match any events sent from other accounts.
|
|
57
|
+
* @minLength 1
|
|
58
|
+
* @maxLength 12
|
|
59
|
+
* @pattern (\d{12}|\*)
|
|
51
60
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-principal}
|
|
52
61
|
*/
|
|
53
62
|
Principal?: string | undefined;
|
|
@@ -60,19 +69,13 @@ export type EventsEventBusPolicyProps = {
|
|
|
60
69
|
* An identifier string for the external account that you are granting permissions to. If you later want to revoke the permission for this external account, specify this `StatementId` when you run [RemovePermission](https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_RemovePermission.html) .
|
|
61
70
|
*
|
|
62
71
|
* > Each `StatementId` must be unique.
|
|
72
|
+
* @minLength 1
|
|
73
|
+
* @maxLength 64
|
|
74
|
+
* @pattern [a-zA-Z0-9-_]+
|
|
63
75
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-statementid}
|
|
64
76
|
*/
|
|
65
77
|
StatementId: string;
|
|
66
78
|
};
|
|
67
|
-
/**
|
|
68
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#aws-resource-events-eventbuspolicy-return-values}
|
|
69
|
-
*/
|
|
70
|
-
export type EventsEventBusPolicyAttribs = {
|
|
71
|
-
/**
|
|
72
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbuspolicy.html#cfn-events-eventbuspolicy-id}
|
|
73
|
-
*/
|
|
74
|
-
Id: string;
|
|
75
|
-
};
|
|
76
79
|
/**
|
|
77
80
|
* A JSON string which you can use to limit the event bus permissions you are granting to only accounts that fulfill the condition. Currently, the only supported condition is membership in a certain AWS organization. The string must contain `Type` , `Key` , and `Value` fields. The `Value` field specifies the ID of the AWS organization. Following is an example value for `Condition` :
|
|
78
81
|
*
|
|
@@ -475,6 +475,10 @@ export type OntapConfiguration = {
|
|
|
475
475
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-ontapconfiguration.html#cfn-fsx-filesystem-ontapconfiguration-endpointipaddressrange}
|
|
476
476
|
*/
|
|
477
477
|
EndpointIpAddressRange?: string | undefined;
|
|
478
|
+
/**
|
|
479
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-ontapconfiguration.html#cfn-fsx-filesystem-ontapconfiguration-endpointipv6addressrange}
|
|
480
|
+
*/
|
|
481
|
+
EndpointIpv6AddressRange?: string | undefined;
|
|
478
482
|
/**
|
|
479
483
|
* The ONTAP administrative password for the `fsxadmin` user with which you administer your file system using the NetApp ONTAP CLI and REST API.
|
|
480
484
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-ontapconfiguration.html#cfn-fsx-filesystem-ontapconfiguration-fsxadminpassword}
|
|
@@ -29,6 +29,11 @@ export type ImageBuilderImageProps = {
|
|
|
29
29
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-executionrole}
|
|
30
30
|
*/
|
|
31
31
|
ExecutionRole?: string | undefined;
|
|
32
|
+
/**
|
|
33
|
+
* The image pipeline execution settings of the image.
|
|
34
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagepipelineexecutionsettings}
|
|
35
|
+
*/
|
|
36
|
+
ImagePipelineExecutionSettings?: ImagePipelineExecutionSettings | undefined;
|
|
32
37
|
/**
|
|
33
38
|
* The Amazon Resource Name (ARN) of the image recipe that defines how images are configured, tested, and assessed.
|
|
34
39
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagerecipearn}
|
|
@@ -85,6 +90,11 @@ export type ImageBuilderImageProps = {
|
|
|
85
90
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-executionrole}
|
|
86
91
|
*/
|
|
87
92
|
ExecutionRole?: string | undefined;
|
|
93
|
+
/**
|
|
94
|
+
* The image pipeline execution settings of the image.
|
|
95
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagepipelineexecutionsettings}
|
|
96
|
+
*/
|
|
97
|
+
ImagePipelineExecutionSettings?: ImagePipelineExecutionSettings | undefined;
|
|
88
98
|
/**
|
|
89
99
|
* The Amazon Resource Name (ARN) of the image recipe that defines how images are configured, tested, and assessed.
|
|
90
100
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagerecipearn}
|
|
@@ -141,6 +151,72 @@ export type ImageBuilderImageProps = {
|
|
|
141
151
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-executionrole}
|
|
142
152
|
*/
|
|
143
153
|
ExecutionRole?: string | undefined;
|
|
154
|
+
/**
|
|
155
|
+
* The image pipeline execution settings of the image.
|
|
156
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagepipelineexecutionsettings}
|
|
157
|
+
*/
|
|
158
|
+
ImagePipelineExecutionSettings: ImagePipelineExecutionSettings;
|
|
159
|
+
/**
|
|
160
|
+
* The Amazon Resource Name (ARN) of the image recipe that defines how images are configured, tested, and assessed.
|
|
161
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagerecipearn}
|
|
162
|
+
*/
|
|
163
|
+
ImageRecipeArn?: string | undefined;
|
|
164
|
+
/**
|
|
165
|
+
* Contains settings for vulnerability scans.
|
|
166
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagescanningconfiguration}
|
|
167
|
+
*/
|
|
168
|
+
ImageScanningConfiguration?: ImageScanningConfiguration | undefined;
|
|
169
|
+
/**
|
|
170
|
+
* The image tests configuration of the image.
|
|
171
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagetestsconfiguration}
|
|
172
|
+
*/
|
|
173
|
+
ImageTestsConfiguration?: ImageTestsConfiguration | undefined;
|
|
174
|
+
/**
|
|
175
|
+
* The Amazon Resource Name (ARN) of the infrastructure configuration that defines the environment in which your image will be built and tested.
|
|
176
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-infrastructureconfigurationarn}
|
|
177
|
+
*/
|
|
178
|
+
InfrastructureConfigurationArn?: string | undefined;
|
|
179
|
+
/**
|
|
180
|
+
* The logging configuration that's defined for the image. Image Builder uses the defined settings to direct execution log output during image creation.
|
|
181
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-loggingconfiguration}
|
|
182
|
+
*/
|
|
183
|
+
LoggingConfiguration?: ImageLoggingConfiguration | undefined;
|
|
184
|
+
/**
|
|
185
|
+
* The tags of the image.
|
|
186
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-tags}
|
|
187
|
+
*/
|
|
188
|
+
Tags?: Record<string, string> | undefined;
|
|
189
|
+
/**
|
|
190
|
+
* Contains an array of workflow configuration objects.
|
|
191
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-workflows}
|
|
192
|
+
*/
|
|
193
|
+
Workflows?: WorkflowConfiguration[] | undefined;
|
|
194
|
+
} | {
|
|
195
|
+
/**
|
|
196
|
+
* The Amazon Resource Name (ARN) of the container recipe that defines how images are configured and tested.
|
|
197
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-containerrecipearn}
|
|
198
|
+
*/
|
|
199
|
+
ContainerRecipeArn?: string | undefined;
|
|
200
|
+
/**
|
|
201
|
+
* The Amazon Resource Name (ARN) of the distribution configuration that defines and configures the outputs of your pipeline.
|
|
202
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-distributionconfigurationarn}
|
|
203
|
+
*/
|
|
204
|
+
DistributionConfigurationArn?: string | undefined;
|
|
205
|
+
/**
|
|
206
|
+
* Collects additional information about the image being created, including the operating system (OS) version and package list. This information is used to enhance the overall experience of using EC2 Image Builder. Enabled by default.
|
|
207
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-enhancedimagemetadataenabled}
|
|
208
|
+
*/
|
|
209
|
+
EnhancedImageMetadataEnabled?: boolean | undefined;
|
|
210
|
+
/**
|
|
211
|
+
* The name or Amazon Resource Name (ARN) for the IAM role you create that grants Image Builder access to perform workflow actions.
|
|
212
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-executionrole}
|
|
213
|
+
*/
|
|
214
|
+
ExecutionRole?: string | undefined;
|
|
215
|
+
/**
|
|
216
|
+
* The image pipeline execution settings of the image.
|
|
217
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagepipelineexecutionsettings}
|
|
218
|
+
*/
|
|
219
|
+
ImagePipelineExecutionSettings?: ImagePipelineExecutionSettings | undefined;
|
|
144
220
|
/**
|
|
145
221
|
* The Amazon Resource Name (ARN) of the image recipe that defines how images are configured, tested, and assessed.
|
|
146
222
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagerecipearn}
|
|
@@ -255,6 +331,22 @@ export type ImageLoggingConfiguration = {
|
|
|
255
331
|
*/
|
|
256
332
|
LogGroupName?: string | undefined;
|
|
257
333
|
};
|
|
334
|
+
/**
|
|
335
|
+
* The settings for starting an image pipeline execution.
|
|
336
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imagepipelineexecutionsettings.html}
|
|
337
|
+
*/
|
|
338
|
+
export type ImagePipelineExecutionSettings = {
|
|
339
|
+
/**
|
|
340
|
+
* The deployment ID of the pipeline, used to trigger new image pipeline executions.
|
|
341
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imagepipelineexecutionsettings.html#cfn-imagebuilder-image-imagepipelineexecutionsettings-deploymentid}
|
|
342
|
+
*/
|
|
343
|
+
DeploymentId?: string | undefined;
|
|
344
|
+
/**
|
|
345
|
+
* Whether to trigger the image pipeline when the pipeline is updated. False by default.
|
|
346
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imagepipelineexecutionsettings.html#cfn-imagebuilder-image-imagepipelineexecutionsettings-onupdate}
|
|
347
|
+
*/
|
|
348
|
+
OnUpdate?: boolean | undefined;
|
|
349
|
+
};
|
|
258
350
|
/**
|
|
259
351
|
* Contains settings for Image Builder image resource and container image scans.
|
|
260
352
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imagescanningconfiguration.html}
|
|
@@ -170,6 +170,11 @@ export type ImageBuilderImagePipelineAttribs = {
|
|
|
170
170
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-arn}
|
|
171
171
|
*/
|
|
172
172
|
Arn: string;
|
|
173
|
+
/**
|
|
174
|
+
* The deployment ID of the pipeline, used for resource create/update triggers.
|
|
175
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-deploymentid}
|
|
176
|
+
*/
|
|
177
|
+
DeploymentId: string;
|
|
173
178
|
/**
|
|
174
179
|
* Returns the name of the image pipeline.
|
|
175
180
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-name}
|
|
@@ -57,7 +57,7 @@ export type LambdaPermissionProps = {
|
|
|
57
57
|
*/
|
|
58
58
|
FunctionUrlAuthType?: "AWS_IAM" | "NONE" | undefined;
|
|
59
59
|
/**
|
|
60
|
-
* Restricts the `lambda:InvokeFunction` action to
|
|
60
|
+
* Restricts the `lambda:InvokeFunction` action to function URL calls. When set to `true` , this prevents the principal from invoking the function by any means other than the function URL. For more information, see [Control access to Lambda function URLs](https://docs.aws.amazon.com/lambda/latest/dg/urls-auth.html) .
|
|
61
61
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-invokedviafunctionurl}
|
|
62
62
|
*/
|
|
63
63
|
InvokedViaFunctionUrl?: boolean | undefined;
|
|
@@ -57,6 +57,11 @@ export type MediaPackageV2OriginEndpointProps = {
|
|
|
57
57
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-originendpoint.html#cfn-mediapackagev2-originendpoint-lowlatencyhlsmanifests}
|
|
58
58
|
*/
|
|
59
59
|
LowLatencyHlsManifests?: LowLatencyHlsManifestConfiguration[] | undefined;
|
|
60
|
+
/**
|
|
61
|
+
* <p>The Microsoft Smooth Streaming (MSS) manifest configurations associated with this origin endpoint.</p>
|
|
62
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-originendpoint.html#cfn-mediapackagev2-originendpoint-mssmanifests}
|
|
63
|
+
*/
|
|
64
|
+
MssManifests?: MssManifestConfiguration[] | undefined;
|
|
60
65
|
/**
|
|
61
66
|
* The name of the origin endpoint associated with the origin endpoint configuration.
|
|
62
67
|
* @minLength 1
|
|
@@ -119,6 +124,10 @@ export type MediaPackageV2OriginEndpointAttribs = {
|
|
|
119
124
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-originendpoint.html#cfn-mediapackagev2-originendpoint-modifiedat}
|
|
120
125
|
*/
|
|
121
126
|
ModifiedAt: string;
|
|
127
|
+
/**
|
|
128
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-originendpoint.html#cfn-mediapackagev2-originendpoint-mssmanifesturls}
|
|
129
|
+
*/
|
|
130
|
+
MssManifestUrls: string[];
|
|
122
131
|
};
|
|
123
132
|
/**
|
|
124
133
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-admarkerdash.html}
|
|
@@ -127,7 +136,7 @@ export type AdMarkerDash = "BINARY" | "XML";
|
|
|
127
136
|
/**
|
|
128
137
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-admarkerhls.html}
|
|
129
138
|
*/
|
|
130
|
-
export type AdMarkerHls = "DATERANGE";
|
|
139
|
+
export type AdMarkerHls = "DATERANGE" | "SCTE35_ENHANCED";
|
|
131
140
|
/**
|
|
132
141
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-cmafencryptionmethod.html}
|
|
133
142
|
*/
|
|
@@ -135,7 +144,7 @@ export type CmafEncryptionMethod = "CENC" | "CBCS";
|
|
|
135
144
|
/**
|
|
136
145
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-containertype.html}
|
|
137
146
|
*/
|
|
138
|
-
export type ContainerType = "TS" | "CMAF";
|
|
147
|
+
export type ContainerType = "TS" | "CMAF" | "ISM";
|
|
139
148
|
/**
|
|
140
149
|
* The base URLs to use for retrieving segments. You can specify multiple locations and indicate the priority and weight for when each should be used, for use in mutli-CDN workflows.
|
|
141
150
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashbaseurl.html}
|
|
@@ -548,6 +557,10 @@ export type EncryptionMethod = {
|
|
|
548
557
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-encryptionmethod.html#cfn-mediapackagev2-originendpoint-encryptionmethod-cmafencryptionmethod}
|
|
549
558
|
*/
|
|
550
559
|
CmafEncryptionMethod?: CmafEncryptionMethod | undefined;
|
|
560
|
+
/**
|
|
561
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-encryptionmethod.html#cfn-mediapackagev2-originendpoint-encryptionmethod-ismencryptionmethod}
|
|
562
|
+
*/
|
|
563
|
+
IsmEncryptionMethod?: IsmEncryptionMethod | undefined;
|
|
551
564
|
/**
|
|
552
565
|
* The encryption method to use.
|
|
553
566
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-encryptionmethod.html#cfn-mediapackagev2-originendpoint-encryptionmethod-tsencryptionmethod}
|
|
@@ -664,6 +677,10 @@ export type HlsManifestConfiguration = {
|
|
|
664
677
|
*/
|
|
665
678
|
UrlEncodeChildManifest?: boolean | undefined;
|
|
666
679
|
};
|
|
680
|
+
/**
|
|
681
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-ismencryptionmethod.html}
|
|
682
|
+
*/
|
|
683
|
+
export type IsmEncryptionMethod = "CENC";
|
|
667
684
|
/**
|
|
668
685
|
* Specify a low-latency HTTP live streaming (LL-HLS) manifest configuration.
|
|
669
686
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-lowlatencyhlsmanifestconfiguration.html}
|
|
@@ -718,6 +735,37 @@ export type LowLatencyHlsManifestConfiguration = {
|
|
|
718
735
|
*/
|
|
719
736
|
UrlEncodeChildManifest?: boolean | undefined;
|
|
720
737
|
};
|
|
738
|
+
/**
|
|
739
|
+
* <p>Configuration details for a Microsoft Smooth Streaming (MSS) manifest associated with an origin endpoint. This includes all the settings and properties that define how the MSS content is packaged and delivered.</p>
|
|
740
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-mssmanifestconfiguration.html}
|
|
741
|
+
*/
|
|
742
|
+
export type MssManifestConfiguration = {
|
|
743
|
+
/**
|
|
744
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-mssmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-mssmanifestconfiguration-filterconfiguration}
|
|
745
|
+
*/
|
|
746
|
+
FilterConfiguration?: FilterConfiguration | undefined;
|
|
747
|
+
/**
|
|
748
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-mssmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-mssmanifestconfiguration-manifestlayout}
|
|
749
|
+
*/
|
|
750
|
+
ManifestLayout?: MssManifestLayout | undefined;
|
|
751
|
+
/**
|
|
752
|
+
* <p>The name of the MSS manifest. This name is appended to the origin endpoint URL to create the unique path for accessing this specific MSS manifest.</p>
|
|
753
|
+
* @minLength 1
|
|
754
|
+
* @maxLength 256
|
|
755
|
+
* @pattern ^[a-zA-Z0-9-]+$
|
|
756
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-mssmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-mssmanifestconfiguration-manifestname}
|
|
757
|
+
*/
|
|
758
|
+
ManifestName: string;
|
|
759
|
+
/**
|
|
760
|
+
* <p>The duration (in seconds) of the manifest window. This represents the total amount of content available in the manifest at any given time.</p>
|
|
761
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-mssmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-mssmanifestconfiguration-manifestwindowseconds}
|
|
762
|
+
*/
|
|
763
|
+
ManifestWindowSeconds?: number | undefined;
|
|
764
|
+
};
|
|
765
|
+
/**
|
|
766
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-mssmanifestlayout.html}
|
|
767
|
+
*/
|
|
768
|
+
export type MssManifestLayout = "FULL" | "COMPACT";
|
|
721
769
|
/**
|
|
722
770
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-presetspeke20audio.html}
|
|
723
771
|
*/
|
|
@@ -112,7 +112,11 @@ export type NeptuneDBInstanceProps = {
|
|
|
112
112
|
*/
|
|
113
113
|
PreferredMaintenanceWindow?: string | undefined;
|
|
114
114
|
/**
|
|
115
|
-
* Indicates
|
|
115
|
+
* Indicates whether the DB instance is publicly accessible.
|
|
116
|
+
*
|
|
117
|
+
* When the DB instance is publicly accessible and you connect from outside of the DB instance's virtual private cloud (VPC), its Domain Name System (DNS) endpoint resolves to the public IP address. When you connect from within the same VPC as the DB instance, the endpoint resolves to the private IP address. Access to the DB instance is ultimately controlled by the security group it uses. That public access isn't permitted if the security group assigned to the DB cluster doesn't permit it.
|
|
118
|
+
*
|
|
119
|
+
* When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address.
|
|
116
120
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-publiclyaccessible}
|
|
117
121
|
*/
|
|
118
122
|
PubliclyAccessible?: boolean | undefined;
|
package/out/exports/resources.generated/aws-observabilityadmin-organizationcentralizationrule.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
3
|
+
* Defines how telemetry data should be centralized across an AWS Organization, including source and destination configurations.
|
|
4
4
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-organizationcentralizationrule.html}
|
|
5
5
|
*/
|
|
6
6
|
export type ObservabilityAdminOrganizationCentralizationRule = ResourceDefinitionWithAttributes<"AWS::ObservabilityAdmin::OrganizationCentralizationRule", ObservabilityAdminOrganizationCentralizationRuleProps, ObservabilityAdminOrganizationCentralizationRuleAttribs>;
|
|
7
7
|
/**
|
|
8
|
-
*
|
|
8
|
+
* Defines how telemetry data should be centralized across an AWS Organization, including source and destination configurations.
|
|
9
9
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-organizationcentralizationrule.html}
|
|
10
10
|
*/
|
|
11
11
|
export type ObservabilityAdminOrganizationCentralizationRuleProps = {
|
|
@@ -14,6 +14,7 @@ export type ObservabilityAdminOrganizationCentralizationRuleProps = {
|
|
|
14
14
|
*/
|
|
15
15
|
Rule: CentralizationRule;
|
|
16
16
|
/**
|
|
17
|
+
* The name of the organization centralization rule.
|
|
17
18
|
* @minLength 1
|
|
18
19
|
* @maxLength 100
|
|
19
20
|
* @pattern ^[0-9A-Za-z-]+$
|
|
@@ -21,7 +22,7 @@ export type ObservabilityAdminOrganizationCentralizationRuleProps = {
|
|
|
21
22
|
*/
|
|
22
23
|
RuleName: string;
|
|
23
24
|
/**
|
|
24
|
-
*
|
|
25
|
+
* A key-value pair to filter resources based on tags associated with the resource. For more information about tags, see [What are tags?](https://docs.aws.amazon.com/whitepapers/latest/tagging-best-practices/what-are-tags.html)
|
|
25
26
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-organizationcentralizationrule.html#cfn-observabilityadmin-organizationcentralizationrule-tags}
|
|
26
27
|
*/
|
|
27
28
|
Tags?: Tag[] | undefined;
|
|
@@ -31,6 +32,7 @@ export type ObservabilityAdminOrganizationCentralizationRuleProps = {
|
|
|
31
32
|
*/
|
|
32
33
|
export type ObservabilityAdminOrganizationCentralizationRuleAttribs = {
|
|
33
34
|
/**
|
|
35
|
+
* The Amazon Resource Name (ARN) of the organization centralization rule.
|
|
34
36
|
* @minLength 1
|
|
35
37
|
* @maxLength 1011
|
|
36
38
|
* @pattern ^arn:aws([a-z0-9\-]+)?:([a-zA-Z0-9\-]+):([a-z0-9\-]+)?:([0-9]{12})?:(.+)$
|
|
@@ -39,106 +41,130 @@ export type ObservabilityAdminOrganizationCentralizationRuleAttribs = {
|
|
|
39
41
|
RuleArn: string;
|
|
40
42
|
};
|
|
41
43
|
/**
|
|
44
|
+
* Defines how telemetry data should be centralized across an AWS Organization, including source and destination configurations.
|
|
42
45
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-centralizationrule.html}
|
|
43
46
|
*/
|
|
44
47
|
export type CentralizationRule = {
|
|
45
48
|
/**
|
|
49
|
+
* Configuration determining where the telemetry data should be centralized, backed up, as well as encryption configuration for the primary and backup destinations.
|
|
46
50
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-centralizationrule.html#cfn-observabilityadmin-organizationcentralizationrule-centralizationrule-destination}
|
|
47
51
|
*/
|
|
48
52
|
Destination: CentralizationRuleDestination;
|
|
49
53
|
/**
|
|
54
|
+
* Configuration determining the source of the telemetry data to be centralized.
|
|
50
55
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-centralizationrule.html#cfn-observabilityadmin-organizationcentralizationrule-centralizationrule-source}
|
|
51
56
|
*/
|
|
52
57
|
Source: CentralizationRuleSource;
|
|
53
58
|
};
|
|
54
59
|
/**
|
|
60
|
+
* Configuration specifying the primary destination for centralized telemetry data.
|
|
55
61
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-centralizationruledestination.html}
|
|
56
62
|
*/
|
|
57
63
|
export type CentralizationRuleDestination = {
|
|
58
64
|
/**
|
|
65
|
+
* The destination account (within the organization) to which the telemetry data should be centralized.
|
|
59
66
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-centralizationruledestination.html#cfn-observabilityadmin-organizationcentralizationrule-centralizationruledestination-account}
|
|
60
67
|
*/
|
|
61
68
|
Account?: string | undefined;
|
|
62
69
|
/**
|
|
70
|
+
* Log specific configuration for centralization destination log groups.
|
|
63
71
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-centralizationruledestination.html#cfn-observabilityadmin-organizationcentralizationrule-centralizationruledestination-destinationlogsconfiguration}
|
|
64
72
|
*/
|
|
65
73
|
DestinationLogsConfiguration?: DestinationLogsConfiguration | undefined;
|
|
66
74
|
/**
|
|
75
|
+
* The primary destination region to which telemetry data should be centralized.
|
|
67
76
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-centralizationruledestination.html#cfn-observabilityadmin-organizationcentralizationrule-centralizationruledestination-region}
|
|
68
77
|
*/
|
|
69
78
|
Region: string;
|
|
70
79
|
};
|
|
71
80
|
/**
|
|
81
|
+
* Configuration specifying the source of telemetry data to be centralized.
|
|
72
82
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-centralizationrulesource.html}
|
|
73
83
|
*/
|
|
74
84
|
export type CentralizationRuleSource = {
|
|
75
85
|
/**
|
|
86
|
+
* The list of source regions from which telemetry data should be centralized.
|
|
76
87
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-centralizationrulesource.html#cfn-observabilityadmin-organizationcentralizationrule-centralizationrulesource-regions}
|
|
77
88
|
*/
|
|
78
89
|
Regions: string[];
|
|
79
90
|
/**
|
|
91
|
+
* The organizational scope from which telemetry data should be centralized, specified using organization id, accounts or organizational unit ids.
|
|
80
92
|
* @minLength 1
|
|
81
93
|
* @maxLength 2000
|
|
82
94
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-centralizationrulesource.html#cfn-observabilityadmin-organizationcentralizationrule-centralizationrulesource-scope}
|
|
83
95
|
*/
|
|
84
96
|
Scope?: string | undefined;
|
|
85
97
|
/**
|
|
98
|
+
* Log specific configuration for centralization source log groups.
|
|
86
99
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-centralizationrulesource.html#cfn-observabilityadmin-organizationcentralizationrule-centralizationrulesource-sourcelogsconfiguration}
|
|
87
100
|
*/
|
|
88
101
|
SourceLogsConfiguration?: SourceLogsConfiguration | undefined;
|
|
89
102
|
};
|
|
90
103
|
/**
|
|
104
|
+
* Configuration for centralization destination log groups, including encryption and backup settings.
|
|
91
105
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-destinationlogsconfiguration.html}
|
|
92
106
|
*/
|
|
93
107
|
export type DestinationLogsConfiguration = {
|
|
94
108
|
/**
|
|
109
|
+
* Configuration defining the backup region and an optional KMS key for the backup destination.
|
|
95
110
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-destinationlogsconfiguration.html#cfn-observabilityadmin-organizationcentralizationrule-destinationlogsconfiguration-backupconfiguration}
|
|
96
111
|
*/
|
|
97
112
|
BackupConfiguration?: LogsBackupConfiguration | undefined;
|
|
98
113
|
/**
|
|
114
|
+
* The encryption configuration for centralization destination log groups.
|
|
99
115
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-destinationlogsconfiguration.html#cfn-observabilityadmin-organizationcentralizationrule-destinationlogsconfiguration-logsencryptionconfiguration}
|
|
100
116
|
*/
|
|
101
117
|
LogsEncryptionConfiguration?: LogsEncryptionConfiguration | undefined;
|
|
102
118
|
};
|
|
103
119
|
/**
|
|
120
|
+
* Configuration for backing up centralized log data to a secondary region.
|
|
104
121
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-logsbackupconfiguration.html}
|
|
105
122
|
*/
|
|
106
123
|
export type LogsBackupConfiguration = {
|
|
107
124
|
/**
|
|
125
|
+
* KMS Key ARN belonging to the primary destination account and backup region, to encrypt newly created central log groups in the backup destination.
|
|
108
126
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-logsbackupconfiguration.html#cfn-observabilityadmin-organizationcentralizationrule-logsbackupconfiguration-kmskeyarn}
|
|
109
127
|
*/
|
|
110
128
|
KmsKeyArn?: string | undefined;
|
|
111
129
|
/**
|
|
130
|
+
* Logs specific backup destination region within the primary destination account to which log data should be centralized.
|
|
112
131
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-logsbackupconfiguration.html#cfn-observabilityadmin-organizationcentralizationrule-logsbackupconfiguration-region}
|
|
113
132
|
*/
|
|
114
133
|
Region: string;
|
|
115
134
|
};
|
|
116
135
|
/**
|
|
136
|
+
* Configuration for encrypting centralized log groups. This configuration is only applied to destination log groups for which the corresponding source log groups are encrypted using Customer Managed KMS Keys.
|
|
117
137
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-logsencryptionconfiguration.html}
|
|
118
138
|
*/
|
|
119
139
|
export type LogsEncryptionConfiguration = {
|
|
120
140
|
/**
|
|
141
|
+
* Conflict resolution strategy for centralization if the encryption strategy is set to CUSTOMER_MANAGED and the destination log group is encrypted with an AWS_OWNED KMS Key. ALLOW lets centralization go through while SKIP prevents centralization into the destination log group.
|
|
121
142
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-logsencryptionconfiguration.html#cfn-observabilityadmin-organizationcentralizationrule-logsencryptionconfiguration-encryptionconflictresolutionstrategy}
|
|
122
143
|
*/
|
|
123
144
|
EncryptionConflictResolutionStrategy?: "ALLOW" | "SKIP" | undefined;
|
|
124
145
|
/**
|
|
146
|
+
* Configuration that determines the encryption strategy of the destination log groups. CUSTOMER_MANAGED uses the configured KmsKeyArn to encrypt newly created destination log groups.
|
|
125
147
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-logsencryptionconfiguration.html#cfn-observabilityadmin-organizationcentralizationrule-logsencryptionconfiguration-encryptionstrategy}
|
|
126
148
|
*/
|
|
127
149
|
EncryptionStrategy: "CUSTOMER_MANAGED" | "AWS_OWNED";
|
|
128
150
|
/**
|
|
151
|
+
* KMS Key ARN belonging to the primary destination account and region, to encrypt newly created central log groups in the primary destination.
|
|
129
152
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-logsencryptionconfiguration.html#cfn-observabilityadmin-organizationcentralizationrule-logsencryptionconfiguration-kmskeyarn}
|
|
130
153
|
*/
|
|
131
154
|
KmsKeyArn?: string | undefined;
|
|
132
155
|
};
|
|
133
156
|
/**
|
|
157
|
+
* Configuration for selecting and handling source log groups for centralization.
|
|
134
158
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-sourcelogsconfiguration.html}
|
|
135
159
|
*/
|
|
136
160
|
export type SourceLogsConfiguration = {
|
|
137
161
|
/**
|
|
162
|
+
* A strategy determining whether to centralize source log groups that are encrypted with customer managed KMS keys (CMK). ALLOW will consider CMK encrypted source log groups for centralization while SKIP will skip CMK encrypted source log groups from centralization.
|
|
138
163
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-sourcelogsconfiguration.html#cfn-observabilityadmin-organizationcentralizationrule-sourcelogsconfiguration-encryptedloggroupstrategy}
|
|
139
164
|
*/
|
|
140
165
|
EncryptedLogGroupStrategy: "ALLOW" | "SKIP";
|
|
141
166
|
/**
|
|
167
|
+
* The selection criteria that specifies which source log groups to centralize. The selection criteria uses the same format as OAM link filters.
|
|
142
168
|
* @minLength 1
|
|
143
169
|
* @maxLength 2000
|
|
144
170
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-sourcelogsconfiguration.html#cfn-observabilityadmin-organizationcentralizationrule-sourcelogsconfiguration-loggroupselectioncriteria}
|