@propulsionworks/cloudformation 0.1.37 → 0.1.38
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-connect-datatable.d.ts +82 -0
- package/out/exports/resources.generated/aws-connect-datatableattribute.d.ts +84 -0
- package/out/exports/resources.generated/aws-connect-datatablerecord.d.ts +55 -0
- package/out/exports/resources.generated/aws-connect-evaluationform.d.ts +120 -1
- package/out/exports/resources.generated/aws-devopsagent-agentspace.d.ts +56 -0
- package/out/exports/resources.generated/aws-devopsagent-association.d.ts +444 -0
- package/out/exports/resources.generated/aws-gamelift-script.d.ts +1 -1
- package/out/exports/resources.generated/aws-glue-identitycenterconfiguration.d.ts +49 -0
- package/out/exports/resources.generated/aws-iotfleethub-application.d.ts +0 -15
- package/out/exports/resources.generated/aws-lambda-capacityprovider.d.ts +5 -1
- package/out/exports/resources.generated/aws-lambda-function.d.ts +24 -0
- package/out/exports/resources.generated/aws-lambda-version.d.ts +1 -1
- package/out/exports/resources.generated/aws-medialive-channel.d.ts +12 -0
- package/out/exports/resources.generated/aws-medialive-input.d.ts +30 -0
- package/out/exports/resources.generated/aws-observabilityadmin-s3tableintegration.d.ts +88 -0
- package/out/exports/resources.generated/aws-observabilityadmin-telemetrypipelines.d.ts +66 -0
- package/out/exports/resources.generated/aws-s3-accessgrantslocation.d.ts +2 -2
- package/out/exports/resources.generated/aws-s3-storagelens.d.ts +68 -0
- package/out/exports/resources.generated/aws-s3tables-table.d.ts +16 -0
- package/out/exports/resources.generated/aws-s3tables-tablebucket.d.ts +16 -0
- package/out/exports/resources.generated/aws-securityhub-connectorv2.d.ts +137 -0
- package/package.json +1 -1
|
@@ -807,6 +807,14 @@ export type Av1Settings = {
|
|
|
807
807
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-av1settings.html#cfn-medialive-channel-av1settings-scenechangedetect}
|
|
808
808
|
*/
|
|
809
809
|
SceneChangeDetect?: string | undefined;
|
|
810
|
+
/**
|
|
811
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-av1settings.html#cfn-medialive-channel-av1settings-spatialaq}
|
|
812
|
+
*/
|
|
813
|
+
SpatialAq?: string | undefined;
|
|
814
|
+
/**
|
|
815
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-av1settings.html#cfn-medialive-channel-av1settings-temporalaq}
|
|
816
|
+
*/
|
|
817
|
+
TemporalAq?: string | undefined;
|
|
810
818
|
/**
|
|
811
819
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-av1settings.html#cfn-medialive-channel-av1settings-timecodeburninsettings}
|
|
812
820
|
*/
|
|
@@ -2415,6 +2423,10 @@ export type H265ColorSpaceSettings = {
|
|
|
2415
2423
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265colorspacesettings.html#cfn-medialive-channel-h265colorspacesettings-hdr10settings}
|
|
2416
2424
|
*/
|
|
2417
2425
|
Hdr10Settings?: Hdr10Settings | undefined;
|
|
2426
|
+
/**
|
|
2427
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265colorspacesettings.html#cfn-medialive-channel-h265colorspacesettings-hlg2020settings}
|
|
2428
|
+
*/
|
|
2429
|
+
Hlg2020Settings?: Record<string, unknown> | undefined;
|
|
2418
2430
|
/**
|
|
2419
2431
|
* Settings to configure the handling of Rec601 color space.
|
|
2420
2432
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265colorspacesettings.html#cfn-medialive-channel-h265colorspacesettings-rec601settings}
|
|
@@ -51,6 +51,10 @@ export type MediaLiveInputProps = {
|
|
|
51
51
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-rolearn}
|
|
52
52
|
*/
|
|
53
53
|
RoleArn?: string | undefined;
|
|
54
|
+
/**
|
|
55
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-routersettings}
|
|
56
|
+
*/
|
|
57
|
+
RouterSettings?: RouterSettings | undefined;
|
|
54
58
|
/**
|
|
55
59
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-sdisources}
|
|
56
60
|
*/
|
|
@@ -239,6 +243,32 @@ export type MulticastSourceCreateRequest = {
|
|
|
239
243
|
*/
|
|
240
244
|
Url?: string | undefined;
|
|
241
245
|
};
|
|
246
|
+
/**
|
|
247
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-routerdestinationsettings.html}
|
|
248
|
+
*/
|
|
249
|
+
export type RouterDestinationSettings = {
|
|
250
|
+
/**
|
|
251
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-routerdestinationsettings.html#cfn-medialive-input-routerdestinationsettings-availabilityzonename}
|
|
252
|
+
*/
|
|
253
|
+
AvailabilityZoneName?: string | undefined;
|
|
254
|
+
};
|
|
255
|
+
/**
|
|
256
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-routersettings.html}
|
|
257
|
+
*/
|
|
258
|
+
export type RouterSettings = {
|
|
259
|
+
/**
|
|
260
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-routersettings.html#cfn-medialive-input-routersettings-destinations}
|
|
261
|
+
*/
|
|
262
|
+
Destinations?: RouterDestinationSettings[] | undefined;
|
|
263
|
+
/**
|
|
264
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-routersettings.html#cfn-medialive-input-routersettings-encryptiontype}
|
|
265
|
+
*/
|
|
266
|
+
EncryptionType?: string | undefined;
|
|
267
|
+
/**
|
|
268
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-routersettings.html#cfn-medialive-input-routersettings-secretarn}
|
|
269
|
+
*/
|
|
270
|
+
SecretArn?: string | undefined;
|
|
271
|
+
};
|
|
242
272
|
/**
|
|
243
273
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-smpte2110receivergroup.html}
|
|
244
274
|
*/
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
|
+
/**
|
|
3
|
+
* Resource Type definition for a CloudWatch Observability Admin S3 Table Integration.
|
|
4
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-s3tableintegration.html}
|
|
5
|
+
*/
|
|
6
|
+
export type ObservabilityAdminS3TableIntegration = ResourceDefinitionWithAttributes<"AWS::ObservabilityAdmin::S3TableIntegration", ObservabilityAdminS3TableIntegrationProps, ObservabilityAdminS3TableIntegrationAttribs>;
|
|
7
|
+
/**
|
|
8
|
+
* Resource Type definition for a CloudWatch Observability Admin S3 Table Integration.
|
|
9
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-s3tableintegration.html}
|
|
10
|
+
*/
|
|
11
|
+
export type ObservabilityAdminS3TableIntegrationProps = {
|
|
12
|
+
/**
|
|
13
|
+
* Encryption configuration for the S3 Table Integration
|
|
14
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-s3tableintegration.html#cfn-observabilityadmin-s3tableintegration-encryption}
|
|
15
|
+
*/
|
|
16
|
+
Encryption: EncryptionConfig;
|
|
17
|
+
/**
|
|
18
|
+
* The CloudWatch Logs data sources to associate with the S3 Table Integration
|
|
19
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-s3tableintegration.html#cfn-observabilityadmin-s3tableintegration-logsources}
|
|
20
|
+
*/
|
|
21
|
+
LogSources?: LogSource[] | undefined;
|
|
22
|
+
/**
|
|
23
|
+
* The ARN of the role used to access the S3 Table Integration
|
|
24
|
+
* @minLength 1
|
|
25
|
+
* @maxLength 1011
|
|
26
|
+
* @pattern ^arn:aws([a-z0-9\-]+)?:([a-zA-Z0-9\-]+):([a-z0-9\-]+)?:([0-9]{12})?:(.+)$
|
|
27
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-s3tableintegration.html#cfn-observabilityadmin-s3tableintegration-rolearn}
|
|
28
|
+
*/
|
|
29
|
+
RoleArn: string;
|
|
30
|
+
/**
|
|
31
|
+
* An array of key-value pairs to apply to this resource
|
|
32
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-s3tableintegration.html#cfn-observabilityadmin-s3tableintegration-tags}
|
|
33
|
+
*/
|
|
34
|
+
Tags?: Tag[] | undefined;
|
|
35
|
+
};
|
|
36
|
+
/**
|
|
37
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-s3tableintegration.html#aws-resource-observabilityadmin-s3tableintegration-return-values}
|
|
38
|
+
*/
|
|
39
|
+
export type ObservabilityAdminS3TableIntegrationAttribs = {
|
|
40
|
+
/**
|
|
41
|
+
* The ARN of the S3 Table Integration
|
|
42
|
+
* @minLength 1
|
|
43
|
+
* @maxLength 1011
|
|
44
|
+
* @pattern ^arn:aws([a-z0-9\-]+)?:([a-zA-Z0-9\-]+):([a-z0-9\-]+)?:([0-9]{12})?:(.+)$
|
|
45
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-s3tableintegration.html#cfn-observabilityadmin-s3tableintegration-arn}
|
|
46
|
+
*/
|
|
47
|
+
Arn: string;
|
|
48
|
+
};
|
|
49
|
+
/**
|
|
50
|
+
* Encryption configuration for the S3 Table Integration
|
|
51
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-s3tableintegration-encryptionconfig.html}
|
|
52
|
+
*/
|
|
53
|
+
export type EncryptionConfig = {
|
|
54
|
+
/**
|
|
55
|
+
* The ARN of the KMS key used to encrypt the S3 Table Integration
|
|
56
|
+
* @minLength 1
|
|
57
|
+
* @maxLength 1011
|
|
58
|
+
* @pattern ^arn:aws([a-z0-9\-]+)?:([a-zA-Z0-9\-]+):([a-z0-9\-]+)?:([0-9]{12})?:(.+)$
|
|
59
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-s3tableintegration-encryptionconfig.html#cfn-observabilityadmin-s3tableintegration-encryptionconfig-kmskeyarn}
|
|
60
|
+
*/
|
|
61
|
+
KmsKeyArn?: string | undefined;
|
|
62
|
+
/**
|
|
63
|
+
* The server-side encryption algorithm used to encrypt the S3 Table(s) data
|
|
64
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-s3tableintegration-encryptionconfig.html#cfn-observabilityadmin-s3tableintegration-encryptionconfig-ssealgorithm}
|
|
65
|
+
*/
|
|
66
|
+
SseAlgorithm: "AES256" | "aws:kms";
|
|
67
|
+
};
|
|
68
|
+
/**
|
|
69
|
+
* CloudWatch Logs data source to associate with the S3 Table Integration
|
|
70
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-s3tableintegration-logsource.html}
|
|
71
|
+
*/
|
|
72
|
+
export type LogSource = {
|
|
73
|
+
/**
|
|
74
|
+
* The name of the CloudWatch Logs data source
|
|
75
|
+
* @minLength 1
|
|
76
|
+
* @maxLength 256
|
|
77
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-s3tableintegration-logsource.html#cfn-observabilityadmin-s3tableintegration-logsource-name}
|
|
78
|
+
*/
|
|
79
|
+
Name: string;
|
|
80
|
+
/**
|
|
81
|
+
* The type of the CloudWatch Logs data source
|
|
82
|
+
* @minLength 1
|
|
83
|
+
* @maxLength 256
|
|
84
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-s3tableintegration-logsource.html#cfn-observabilityadmin-s3tableintegration-logsource-type}
|
|
85
|
+
*/
|
|
86
|
+
Type: string;
|
|
87
|
+
};
|
|
88
|
+
//# sourceMappingURL=aws-observabilityadmin-s3tableintegration.d.ts.map
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
|
+
/**
|
|
3
|
+
* Resource Type definition for AWS::ObservabilityAdmin::TelemetryPipelines
|
|
4
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-telemetrypipelines.html}
|
|
5
|
+
*/
|
|
6
|
+
export type ObservabilityAdminTelemetryPipelines = ResourceDefinitionWithAttributes<"AWS::ObservabilityAdmin::TelemetryPipelines", ObservabilityAdminTelemetryPipelinesProps, ObservabilityAdminTelemetryPipelinesAttribs>;
|
|
7
|
+
/**
|
|
8
|
+
* Resource Type definition for AWS::ObservabilityAdmin::TelemetryPipelines
|
|
9
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-telemetrypipelines.html}
|
|
10
|
+
*/
|
|
11
|
+
export type ObservabilityAdminTelemetryPipelinesProps = {
|
|
12
|
+
/**
|
|
13
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-telemetrypipelines.html#cfn-observabilityadmin-telemetrypipelines-configuration}
|
|
14
|
+
*/
|
|
15
|
+
Configuration: TelemetryPipelineConfiguration;
|
|
16
|
+
/**
|
|
17
|
+
* @minLength 3
|
|
18
|
+
* @maxLength 28
|
|
19
|
+
* @pattern [a-z][a-z0-9\-]+
|
|
20
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-telemetrypipelines.html#cfn-observabilityadmin-telemetrypipelines-name}
|
|
21
|
+
*/
|
|
22
|
+
Name?: string | undefined;
|
|
23
|
+
/**
|
|
24
|
+
* An array of key-value pairs to apply to this resource
|
|
25
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-telemetrypipelines.html#cfn-observabilityadmin-telemetrypipelines-tags}
|
|
26
|
+
*/
|
|
27
|
+
Tags?: Tag[] | undefined;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-telemetrypipelines.html#aws-resource-observabilityadmin-telemetrypipelines-return-values}
|
|
31
|
+
*/
|
|
32
|
+
export type ObservabilityAdminTelemetryPipelinesAttribs = {
|
|
33
|
+
/**
|
|
34
|
+
* @minLength 1
|
|
35
|
+
* @maxLength 1011
|
|
36
|
+
* @pattern ^arn:aws([a-z0-9\-]+)?:([a-zA-Z0-9\-]+):([a-z0-9\-]+)?:([0-9]{12})?:(.+)$
|
|
37
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-telemetrypipelines.html#cfn-observabilityadmin-telemetrypipelines-arn}
|
|
38
|
+
*/
|
|
39
|
+
Arn: string;
|
|
40
|
+
/**
|
|
41
|
+
* @minLength 1
|
|
42
|
+
* @maxLength 512
|
|
43
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-telemetrypipelines.html#cfn-observabilityadmin-telemetrypipelines-pipelineidentifier}
|
|
44
|
+
*/
|
|
45
|
+
PipelineIdentifier: string;
|
|
46
|
+
/**
|
|
47
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-telemetrypipelines.html#cfn-observabilityadmin-telemetrypipelines-status}
|
|
48
|
+
*/
|
|
49
|
+
Status: TelemetryPipelineStatus;
|
|
50
|
+
};
|
|
51
|
+
/**
|
|
52
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetrypipelines-telemetrypipelineconfiguration.html}
|
|
53
|
+
*/
|
|
54
|
+
export type TelemetryPipelineConfiguration = {
|
|
55
|
+
/**
|
|
56
|
+
* @minLength 1
|
|
57
|
+
* @maxLength 24000
|
|
58
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetrypipelines-telemetrypipelineconfiguration.html#cfn-observabilityadmin-telemetrypipelines-telemetrypipelineconfiguration-body}
|
|
59
|
+
*/
|
|
60
|
+
Body: string;
|
|
61
|
+
};
|
|
62
|
+
/**
|
|
63
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetrypipelines-telemetrypipelinestatus.html}
|
|
64
|
+
*/
|
|
65
|
+
export type TelemetryPipelineStatus = "CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED";
|
|
66
|
+
//# sourceMappingURL=aws-observabilityadmin-telemetrypipelines.d.ts.map
|
|
@@ -32,13 +32,13 @@ export type S3AccessGrantsLocationProps = {
|
|
|
32
32
|
* @example "arn:aws:iamw::123456789012:role/rolename"
|
|
33
33
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accessgrantslocation.html#cfn-s3-accessgrantslocation-iamrolearn}
|
|
34
34
|
*/
|
|
35
|
-
IamRoleArn
|
|
35
|
+
IamRoleArn: string;
|
|
36
36
|
/**
|
|
37
37
|
* The S3 URI path to the location that you are registering. The location scope can be the default S3 location `s3://` , the S3 path to a bucket, or the S3 path to a bucket and prefix. A prefix in S3 is a string of characters at the beginning of an object key name used to organize the objects that you store in your S3 buckets. For example, object key names that start with the `engineering/` prefix or object key names that start with the `marketing/campaigns/` prefix.
|
|
38
38
|
* @example "s3://test-bucket-access-grants-cmh/prefixA"
|
|
39
39
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accessgrantslocation.html#cfn-s3-accessgrantslocation-locationscope}
|
|
40
40
|
*/
|
|
41
|
-
LocationScope
|
|
41
|
+
LocationScope: string;
|
|
42
42
|
/**
|
|
43
43
|
* The AWS resource tags that you are adding to the S3 Access Grants location. Each tag is a label consisting of a user-defined key and value. Tags can help you manage, identify, organize, search for, and filter resources.
|
|
44
44
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accessgrantslocation.html#cfn-s3-accessgrantslocation-tags}
|
|
@@ -50,6 +50,11 @@ export type AccountLevel = {
|
|
|
50
50
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-accountlevel.html#cfn-s3-storagelens-accountlevel-advanceddataprotectionmetrics}
|
|
51
51
|
*/
|
|
52
52
|
AdvancedDataProtectionMetrics?: AdvancedDataProtectionMetrics | undefined;
|
|
53
|
+
/**
|
|
54
|
+
* Advanced Performance Metrics.
|
|
55
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-accountlevel.html#cfn-s3-storagelens-accountlevel-advancedperformancemetrics}
|
|
56
|
+
*/
|
|
57
|
+
AdvancedPerformanceMetrics?: AdvancedPerformanceMetrics | undefined;
|
|
53
58
|
/**
|
|
54
59
|
* This property contains the details of the account-level bucket-level configurations for Amazon S3 Storage Lens. To enable bucket-level configurations, make sure to also set the same metrics at the account level.
|
|
55
60
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-accountlevel.html#cfn-s3-storagelens-accountlevel-bucketlevel}
|
|
@@ -105,6 +110,17 @@ export type AdvancedDataProtectionMetrics = {
|
|
|
105
110
|
*/
|
|
106
111
|
IsEnabled?: boolean | undefined;
|
|
107
112
|
};
|
|
113
|
+
/**
|
|
114
|
+
* Advanced Performance Metrics.
|
|
115
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-advancedperformancemetrics.html}
|
|
116
|
+
*/
|
|
117
|
+
export type AdvancedPerformanceMetrics = {
|
|
118
|
+
/**
|
|
119
|
+
* Specifies whether the Advanced Performance Metrics is enabled or disabled.
|
|
120
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-advancedperformancemetrics.html#cfn-s3-storagelens-advancedperformancemetrics-isenabled}
|
|
121
|
+
*/
|
|
122
|
+
IsEnabled?: boolean | undefined;
|
|
123
|
+
};
|
|
108
124
|
/**
|
|
109
125
|
* This resource contains the details of the AWS Organization for Amazon S3 Storage Lens.
|
|
110
126
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-awsorg.html}
|
|
@@ -136,6 +152,11 @@ export type BucketLevel = {
|
|
|
136
152
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-bucketlevel.html#cfn-s3-storagelens-bucketlevel-advanceddataprotectionmetrics}
|
|
137
153
|
*/
|
|
138
154
|
AdvancedDataProtectionMetrics?: AdvancedDataProtectionMetrics | undefined;
|
|
155
|
+
/**
|
|
156
|
+
* Advanced Performance Metrics.
|
|
157
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-bucketlevel.html#cfn-s3-storagelens-bucketlevel-advancedperformancemetrics}
|
|
158
|
+
*/
|
|
159
|
+
AdvancedPerformanceMetrics?: AdvancedPerformanceMetrics | undefined;
|
|
139
160
|
/**
|
|
140
161
|
* A property for bucket-level detailed status code metrics for S3 Storage Lens.
|
|
141
162
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-bucketlevel.html#cfn-s3-storagelens-bucketlevel-detailedstatuscodesmetrics}
|
|
@@ -191,6 +212,11 @@ export type DataExport = {
|
|
|
191
212
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-dataexport.html#cfn-s3-storagelens-dataexport-s3bucketdestination}
|
|
192
213
|
*/
|
|
193
214
|
S3BucketDestination?: S3BucketDestination | undefined;
|
|
215
|
+
/**
|
|
216
|
+
* S3 Tables destination settings for the Amazon S3 Storage Lens metrics export.
|
|
217
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-dataexport.html#cfn-s3-storagelens-dataexport-storagelenstabledestination}
|
|
218
|
+
*/
|
|
219
|
+
StorageLensTableDestination?: StorageLensTableDestination | undefined;
|
|
194
220
|
};
|
|
195
221
|
/**
|
|
196
222
|
* This resource enables Amazon S3 Storage Lens detailed status code metrics. Detailed status code metrics generate metrics for HTTP status codes, such as `200 OK` , `403 Forbidden` , `503 Service Unavailable` and others.
|
|
@@ -337,6 +363,11 @@ export type StorageLensConfiguration = {
|
|
|
337
363
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-storagelensconfiguration.html#cfn-s3-storagelens-storagelensconfiguration-exclude}
|
|
338
364
|
*/
|
|
339
365
|
Exclude?: BucketsAndRegions | undefined;
|
|
366
|
+
/**
|
|
367
|
+
* Expanded Prefixes Data Export.
|
|
368
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-storagelensconfiguration.html#cfn-s3-storagelens-storagelensconfiguration-expandedprefixesdataexport}
|
|
369
|
+
*/
|
|
370
|
+
ExpandedPrefixesDataExport?: StorageLensExpandedPrefixesDataExport | undefined;
|
|
340
371
|
/**
|
|
341
372
|
* This property contains the details of the ID of the S3 Storage Lens configuration.
|
|
342
373
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-storagelensconfiguration.html#cfn-s3-storagelens-storagelensconfiguration-id}
|
|
@@ -352,6 +383,27 @@ export type StorageLensConfiguration = {
|
|
|
352
383
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-storagelensconfiguration.html#cfn-s3-storagelens-storagelensconfiguration-isenabled}
|
|
353
384
|
*/
|
|
354
385
|
IsEnabled: boolean;
|
|
386
|
+
/**
|
|
387
|
+
* The delimiter to divide S3 key into hierarchy of prefixes.
|
|
388
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-storagelensconfiguration.html#cfn-s3-storagelens-storagelensconfiguration-prefixdelimiter}
|
|
389
|
+
*/
|
|
390
|
+
PrefixDelimiter?: string | undefined;
|
|
391
|
+
};
|
|
392
|
+
/**
|
|
393
|
+
* Expanded Prefixes Data Export.
|
|
394
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-storagelensexpandedprefixesdataexport.html}
|
|
395
|
+
*/
|
|
396
|
+
export type StorageLensExpandedPrefixesDataExport = {
|
|
397
|
+
/**
|
|
398
|
+
* S3 bucket destination settings for the Amazon S3 Storage Lens metrics export.
|
|
399
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-storagelensexpandedprefixesdataexport.html#cfn-s3-storagelens-storagelensexpandedprefixesdataexport-s3bucketdestination}
|
|
400
|
+
*/
|
|
401
|
+
S3BucketDestination?: S3BucketDestination | undefined;
|
|
402
|
+
/**
|
|
403
|
+
* S3 Tables destination settings for the Amazon S3 Storage Lens metrics export.
|
|
404
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-storagelensexpandedprefixesdataexport.html#cfn-s3-storagelens-storagelensexpandedprefixesdataexport-storagelenstabledestination}
|
|
405
|
+
*/
|
|
406
|
+
StorageLensTableDestination?: StorageLensTableDestination | undefined;
|
|
355
407
|
};
|
|
356
408
|
/**
|
|
357
409
|
* This resource determines the scope of Storage Lens group data that is displayed in the Storage Lens dashboard.
|
|
@@ -380,4 +432,20 @@ export type StorageLensGroupSelectionCriteria = {
|
|
|
380
432
|
*/
|
|
381
433
|
Include?: string[] | undefined;
|
|
382
434
|
};
|
|
435
|
+
/**
|
|
436
|
+
* S3 Tables destination settings for the Amazon S3 Storage Lens metrics export.
|
|
437
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-storagelenstabledestination.html}
|
|
438
|
+
*/
|
|
439
|
+
export type StorageLensTableDestination = {
|
|
440
|
+
/**
|
|
441
|
+
* Configures the server-side encryption for Amazon S3 Storage Lens report files with either S3-managed keys (SSE-S3) or KMS-managed keys (SSE-KMS).
|
|
442
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-storagelenstabledestination.html#cfn-s3-storagelens-storagelenstabledestination-encryption}
|
|
443
|
+
*/
|
|
444
|
+
Encryption?: Encryption | undefined;
|
|
445
|
+
/**
|
|
446
|
+
* Specifies whether the export to S3 Tables is enabled or disabled.
|
|
447
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-storagelenstabledestination.html#cfn-s3-storagelens-storagelenstabledestination-isenabled}
|
|
448
|
+
*/
|
|
449
|
+
IsEnabled: boolean;
|
|
450
|
+
};
|
|
383
451
|
//# sourceMappingURL=aws-s3-storagelens.d.ts.map
|
|
@@ -54,6 +54,11 @@ export type S3TablesTableProps = {
|
|
|
54
54
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-table.html#cfn-s3tables-table-snapshotmanagement}
|
|
55
55
|
*/
|
|
56
56
|
SnapshotManagement?: SnapshotManagement | undefined;
|
|
57
|
+
/**
|
|
58
|
+
* Specifies storage class settings for the table
|
|
59
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-table.html#cfn-s3tables-table-storageclassconfiguration}
|
|
60
|
+
*/
|
|
61
|
+
StorageClassConfiguration?: StorageClassConfiguration | undefined;
|
|
57
62
|
/**
|
|
58
63
|
* The Amazon Resource Name (ARN) of the table bucket to create the table in.
|
|
59
64
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-table.html#cfn-s3tables-table-tablebucketarn}
|
|
@@ -183,6 +188,17 @@ export type SnapshotManagement = {
|
|
|
183
188
|
*/
|
|
184
189
|
Status?: "enabled" | "disabled" | undefined;
|
|
185
190
|
};
|
|
191
|
+
/**
|
|
192
|
+
* Specifies storage class settings for the table
|
|
193
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-table-storageclassconfiguration.html}
|
|
194
|
+
*/
|
|
195
|
+
export type StorageClassConfiguration = {
|
|
196
|
+
/**
|
|
197
|
+
* The storage class for the table
|
|
198
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-table-storageclassconfiguration.html#cfn-s3tables-table-storageclassconfiguration-storageclass}
|
|
199
|
+
*/
|
|
200
|
+
StorageClass?: "STANDARD" | "INTELLIGENT_TIERING" | undefined;
|
|
201
|
+
};
|
|
186
202
|
/**
|
|
187
203
|
* Indicates that you don't want to specify a schema for the table. This property is mutually exclusive to 'IcebergMetadata', and its only possible value is 'Yes'.
|
|
188
204
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-table-withoutmetadata.html}
|
|
@@ -33,6 +33,11 @@ export type S3TablesTableBucketProps = {
|
|
|
33
33
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-tablebucket.html#cfn-s3tables-tablebucket-metricsconfiguration}
|
|
34
34
|
*/
|
|
35
35
|
MetricsConfiguration?: MetricsConfiguration | undefined;
|
|
36
|
+
/**
|
|
37
|
+
* Specifies storage class settings for the table bucket
|
|
38
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-tablebucket.html#cfn-s3tables-tablebucket-storageclassconfiguration}
|
|
39
|
+
*/
|
|
40
|
+
StorageClassConfiguration?: StorageClassConfiguration | undefined;
|
|
36
41
|
/**
|
|
37
42
|
* The name for the table bucket.
|
|
38
43
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-tablebucket.html#cfn-s3tables-tablebucket-tablebucketname}
|
|
@@ -87,6 +92,17 @@ export type MetricsConfiguration = {
|
|
|
87
92
|
*/
|
|
88
93
|
Status?: "Enabled" | "Disabled" | undefined;
|
|
89
94
|
};
|
|
95
|
+
/**
|
|
96
|
+
* Specifies storage class settings for the table bucket
|
|
97
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-tablebucket-storageclassconfiguration.html}
|
|
98
|
+
*/
|
|
99
|
+
export type StorageClassConfiguration = {
|
|
100
|
+
/**
|
|
101
|
+
* The storage class for the table bucket
|
|
102
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-tablebucket-storageclassconfiguration.html#cfn-s3tables-tablebucket-storageclassconfiguration-storageclass}
|
|
103
|
+
*/
|
|
104
|
+
StorageClass?: "STANDARD" | "INTELLIGENT_TIERING" | undefined;
|
|
105
|
+
};
|
|
90
106
|
/**
|
|
91
107
|
* The unreferenced file removal settings for your table bucket. Unreferenced file removal identifies and deletes all objects that are not referenced by any table snapshots. For more information, see the [*Amazon S3 User Guide*](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-table-buckets-maintenance.html) .
|
|
92
108
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-tablebucket-unreferencedfileremoval.html}
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
import type { ResourceDefinitionWithAttributes } from "../main.ts";
|
|
2
|
+
/**
|
|
3
|
+
* Resource schema for AWS::SecurityHub::ConnectorV2
|
|
4
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-connectorv2.html}
|
|
5
|
+
*/
|
|
6
|
+
export type SecurityHubConnectorV2 = ResourceDefinitionWithAttributes<"AWS::SecurityHub::ConnectorV2", SecurityHubConnectorV2Props, SecurityHubConnectorV2Attribs>;
|
|
7
|
+
/**
|
|
8
|
+
* Resource schema for AWS::SecurityHub::ConnectorV2
|
|
9
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-connectorv2.html}
|
|
10
|
+
*/
|
|
11
|
+
export type SecurityHubConnectorV2Props = {
|
|
12
|
+
/**
|
|
13
|
+
* A description of the connector
|
|
14
|
+
* @minLength 0
|
|
15
|
+
* @maxLength 256
|
|
16
|
+
* @pattern .*\S.*
|
|
17
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-connectorv2.html#cfn-securityhub-connectorv2-description}
|
|
18
|
+
*/
|
|
19
|
+
Description?: string | undefined;
|
|
20
|
+
/**
|
|
21
|
+
* The ARN of KMS key used for the connector
|
|
22
|
+
* @minLength 20
|
|
23
|
+
* @maxLength 2048
|
|
24
|
+
* @pattern .*\S.*
|
|
25
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-connectorv2.html#cfn-securityhub-connectorv2-kmskeyarn}
|
|
26
|
+
*/
|
|
27
|
+
KmsKeyArn?: string | undefined;
|
|
28
|
+
/**
|
|
29
|
+
* The name of the connector
|
|
30
|
+
* @minLength 1
|
|
31
|
+
* @maxLength 64
|
|
32
|
+
* @pattern .*\S.*
|
|
33
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-connectorv2.html#cfn-securityhub-connectorv2-name}
|
|
34
|
+
*/
|
|
35
|
+
Name: string;
|
|
36
|
+
/**
|
|
37
|
+
* The provider configuration of the connector
|
|
38
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-connectorv2.html#cfn-securityhub-connectorv2-provider}
|
|
39
|
+
*/
|
|
40
|
+
Provider: Provider;
|
|
41
|
+
/**
|
|
42
|
+
* A key-value pair to associate with a resource.
|
|
43
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-connectorv2.html#cfn-securityhub-connectorv2-tags}
|
|
44
|
+
*/
|
|
45
|
+
Tags?: Record<string, string> | undefined;
|
|
46
|
+
};
|
|
47
|
+
/**
|
|
48
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-connectorv2.html#aws-resource-securityhub-connectorv2-return-values}
|
|
49
|
+
*/
|
|
50
|
+
export type SecurityHubConnectorV2Attribs = {
|
|
51
|
+
/**
|
|
52
|
+
* The ARN of the connector
|
|
53
|
+
* @pattern ^arn:aws\S*:securityhub:[a-z0-9-]+:[0-9]{12}:connectorv2/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
|
|
54
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-connectorv2.html#cfn-securityhub-connectorv2-connectorarn}
|
|
55
|
+
*/
|
|
56
|
+
ConnectorArn: string;
|
|
57
|
+
/**
|
|
58
|
+
* The ID of the connector
|
|
59
|
+
* @pattern ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
|
|
60
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-connectorv2.html#cfn-securityhub-connectorv2-connectorid}
|
|
61
|
+
*/
|
|
62
|
+
ConnectorId: string;
|
|
63
|
+
/**
|
|
64
|
+
* The status of the connector
|
|
65
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-connectorv2.html#cfn-securityhub-connectorv2-connectorstatus}
|
|
66
|
+
*/
|
|
67
|
+
ConnectorStatus: "CONNECTED" | "FAILED_TO_CONNECT" | "PENDING_AUTHORIZATION" | "PENDING_CONFIGURATION";
|
|
68
|
+
/**
|
|
69
|
+
* The timestamp formatted in ISO8601
|
|
70
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-connectorv2.html#cfn-securityhub-connectorv2-createdat}
|
|
71
|
+
*/
|
|
72
|
+
CreatedAt: string;
|
|
73
|
+
/**
|
|
74
|
+
* The timestamp formatted in ISO8601
|
|
75
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-connectorv2.html#cfn-securityhub-connectorv2-lastcheckedat}
|
|
76
|
+
*/
|
|
77
|
+
LastCheckedAt: string;
|
|
78
|
+
/**
|
|
79
|
+
* The timestamp formatted in ISO8601
|
|
80
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-connectorv2.html#cfn-securityhub-connectorv2-lastupdatedat}
|
|
81
|
+
*/
|
|
82
|
+
LastUpdatedAt: string;
|
|
83
|
+
/**
|
|
84
|
+
* The message of the connector status change
|
|
85
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-connectorv2.html#cfn-securityhub-connectorv2-message}
|
|
86
|
+
*/
|
|
87
|
+
Message: string;
|
|
88
|
+
/**
|
|
89
|
+
* The auth status of the connector
|
|
90
|
+
*/
|
|
91
|
+
"Provider.JiraCloud.AuthStatus": AuthStatus;
|
|
92
|
+
/**
|
|
93
|
+
* The authUrl of the JiraCloud connector
|
|
94
|
+
* @pattern .*\S.*
|
|
95
|
+
*/
|
|
96
|
+
"Provider.JiraCloud.AuthUrl": string;
|
|
97
|
+
"Provider.JiraCloud.CloudId": string;
|
|
98
|
+
"Provider.JiraCloud.Domain": string;
|
|
99
|
+
/**
|
|
100
|
+
* The auth status of the connector
|
|
101
|
+
*/
|
|
102
|
+
"Provider.ServiceNow.AuthStatus": AuthStatus;
|
|
103
|
+
};
|
|
104
|
+
/**
|
|
105
|
+
* The auth status of the connector
|
|
106
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-connectorv2-authstatus.html}
|
|
107
|
+
*/
|
|
108
|
+
export type AuthStatus = "ACTIVE" | "FAILED";
|
|
109
|
+
/**
|
|
110
|
+
* The provider configuration of the connector
|
|
111
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-connectorv2-provider.html}
|
|
112
|
+
*/
|
|
113
|
+
export type Provider = {
|
|
114
|
+
JiraCloud: {
|
|
115
|
+
/**
|
|
116
|
+
* @minLength 2
|
|
117
|
+
* @maxLength 10
|
|
118
|
+
*/
|
|
119
|
+
ProjectKey: string;
|
|
120
|
+
};
|
|
121
|
+
} | {
|
|
122
|
+
ServiceNow: {
|
|
123
|
+
/**
|
|
124
|
+
* @minLength 1
|
|
125
|
+
* @maxLength 128
|
|
126
|
+
*/
|
|
127
|
+
InstanceName: string;
|
|
128
|
+
/**
|
|
129
|
+
* The ARN of secrets manager containing ClientId and ClientSecret
|
|
130
|
+
* @minLength 20
|
|
131
|
+
* @maxLength 2048
|
|
132
|
+
* @pattern .*\S.*
|
|
133
|
+
*/
|
|
134
|
+
SecretArn: string;
|
|
135
|
+
};
|
|
136
|
+
};
|
|
137
|
+
//# sourceMappingURL=aws-securityhub-connectorv2.d.ts.map
|