@propulsionworks/cloudformation 0.1.21 → 0.1.22

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 (50) hide show
  1. package/out/exports/resources.generated/aws-apigateway-deployment.d.ts +1 -1
  2. package/out/exports/resources.generated/aws-appintegrations-application.d.ts +52 -0
  3. package/out/exports/resources.generated/aws-aps-resourcepolicy.d.ts +22 -0
  4. package/out/exports/resources.generated/aws-batch-jobdefinition.d.ts +2 -2
  5. package/out/exports/resources.generated/aws-billingconductor-customlineitem.d.ts +2 -2
  6. package/out/exports/resources.generated/aws-cloudfront-distribution.d.ts +4 -0
  7. package/out/exports/resources.generated/aws-codepipeline-webhook.d.ts +1 -0
  8. package/out/exports/resources.generated/aws-connect-user.d.ts +5 -0
  9. package/out/exports/resources.generated/aws-deadline-fleet.d.ts +3 -0
  10. package/out/exports/resources.generated/aws-dynamodb-globaltable.d.ts +4 -0
  11. package/out/exports/resources.generated/aws-dynamodb-table.d.ts +4 -0
  12. package/out/exports/resources.generated/aws-ec2-ec2fleet.d.ts +1 -1
  13. package/out/exports/resources.generated/aws-ec2-ippoolroutetableassociation.d.ts +33 -0
  14. package/out/exports/resources.generated/aws-ec2-launchtemplate.d.ts +3 -0
  15. package/out/exports/resources.generated/aws-ec2-volume.d.ts +2 -0
  16. package/out/exports/resources.generated/aws-ecs-capacityprovider.d.ts +0 -2
  17. package/out/exports/resources.generated/aws-ecs-service.d.ts +1 -1
  18. package/out/exports/resources.generated/aws-eks-addon.d.ts +10 -0
  19. package/out/exports/resources.generated/aws-eks-cluster.d.ts +1 -1
  20. package/out/exports/resources.generated/aws-elasticloadbalancingv2-loadbalancer.d.ts +1 -1
  21. package/out/exports/resources.generated/aws-fsx-filesystem.d.ts +8 -0
  22. package/out/exports/resources.generated/aws-glue-job.d.ts +19 -8
  23. package/out/exports/resources.generated/aws-glue-tableoptimizer.d.ts +18 -1
  24. package/out/exports/resources.generated/aws-guardduty-threatentityset.d.ts +89 -0
  25. package/out/exports/resources.generated/aws-guardduty-trustedentityset.d.ts +89 -0
  26. package/out/exports/resources.generated/aws-imagebuilder-component.d.ts +1 -1
  27. package/out/exports/resources.generated/aws-imagebuilder-containerrecipe.d.ts +2 -2
  28. package/out/exports/resources.generated/aws-imagebuilder-distributionconfiguration.d.ts +1 -1
  29. package/out/exports/resources.generated/aws-imagebuilder-imagerecipe.d.ts +4 -2
  30. package/out/exports/resources.generated/aws-imagebuilder-workflow.d.ts +1 -1
  31. package/out/exports/resources.generated/aws-inspectorv2-codesecurityintegration.d.ts +160 -0
  32. package/out/exports/resources.generated/aws-inspectorv2-codesecurityscanconfiguration.d.ts +121 -0
  33. package/out/exports/resources.generated/aws-iot-mitigationaction.d.ts +2 -2
  34. package/out/exports/resources.generated/aws-ivs-playbackrestrictionpolicy.d.ts +2 -2
  35. package/out/exports/resources.generated/aws-ivs-stage.d.ts +54 -0
  36. package/out/exports/resources.generated/aws-lambda-permission.d.ts +2 -2
  37. package/out/exports/resources.generated/aws-observabilityadmin-organizationtelemetryrule.d.ts +137 -0
  38. package/out/exports/resources.generated/aws-observabilityadmin-telemetryrule.d.ts +132 -0
  39. package/out/exports/resources.generated/aws-omics-workflowversion.d.ts +2 -2
  40. package/out/exports/resources.generated/aws-opensearchservice-domain.d.ts +21 -0
  41. package/out/exports/resources.generated/aws-quicksight-dataset.d.ts +6 -6
  42. package/out/exports/resources.generated/aws-rds-dbproxy.d.ts +1 -1
  43. package/out/exports/resources.generated/aws-s3express-accesspoint.d.ts +1 -0
  44. package/out/exports/resources.generated/aws-s3tables-tablebucketpolicy.d.ts +2 -2
  45. package/out/exports/resources.generated/aws-s3tables-tablepolicy.d.ts +2 -2
  46. package/out/exports/resources.generated/aws-sagemaker-cluster.d.ts +90 -0
  47. package/out/exports/resources.generated/aws-sagemaker-domain.d.ts +0 -6
  48. package/out/exports/resources.generated/aws-sqs-queue.d.ts +2 -1
  49. package/out/exports/resources.generated/aws-synthetics-canary.d.ts +28 -0
  50. package/package.json +1 -1
@@ -0,0 +1,89 @@
1
+ import type { ResourceDefinitionWithAttributes } from "../main.ts";
2
+ /**
3
+ * Resource Type definition for AWS::GuardDuty::TrustedEntitySet
4
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-trustedentityset.html}
5
+ */
6
+ export type GuardDutyTrustedEntitySet = ResourceDefinitionWithAttributes<"AWS::GuardDuty::TrustedEntitySet", GuardDutyTrustedEntitySetProps, GuardDutyTrustedEntitySetAttribs>;
7
+ /**
8
+ * Resource Type definition for AWS::GuardDuty::TrustedEntitySet
9
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-trustedentityset.html}
10
+ */
11
+ export type GuardDutyTrustedEntitySetProps = {
12
+ /**
13
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-trustedentityset.html#cfn-guardduty-trustedentityset-activate}
14
+ */
15
+ Activate?: boolean | undefined;
16
+ /**
17
+ * @minLength 1
18
+ * @maxLength 32
19
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-trustedentityset.html#cfn-guardduty-trustedentityset-detectorid}
20
+ */
21
+ DetectorId?: string | undefined;
22
+ /**
23
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-trustedentityset.html#cfn-guardduty-trustedentityset-expectedbucketowner}
24
+ */
25
+ ExpectedBucketOwner?: string | undefined;
26
+ /**
27
+ * @minLength 1
28
+ * @maxLength 300
29
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-trustedentityset.html#cfn-guardduty-trustedentityset-format}
30
+ */
31
+ Format: string;
32
+ /**
33
+ * @minLength 1
34
+ * @maxLength 300
35
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-trustedentityset.html#cfn-guardduty-trustedentityset-location}
36
+ */
37
+ Location: string;
38
+ /**
39
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-trustedentityset.html#cfn-guardduty-trustedentityset-name}
40
+ */
41
+ Name?: string | undefined;
42
+ /**
43
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-trustedentityset.html#cfn-guardduty-trustedentityset-tags}
44
+ */
45
+ Tags?: TagItem[] | undefined;
46
+ };
47
+ /**
48
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-trustedentityset.html#aws-resource-guardduty-trustedentityset-return-values}
49
+ */
50
+ export type GuardDutyTrustedEntitySetAttribs = {
51
+ /**
52
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-trustedentityset.html#cfn-guardduty-trustedentityset-createdat}
53
+ */
54
+ CreatedAt: string;
55
+ /**
56
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-trustedentityset.html#cfn-guardduty-trustedentityset-errordetails}
57
+ */
58
+ ErrorDetails: string;
59
+ /**
60
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-trustedentityset.html#cfn-guardduty-trustedentityset-id}
61
+ */
62
+ Id: string;
63
+ /**
64
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-trustedentityset.html#cfn-guardduty-trustedentityset-status}
65
+ */
66
+ Status: "INACTIVE" | "ACTIVATING" | "ACTIVE" | "DEACTIVATING" | "ERROR" | "DELETE_PENDING" | "DELETED";
67
+ /**
68
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-trustedentityset.html#cfn-guardduty-trustedentityset-updatedat}
69
+ */
70
+ UpdatedAt: string;
71
+ };
72
+ /**
73
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-trustedentityset-tagitem.html}
74
+ */
75
+ export type TagItem = {
76
+ /**
77
+ * @minLength 1
78
+ * @maxLength 128
79
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-trustedentityset-tagitem.html#cfn-guardduty-trustedentityset-tagitem-key}
80
+ */
81
+ Key: string;
82
+ /**
83
+ * @minLength 0
84
+ * @maxLength 256
85
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-trustedentityset-tagitem.html#cfn-guardduty-trustedentityset-tagitem-value}
86
+ */
87
+ Value: string;
88
+ };
89
+ //# sourceMappingURL=aws-guardduty-trustedentityset.d.ts.map
@@ -33,7 +33,7 @@ export type ImageBuilderComponentProps = {
33
33
  */
34
34
  Description?: string | undefined;
35
35
  /**
36
- * The ID of the KMS key that is used to encrypt this component.
36
+ * The Amazon Resource Name (ARN) that uniquely identifies the KMS key used to encrypt this component. This can be either the Key ARN or the Alias ARN. For more information, see [Key identifiers (KeyId)](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-ARN) in the *AWS Key Management Service Developer Guide* .
37
37
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-kmskeyid}
38
38
  */
39
39
  KmsKeyId?: string | undefined;
@@ -45,7 +45,7 @@ export type ImageBuilderContainerRecipeProps = {
45
45
  */
46
46
  InstanceConfiguration?: InstanceConfiguration | undefined;
47
47
  /**
48
- * Identifies which KMS key is used to encrypt the container image for distribution to the target Region.
48
+ * The Amazon Resource Name (ARN) that uniquely identifies which KMS key is used to encrypt the container image for distribution to the target Region. This can be either the Key ARN or the Alias ARN. For more information, see [Key identifiers (KeyId)](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-ARN) in the *AWS Key Management Service Developer Guide* .
49
49
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-containerrecipe.html#cfn-imagebuilder-containerrecipe-kmskeyid}
50
50
  */
51
51
  KmsKeyId?: string | undefined;
@@ -161,7 +161,7 @@ export type EbsInstanceBlockDeviceSpecification = {
161
161
  */
162
162
  Iops?: number | undefined;
163
163
  /**
164
- * Use to configure the KMS key to use when encrypting the device.
164
+ * The Amazon Resource Name (ARN) that uniquely identifies the KMS key to use when encrypting the device. This can be either the Key ARN or the Alias ARN. For more information, see [Key identifiers (KeyId)](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-ARN) in the *AWS Key Management Service Developer Guide* .
165
165
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-containerrecipe-ebsinstanceblockdevicespecification.html#cfn-imagebuilder-containerrecipe-ebsinstanceblockdevicespecification-kmskeyid}
166
166
  */
167
167
  KmsKeyId?: string | undefined;
@@ -61,7 +61,7 @@ export type AmiDistributionConfiguration = {
61
61
  */
62
62
  Description?: string | undefined;
63
63
  /**
64
- * The KMS key identifier used to encrypt the distributed image.
64
+ * The Amazon Resource Name (ARN) that uniquely identifies the KMS key used to encrypt the distributed image. This can be either the Key ARN or the Alias ARN. For more information, see [Key identifiers (KeyId)](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-ARN) in the *AWS Key Management Service Developer Guide* .
65
65
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-distributionconfiguration-amidistributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-amidistributionconfiguration-kmskeyid}
66
66
  */
67
67
  KmsKeyId?: string | undefined;
@@ -156,7 +156,7 @@ export type EbsInstanceBlockDeviceSpecification = {
156
156
  */
157
157
  Iops?: number | undefined;
158
158
  /**
159
- * Use to configure the KMS key to use when encrypting the device.
159
+ * The Amazon Resource Name (ARN) that uniquely identifies the KMS key to use when encrypting the device. This can be either the Key ARN or the Alias ARN. For more information, see [Key identifiers (KeyId)](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-ARN) in the *AWS Key Management Service Developer Guide* .
160
160
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagerecipe-ebsinstanceblockdevicespecification.html#cfn-imagebuilder-imagerecipe-ebsinstanceblockdevicespecification-kmskeyid}
161
161
  */
162
162
  KmsKeyId?: string | undefined;
@@ -217,7 +217,9 @@ export type InstanceBlockDeviceMapping = {
217
217
  */
218
218
  export type SystemsManagerAgent = {
219
219
  /**
220
- * Controls whether the Systems Manager agent is removed from your final build image, prior to creating the new AMI. If this is set to true, then the agent is removed from the final image. If it's set to false, then the agent is left in, so that it is included in the new AMI. The default value is false.
220
+ * Controls whether the Systems Manager agent is removed from your final build image, prior to creating the new AMI. If this is set to true, then the agent is removed from the final image. If it's set to false, then the agent is left in, so that it is included in the new AMI. default value is false.
221
+ *
222
+ * The default behavior of uninstallAfterBuild is to remove the SSM Agent if it was installed by EC2 Image Builder
221
223
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagerecipe-systemsmanageragent.html#cfn-imagebuilder-imagerecipe-systemsmanageragent-uninstallafterbuild}
222
224
  */
223
225
  UninstallAfterBuild?: boolean | undefined;
@@ -27,7 +27,7 @@ export type ImageBuilderWorkflowProps = {
27
27
  */
28
28
  Description?: string | undefined;
29
29
  /**
30
- * The ID of the KMS key that is used to encrypt this workflow resource.
30
+ * The Amazon Resource Name (ARN) that uniquely identifies the KMS key used to encrypt this workflow resource. This can be either the Key ARN or the Alias ARN. For more information, see [Key identifiers (KeyId)](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-ARN) in the *AWS Key Management Service Developer Guide* .
31
31
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-workflow.html#cfn-imagebuilder-workflow-kmskeyid}
32
32
  */
33
33
  KmsKeyId?: string | undefined;
@@ -0,0 +1,160 @@
1
+ import type { ResourceDefinitionWithAttributes } from "../main.ts";
2
+ /**
3
+ * Inspector CodeSecurityIntegration resource schema
4
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspectorv2-codesecurityintegration.html}
5
+ */
6
+ export type InspectorV2CodeSecurityIntegration = ResourceDefinitionWithAttributes<"AWS::InspectorV2::CodeSecurityIntegration", InspectorV2CodeSecurityIntegrationProps, InspectorV2CodeSecurityIntegrationAttribs>;
7
+ /**
8
+ * Inspector CodeSecurityIntegration resource schema
9
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspectorv2-codesecurityintegration.html}
10
+ */
11
+ export type InspectorV2CodeSecurityIntegrationProps = {
12
+ /**
13
+ * Create Integration Details
14
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspectorv2-codesecurityintegration.html#cfn-inspectorv2-codesecurityintegration-createintegrationdetails}
15
+ */
16
+ CreateIntegrationDetails?: CreateDetails | undefined;
17
+ /**
18
+ * Code Security Integration name
19
+ * @minLength 1
20
+ * @maxLength 60
21
+ * @pattern ^[a-zA-Z0-9-_$:.]*$
22
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspectorv2-codesecurityintegration.html#cfn-inspectorv2-codesecurityintegration-name}
23
+ */
24
+ Name?: string | undefined;
25
+ /**
26
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspectorv2-codesecurityintegration.html#cfn-inspectorv2-codesecurityintegration-tags}
27
+ */
28
+ Tags?: Record<string, string> | undefined;
29
+ /**
30
+ * Integration Type
31
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspectorv2-codesecurityintegration.html#cfn-inspectorv2-codesecurityintegration-type}
32
+ */
33
+ Type?: IntegrationType | undefined;
34
+ /**
35
+ * Update Integration Details
36
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspectorv2-codesecurityintegration.html#cfn-inspectorv2-codesecurityintegration-updateintegrationdetails}
37
+ */
38
+ UpdateIntegrationDetails?: UpdateDetails | undefined;
39
+ };
40
+ /**
41
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspectorv2-codesecurityintegration.html#aws-resource-inspectorv2-codesecurityintegration-return-values}
42
+ */
43
+ export type InspectorV2CodeSecurityIntegrationAttribs = {
44
+ /**
45
+ * Code Security Integration ARN
46
+ * @pattern ^arn:(aws[a-zA-Z-]*)?:inspector2:[a-z]{2}(-gov)?-[a-z]+-\d{1}:\d{12}:codesecurity-integration/[a-f0-9-]{36}$
47
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspectorv2-codesecurityintegration.html#cfn-inspectorv2-codesecurityintegration-arn}
48
+ */
49
+ Arn: string;
50
+ /**
51
+ * Authorization URL for OAuth flow
52
+ * @pattern ^https://[-a-zA-Z0-9()@:%_+.~#?&//=]{1,1024}$
53
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspectorv2-codesecurityintegration.html#cfn-inspectorv2-codesecurityintegration-authorizationurl}
54
+ */
55
+ AuthorizationUrl: string;
56
+ /**
57
+ * Creation timestamp
58
+ * @format date-time
59
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspectorv2-codesecurityintegration.html#cfn-inspectorv2-codesecurityintegration-createdat}
60
+ */
61
+ CreatedAt: string;
62
+ /**
63
+ * Last update timestamp
64
+ * @format date-time
65
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspectorv2-codesecurityintegration.html#cfn-inspectorv2-codesecurityintegration-lastupdatedat}
66
+ */
67
+ LastUpdatedAt: string;
68
+ /**
69
+ * Integration Status
70
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspectorv2-codesecurityintegration.html#cfn-inspectorv2-codesecurityintegration-status}
71
+ */
72
+ Status: IntegrationStatus;
73
+ /**
74
+ * Reason for the current status
75
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspectorv2-codesecurityintegration.html#cfn-inspectorv2-codesecurityintegration-statusreason}
76
+ */
77
+ StatusReason: string;
78
+ };
79
+ /**
80
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-codesecurityintegration-createdetails.html}
81
+ */
82
+ export type CreateDetails = {
83
+ /**
84
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-codesecurityintegration-createdetails.html#cfn-inspectorv2-codesecurityintegration-createdetails-gitlabselfmanaged}
85
+ */
86
+ gitlabSelfManaged: CreateGitLabSelfManagedIntegrationDetail;
87
+ };
88
+ /**
89
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-codesecurityintegration-creategitlabselfmanagedintegrationdetail.html}
90
+ */
91
+ export type CreateGitLabSelfManagedIntegrationDetail = {
92
+ /**
93
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-codesecurityintegration-creategitlabselfmanagedintegrationdetail.html#cfn-inspectorv2-codesecurityintegration-creategitlabselfmanagedintegrationdetail-accesstoken}
94
+ */
95
+ accessToken: string;
96
+ /**
97
+ * @pattern ^https://[-a-zA-Z0-9()@:%_+.~#?&//=]{1,1024}$
98
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-codesecurityintegration-creategitlabselfmanagedintegrationdetail.html#cfn-inspectorv2-codesecurityintegration-creategitlabselfmanagedintegrationdetail-instanceurl}
99
+ */
100
+ instanceUrl: string;
101
+ };
102
+ /**
103
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-codesecurityintegration-integrationstatus.html}
104
+ */
105
+ export type IntegrationStatus = "PENDING" | "IN_PROGRESS" | "ACTIVE" | "INACTIVE" | "DISABLING";
106
+ /**
107
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-codesecurityintegration-integrationtype.html}
108
+ */
109
+ export type IntegrationType = "GITLAB_SELF_MANAGED" | "GITHUB";
110
+ /**
111
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-codesecurityintegration-updatedetails.html}
112
+ */
113
+ export type UpdateDetails = {
114
+ /**
115
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-codesecurityintegration-updatedetails.html#cfn-inspectorv2-codesecurityintegration-updatedetails-github}
116
+ */
117
+ github?: UpdateGitHubIntegrationDetail | undefined;
118
+ /**
119
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-codesecurityintegration-updatedetails.html#cfn-inspectorv2-codesecurityintegration-updatedetails-gitlabselfmanaged}
120
+ */
121
+ gitlabSelfManaged: UpdateGitLabSelfManagedIntegrationDetail;
122
+ } | {
123
+ /**
124
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-codesecurityintegration-updatedetails.html#cfn-inspectorv2-codesecurityintegration-updatedetails-github}
125
+ */
126
+ github: UpdateGitHubIntegrationDetail;
127
+ /**
128
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-codesecurityintegration-updatedetails.html#cfn-inspectorv2-codesecurityintegration-updatedetails-gitlabselfmanaged}
129
+ */
130
+ gitlabSelfManaged?: UpdateGitLabSelfManagedIntegrationDetail | undefined;
131
+ };
132
+ /**
133
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-codesecurityintegration-updategithubintegrationdetail.html}
134
+ */
135
+ export type UpdateGitHubIntegrationDetail = {
136
+ /**
137
+ * @minLength 1
138
+ * @maxLength 1024
139
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-codesecurityintegration-updategithubintegrationdetail.html#cfn-inspectorv2-codesecurityintegration-updategithubintegrationdetail-code}
140
+ */
141
+ code: string;
142
+ /**
143
+ * @minLength 1
144
+ * @maxLength 1024
145
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-codesecurityintegration-updategithubintegrationdetail.html#cfn-inspectorv2-codesecurityintegration-updategithubintegrationdetail-installationid}
146
+ */
147
+ installationId: string;
148
+ };
149
+ /**
150
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-codesecurityintegration-updategitlabselfmanagedintegrationdetail.html}
151
+ */
152
+ export type UpdateGitLabSelfManagedIntegrationDetail = {
153
+ /**
154
+ * @minLength 1
155
+ * @maxLength 1024
156
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-codesecurityintegration-updategitlabselfmanagedintegrationdetail.html#cfn-inspectorv2-codesecurityintegration-updategitlabselfmanagedintegrationdetail-authcode}
157
+ */
158
+ authCode: string;
159
+ };
160
+ //# sourceMappingURL=aws-inspectorv2-codesecurityintegration.d.ts.map
@@ -0,0 +1,121 @@
1
+ import type { ResourceDefinitionWithAttributes } from "../main.ts";
2
+ /**
3
+ * Inspector CodeSecurityScanConfiguration resource schema
4
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspectorv2-codesecurityscanconfiguration.html}
5
+ */
6
+ export type InspectorV2CodeSecurityScanConfiguration = ResourceDefinitionWithAttributes<"AWS::InspectorV2::CodeSecurityScanConfiguration", InspectorV2CodeSecurityScanConfigurationProps, InspectorV2CodeSecurityScanConfigurationAttribs>;
7
+ /**
8
+ * Inspector CodeSecurityScanConfiguration resource schema
9
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspectorv2-codesecurityscanconfiguration.html}
10
+ */
11
+ export type InspectorV2CodeSecurityScanConfigurationProps = {
12
+ /**
13
+ * Code Security Scan Configuration
14
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspectorv2-codesecurityscanconfiguration.html#cfn-inspectorv2-codesecurityscanconfiguration-configuration}
15
+ */
16
+ Configuration?: CodeSecurityScanConfiguration | undefined;
17
+ /**
18
+ * Configuration Level
19
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspectorv2-codesecurityscanconfiguration.html#cfn-inspectorv2-codesecurityscanconfiguration-level}
20
+ */
21
+ Level?: ConfigurationLevel | undefined;
22
+ /**
23
+ * Code Security Scan Configuration name
24
+ * @minLength 1
25
+ * @maxLength 60
26
+ * @pattern ^[a-zA-Z0-9-_$:.]*$
27
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspectorv2-codesecurityscanconfiguration.html#cfn-inspectorv2-codesecurityscanconfiguration-name}
28
+ */
29
+ Name?: string | undefined;
30
+ /**
31
+ * Scope Settings
32
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspectorv2-codesecurityscanconfiguration.html#cfn-inspectorv2-codesecurityscanconfiguration-scopesettings}
33
+ */
34
+ ScopeSettings?: ScopeSettings | undefined;
35
+ /**
36
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspectorv2-codesecurityscanconfiguration.html#cfn-inspectorv2-codesecurityscanconfiguration-tags}
37
+ */
38
+ Tags?: Record<string, string> | undefined;
39
+ };
40
+ /**
41
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspectorv2-codesecurityscanconfiguration.html#aws-resource-inspectorv2-codesecurityscanconfiguration-return-values}
42
+ */
43
+ export type InspectorV2CodeSecurityScanConfigurationAttribs = {
44
+ /**
45
+ * Code Security Scan Configuration ARN
46
+ * @pattern ^arn:(aws[a-zA-Z-]*)?:inspector2:[a-z]{2}(-gov)?-[a-z]+-\d{1}:\d{12}:owner/(\d{12}|o-[a-z0-9]{10,32})/codesecurity-configuration/[a-f0-9-]{36}$
47
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspectorv2-codesecurityscanconfiguration.html#cfn-inspectorv2-codesecurityscanconfiguration-arn}
48
+ */
49
+ Arn: string;
50
+ };
51
+ /**
52
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-codesecurityscanconfiguration-codesecurityscanconfiguration.html}
53
+ */
54
+ export type CodeSecurityScanConfiguration = {
55
+ /**
56
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-codesecurityscanconfiguration-codesecurityscanconfiguration.html#cfn-inspectorv2-codesecurityscanconfiguration-codesecurityscanconfiguration-continuousintegrationscanconfiguration}
57
+ */
58
+ continuousIntegrationScanConfiguration?: ContinuousIntegrationScanConfiguration | undefined;
59
+ /**
60
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-codesecurityscanconfiguration-codesecurityscanconfiguration.html#cfn-inspectorv2-codesecurityscanconfiguration-codesecurityscanconfiguration-periodicscanconfiguration}
61
+ */
62
+ periodicScanConfiguration?: PeriodicScanConfiguration | undefined;
63
+ /**
64
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-codesecurityscanconfiguration-codesecurityscanconfiguration.html#cfn-inspectorv2-codesecurityscanconfiguration-codesecurityscanconfiguration-rulesetcategories}
65
+ */
66
+ ruleSetCategories: RuleSetCategory[];
67
+ };
68
+ /**
69
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-codesecurityscanconfiguration-configurationlevel.html}
70
+ */
71
+ export type ConfigurationLevel = "ORGANIZATION" | "ACCOUNT";
72
+ /**
73
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-codesecurityscanconfiguration-continuousintegrationscanconfiguration.html}
74
+ */
75
+ export type ContinuousIntegrationScanConfiguration = {
76
+ /**
77
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-codesecurityscanconfiguration-continuousintegrationscanconfiguration.html#cfn-inspectorv2-codesecurityscanconfiguration-continuousintegrationscanconfiguration-supportedevents}
78
+ */
79
+ supportedEvents: ContinuousIntegrationScanEvent[];
80
+ };
81
+ /**
82
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-codesecurityscanconfiguration-continuousintegrationscanevent.html}
83
+ */
84
+ export type ContinuousIntegrationScanEvent = "PULL_REQUEST" | "PUSH";
85
+ /**
86
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-codesecurityscanconfiguration-periodicscanconfiguration.html}
87
+ */
88
+ export type PeriodicScanConfiguration = {
89
+ /**
90
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-codesecurityscanconfiguration-periodicscanconfiguration.html#cfn-inspectorv2-codesecurityscanconfiguration-periodicscanconfiguration-frequency}
91
+ */
92
+ frequency?: PeriodicScanFrequency | undefined;
93
+ /**
94
+ * @minLength 1
95
+ * @maxLength 256
96
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-codesecurityscanconfiguration-periodicscanconfiguration.html#cfn-inspectorv2-codesecurityscanconfiguration-periodicscanconfiguration-frequencyexpression}
97
+ */
98
+ frequencyExpression?: string | undefined;
99
+ };
100
+ /**
101
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-codesecurityscanconfiguration-periodicscanfrequency.html}
102
+ */
103
+ export type PeriodicScanFrequency = "WEEKLY" | "MONTHLY" | "NEVER";
104
+ /**
105
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-codesecurityscanconfiguration-projectselectionscope.html}
106
+ */
107
+ export type ProjectSelectionScope = "ALL";
108
+ /**
109
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-codesecurityscanconfiguration-rulesetcategory.html}
110
+ */
111
+ export type RuleSetCategory = "SAST" | "IAC" | "SCA";
112
+ /**
113
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-codesecurityscanconfiguration-scopesettings.html}
114
+ */
115
+ export type ScopeSettings = {
116
+ /**
117
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-codesecurityscanconfiguration-scopesettings.html#cfn-inspectorv2-codesecurityscanconfiguration-scopesettings-projectselectionscope}
118
+ */
119
+ projectSelectionScope?: ProjectSelectionScope | undefined;
120
+ };
121
+ //# sourceMappingURL=aws-inspectorv2-codesecurityscanconfiguration.d.ts.map
@@ -112,7 +112,7 @@ export type EnableIoTLoggingParams = {
112
112
  LogLevel: "DEBUG" | "INFO" | "ERROR" | "WARN" | "UNSET_VALUE";
113
113
  /**
114
114
  * The Amazon Resource Name (ARN) of the IAM role used for logging.
115
- * @minLength 20
115
+ * @minLength 11
116
116
  * @maxLength 2048
117
117
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-mitigationaction-enableiotloggingparams.html#cfn-iot-mitigationaction-enableiotloggingparams-rolearnforlogging}
118
118
  */
@@ -125,7 +125,7 @@ export type EnableIoTLoggingParams = {
125
125
  export type PublishFindingToSnsParams = {
126
126
  /**
127
127
  * The ARN of the topic to which you want to publish the findings.
128
- * @minLength 20
128
+ * @minLength 11
129
129
  * @maxLength 2048
130
130
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-mitigationaction-publishfindingtosnsparams.html#cfn-iot-mitigationaction-publishfindingtosnsparams-topicarn}
131
131
  */
@@ -14,13 +14,13 @@ export type IVSPlaybackRestrictionPolicyProps = {
14
14
  * @default []
15
15
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-playbackrestrictionpolicy.html#cfn-ivs-playbackrestrictionpolicy-allowedcountries}
16
16
  */
17
- AllowedCountries: string[];
17
+ AllowedCountries?: string[] | undefined;
18
18
  /**
19
19
  * A list of origin sites that control CORS restriction. Allowed values are the same as valid values of the Origin header defined at [https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Origin"](https://docs.aws.amazon.com/https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Origin)
20
20
  * @default []
21
21
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-playbackrestrictionpolicy.html#cfn-ivs-playbackrestrictionpolicy-allowedorigins}
22
22
  */
23
- AllowedOrigins: string[];
23
+ AllowedOrigins?: string[] | undefined;
24
24
  /**
25
25
  * Whether channel playback is constrained by the origin site.
26
26
  * @default false
@@ -56,12 +56,38 @@ export type IVSStageAttribs = {
56
56
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivs-stage-autoparticipantrecordingconfiguration.html}
57
57
  */
58
58
  export type AutoParticipantRecordingConfiguration = {
59
+ /**
60
+ * HLS configuration object for individual participant recording.
61
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivs-stage-autoparticipantrecordingconfiguration.html#cfn-ivs-stage-autoparticipantrecordingconfiguration-hlsconfiguration}
62
+ */
63
+ HlsConfiguration?: {
64
+ /**
65
+ * An object representing a configuration of participant HLS recordings for individual participant recording.
66
+ */
67
+ ParticipantRecordingHlsConfiguration?: {
68
+ /**
69
+ * Defines the target duration for recorded segments generated when recording a stage participant. Segments may have durations longer than the specified value when needed to ensure each segment begins with a keyframe. Default: 6.
70
+ * @min 2
71
+ * @max 10
72
+ * @default 6
73
+ */
74
+ TargetSegmentDurationSeconds?: number | undefined;
75
+ } | undefined;
76
+ } | undefined;
59
77
  /**
60
78
  * Types of media to be recorded. Default: `AUDIO_VIDEO` .
61
79
  * @default ["AUDIO_VIDEO"]
62
80
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivs-stage-autoparticipantrecordingconfiguration.html#cfn-ivs-stage-autoparticipantrecordingconfiguration-mediatypes}
63
81
  */
64
82
  MediaTypes?: ("AUDIO_VIDEO" | "AUDIO_ONLY")[] | undefined;
83
+ /**
84
+ * If a stage publisher disconnects and then reconnects within the specified interval, the multiple recordings will be considered a single recording and merged together. The default value is 0, which disables merging.
85
+ * @min 0
86
+ * @max 300
87
+ * @default 0
88
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivs-stage-autoparticipantrecordingconfiguration.html#cfn-ivs-stage-autoparticipantrecordingconfiguration-recordingreconnectwindowseconds}
89
+ */
90
+ RecordingReconnectWindowSeconds?: number | undefined;
65
91
  /**
66
92
  * ARN of the StorageConfiguration resource to use for individual participant recording. Default: "" (empty string, no storage configuration is specified). Individual participant recording cannot be started unless a storage configuration is specified, when a Stage is created or updated.
67
93
  * @minLength 0
@@ -70,5 +96,33 @@ export type AutoParticipantRecordingConfiguration = {
70
96
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivs-stage-autoparticipantrecordingconfiguration.html#cfn-ivs-stage-autoparticipantrecordingconfiguration-storageconfigurationarn}
71
97
  */
72
98
  StorageConfigurationArn: string;
99
+ /**
100
+ * A complex type that allows you to enable/disable the recording of thumbnails for individual participant recording and modify the interval at which thumbnails are generated for the live session.
101
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivs-stage-autoparticipantrecordingconfiguration.html#cfn-ivs-stage-autoparticipantrecordingconfiguration-thumbnailconfiguration}
102
+ */
103
+ ThumbnailConfiguration?: {
104
+ /**
105
+ * An object representing a configuration of thumbnails for recorded video from an individual participant.
106
+ */
107
+ ParticipantThumbnailConfiguration?: {
108
+ /**
109
+ * Thumbnail recording mode. Default: DISABLED.
110
+ * @default "INTERVAL"
111
+ */
112
+ RecordingMode?: "INTERVAL" | "DISABLED" | undefined;
113
+ /**
114
+ * Indicates the format in which thumbnails are recorded. SEQUENTIAL records all generated thumbnails in a serial manner, to the media/thumbnails/high directory. LATEST saves the latest thumbnail in media/latest_thumbnail/high/thumb.jpg and overwrites it at the interval specified by targetIntervalSeconds. You can enable both SEQUENTIAL and LATEST. Default: SEQUENTIAL.
115
+ * @default ["SEQUENTIAL"]
116
+ */
117
+ Storage?: ("SEQUENTIAL" | "LATEST")[] | undefined;
118
+ /**
119
+ * The targeted thumbnail-generation interval in seconds. This is configurable only if recordingMode is INTERVAL. Default: 60.
120
+ * @min 1
121
+ * @max 86400
122
+ * @default 60
123
+ */
124
+ TargetIntervalSeconds?: number | undefined;
125
+ } | undefined;
126
+ } | undefined;
73
127
  };
74
128
  //# sourceMappingURL=aws-ivs-stage.d.ts.map
@@ -47,7 +47,7 @@ export type LambdaPermissionProps = {
47
47
  * You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
48
48
  * @minLength 1
49
49
  * @maxLength 140
50
- * @pattern ^(arn:(aws[a-zA-Z-]*)?:lambda:)?([a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1}:)?(\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\$LATEST|[a-zA-Z0-9-_]+))?$
50
+ * @pattern ^(arn:(aws[a-zA-Z-]*)?:lambda:)?((eusc-)?[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1}:)?(\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\$LATEST|[a-zA-Z0-9-_]+))?$
51
51
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-functionname}
52
52
  */
53
53
  FunctionName: string;
@@ -86,7 +86,7 @@ export type LambdaPermissionProps = {
86
86
  * Note that Lambda configures the comparison using the `StringLike` operator.
87
87
  * @minLength 12
88
88
  * @maxLength 1024
89
- * @pattern ^arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\-])+:([a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1})?:(\d{12})?:(.*)$
89
+ * @pattern ^arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\-])+:((eusc-)?[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1})?:(\d{12})?:(.*)$
90
90
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-sourcearn}
91
91
  */
92
92
  SourceArn?: string | undefined;