@propulsionworks/cloudformation 0.1.42 → 0.1.44

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 (44) hide show
  1. package/out/exports/resources.generated/aws-bedrock-blueprint.d.ts +1 -1
  2. package/out/exports/resources.generated/aws-bedrock-dataautomationproject.d.ts +2 -2
  3. package/out/exports/resources.generated/aws-bedrockagentcore-gateway.d.ts +82 -0
  4. package/out/exports/resources.generated/aws-bedrockagentcore-gatewaytarget.d.ts +21 -0
  5. package/out/exports/resources.generated/aws-cloudfront-keyvaluestore.d.ts +5 -1
  6. package/out/exports/resources.generated/aws-connect-evaluationform.d.ts +46 -0
  7. package/out/exports/resources.generated/aws-datazone-environmentblueprintconfiguration.d.ts +5 -0
  8. package/out/exports/resources.generated/aws-datazone-projectprofile.d.ts +4 -0
  9. package/out/exports/resources.generated/aws-docdb-globalcluster.d.ts +111 -0
  10. package/out/exports/resources.generated/aws-ec2-ec2fleet.d.ts +3 -0
  11. package/out/exports/resources.generated/aws-ec2-ipampool.d.ts +1 -1
  12. package/out/exports/resources.generated/aws-ec2-spotfleet.d.ts +8 -0
  13. package/out/exports/resources.generated/aws-ecs-capacityprovider.d.ts +5 -1
  14. package/out/exports/resources.generated/aws-emr-studio.d.ts +1 -1
  15. package/out/exports/resources.generated/aws-emr-studiosessionmapping.d.ts +1 -1
  16. package/out/exports/resources.generated/aws-evs-environment.d.ts +1 -1
  17. package/out/exports/resources.generated/aws-gamelift-containerfleet.d.ts +1 -1
  18. package/out/exports/resources.generated/aws-gamelift-fleet.d.ts +1 -1
  19. package/out/exports/resources.generated/aws-gamelift-script.d.ts +6 -0
  20. package/out/exports/resources.generated/aws-grafana-workspace.d.ts +1 -1
  21. package/out/exports/resources.generated/aws-iotsitewise-portal.d.ts +2 -2
  22. package/out/exports/resources.generated/aws-kafkaconnect-connector.d.ts +1 -1
  23. package/out/exports/resources.generated/aws-mediapackagev2-originendpoint.d.ts +29 -0
  24. package/out/exports/resources.generated/aws-mpa-identitysource.d.ts +2 -2
  25. package/out/exports/resources.generated/aws-pcs-cluster.d.ts +2 -2
  26. package/out/exports/resources.generated/aws-qbusiness-application.d.ts +1 -1
  27. package/out/exports/resources.generated/aws-quicksight-actionconnector.d.ts +343 -0
  28. package/out/exports/resources.generated/aws-quicksight-custompermissions.d.ts +48 -0
  29. package/out/exports/resources.generated/aws-quicksight-dataset.d.ts +3 -3
  30. package/out/exports/resources.generated/aws-quicksight-datasource.d.ts +34 -1
  31. package/out/exports/resources.generated/aws-rds-dbinstance.d.ts +41 -0
  32. package/out/exports/resources.generated/aws-route53-hostedzone.d.ts +0 -1
  33. package/out/exports/resources.generated/aws-rtbfabric-inboundexternallink.d.ts +4 -0
  34. package/out/exports/resources.generated/aws-sagemaker-domain.d.ts +1 -1
  35. package/out/exports/resources.generated/aws-sagemaker-userprofile.d.ts +7 -7
  36. package/out/exports/resources.generated/aws-ses-configurationset.d.ts +26 -0
  37. package/out/exports/resources.generated/aws-sso-assignment.d.ts +3 -3
  38. package/out/exports/resources.generated/aws-sso-instanceaccesscontrolattributeconfiguration.d.ts +7 -7
  39. package/out/exports/resources.generated/aws-sso-permissionset.d.ts +3 -3
  40. package/out/exports/resources.generated/aws-transfer-webapp.d.ts +1 -1
  41. package/out/exports/resources.generated/aws-wisdom-aiagent.d.ts +228 -1
  42. package/out/exports/resources.generated/aws-wisdom-assistantassociation.d.ts +3 -0
  43. package/out/exports/resources.generated/aws-workspacesweb-portal.d.ts +1 -1
  44. package/package.json +1 -1
@@ -52,7 +52,7 @@ export type BedrockBlueprintAttribs = {
52
52
  /**
53
53
  * The blueprint's ARN.
54
54
  * @maxLength 128
55
- * @pattern ^arn:aws(|-cn|-us-gov):bedrock:[a-zA-Z0-9-]*:(aws|[0-9]{12}):blueprint/(bedrock-data-automation-public-[a-zA-Z0-9-_]{1,30}|[a-zA-Z0-9-]{12,36})$
55
+ * @pattern ^arn:aws(|-cn|-us-gov|-iso|-iso-[a-z]):bedrock:[a-zA-Z0-9-]*:(aws|[0-9]{12}):blueprint/(bedrock-data-automation-public-[a-zA-Z0-9-_]{1,30}|[a-zA-Z0-9-]{12,36})$
56
56
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-blueprint.html#cfn-bedrock-blueprint-blueprintarn}
57
57
  */
58
58
  BlueprintArn: string;
@@ -79,7 +79,7 @@ export type BedrockDataAutomationProjectAttribs = {
79
79
  /**
80
80
  * The project's ARN.
81
81
  * @maxLength 128
82
- * @pattern ^arn:aws(|-cn|-us-gov):bedrock:[a-zA-Z0-9-]*:(aws|[0-9]{12}):data-automation-project/[a-zA-Z0-9-]{12,36}$
82
+ * @pattern ^arn:aws(|-cn|-us-gov|-iso|-iso-[a-z]):bedrock:[a-zA-Z0-9-]*:(aws|[0-9]{12}):data-automation-project/[a-zA-Z0-9-]{12,36}$
83
83
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-dataautomationproject.html#cfn-bedrock-dataautomationproject-projectarn}
84
84
  */
85
85
  ProjectArn: string;
@@ -231,7 +231,7 @@ export type BlueprintItem = {
231
231
  /**
232
232
  * The blueprint's ARN.
233
233
  * @maxLength 128
234
- * @pattern ^arn:aws(|-cn|-us-gov):bedrock:[a-zA-Z0-9-]*:(aws|[0-9]{12}):blueprint/(bedrock-data-automation-public-[a-zA-Z0-9-_]{1,30}|[a-zA-Z0-9-]{12,36})$
234
+ * @pattern ^arn:aws(|-cn|-us-gov|-iso|-iso-[a-z]):bedrock:[a-zA-Z0-9-]*:(aws|[0-9]{12}):blueprint/(bedrock-data-automation-public-[a-zA-Z0-9-_]{1,30}|[a-zA-Z0-9-]{12,36})$
235
235
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-blueprintitem.html#cfn-bedrock-dataautomationproject-blueprintitem-blueprintarn}
236
236
  */
237
237
  BlueprintArn: string;
@@ -133,6 +133,75 @@ export type AuthorizerConfiguration = {
133
133
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-authorizertype.html}
134
134
  */
135
135
  export type AuthorizerType = "CUSTOM_JWT" | "AWS_IAM" | "NONE";
136
+ /**
137
+ * The value or values in the custom claim to match and relationship of match
138
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-authorizingclaimmatchvaluetype.html}
139
+ */
140
+ export type AuthorizingClaimMatchValueType = {
141
+ /**
142
+ * The relationship between the claim field value and the value or values being matched
143
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-authorizingclaimmatchvaluetype.html#cfn-bedrockagentcore-gateway-authorizingclaimmatchvaluetype-claimmatchoperator}
144
+ */
145
+ ClaimMatchOperator: ClaimMatchOperator;
146
+ /**
147
+ * The value or values in the custom claim to match for
148
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-authorizingclaimmatchvaluetype.html#cfn-bedrockagentcore-gateway-authorizingclaimmatchvaluetype-claimmatchvalue}
149
+ */
150
+ ClaimMatchValue: ClaimMatchValueType;
151
+ };
152
+ /**
153
+ * The relationship between the claim field value and the value or values being matched
154
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-claimmatchoperator.html}
155
+ */
156
+ export type ClaimMatchOperator = "EQUALS" | "CONTAINS" | "CONTAINS_ANY";
157
+ /**
158
+ * The value or values in the custom claim to match for
159
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-claimmatchvaluetype.html}
160
+ */
161
+ export type ClaimMatchValueType = {
162
+ /**
163
+ * The string value to match for
164
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-claimmatchvaluetype.html#cfn-bedrockagentcore-gateway-claimmatchvaluetype-matchvaluestring}
165
+ */
166
+ MatchValueString: string;
167
+ /**
168
+ * The list of strings to check for a match
169
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-claimmatchvaluetype.html#cfn-bedrockagentcore-gateway-claimmatchvaluetype-matchvaluestringlist}
170
+ */
171
+ MatchValueStringList?: string[] | undefined;
172
+ } | {
173
+ /**
174
+ * The string value to match for
175
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-claimmatchvaluetype.html#cfn-bedrockagentcore-gateway-claimmatchvaluetype-matchvaluestring}
176
+ */
177
+ MatchValueString?: string | undefined;
178
+ /**
179
+ * The list of strings to check for a match
180
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-claimmatchvaluetype.html#cfn-bedrockagentcore-gateway-claimmatchvaluetype-matchvaluestringlist}
181
+ */
182
+ MatchValueStringList: string[];
183
+ };
184
+ /**
185
+ * Required custom claim
186
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-customclaimvalidationtype.html}
187
+ */
188
+ export type CustomClaimValidationType = {
189
+ /**
190
+ * The value or values in the custom claim to match and relationship of match
191
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-customclaimvalidationtype.html#cfn-bedrockagentcore-gateway-customclaimvalidationtype-authorizingclaimmatchvalue}
192
+ */
193
+ AuthorizingClaimMatchValue: AuthorizingClaimMatchValueType;
194
+ /**
195
+ * The name of the custom claim to validate
196
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-customclaimvalidationtype.html#cfn-bedrockagentcore-gateway-customclaimvalidationtype-inboundtokenclaimname}
197
+ */
198
+ InboundTokenClaimName: string;
199
+ /**
200
+ * Token claim data type
201
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-customclaimvalidationtype.html#cfn-bedrockagentcore-gateway-customclaimvalidationtype-inboundtokenclaimvaluetype}
202
+ */
203
+ InboundTokenClaimValueType: InboundTokenClaimValueType;
204
+ };
136
205
  /**
137
206
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-customjwtauthorizerconfiguration.html}
138
207
  */
@@ -146,6 +215,14 @@ export type CustomJWTAuthorizerConfiguration = {
146
215
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-customjwtauthorizerconfiguration.html#cfn-bedrockagentcore-gateway-customjwtauthorizerconfiguration-allowedclients}
147
216
  */
148
217
  AllowedClients?: string[] | undefined;
218
+ /**
219
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-customjwtauthorizerconfiguration.html#cfn-bedrockagentcore-gateway-customjwtauthorizerconfiguration-allowedscopes}
220
+ */
221
+ AllowedScopes?: string[] | undefined;
222
+ /**
223
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-customjwtauthorizerconfiguration.html#cfn-bedrockagentcore-gateway-customjwtauthorizerconfiguration-customclaims}
224
+ */
225
+ CustomClaims?: CustomClaimValidationType[] | undefined;
149
226
  /**
150
227
  * The discovery URL for the authorizer configuration.
151
228
  * @pattern ^.+/\.well-known/openid-configuration$
@@ -193,6 +270,11 @@ export type GatewayProtocolType = "MCP";
193
270
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-gatewaystatus.html}
194
271
  */
195
272
  export type GatewayStatus = "CREATING" | "UPDATING" | "UPDATE_UNSUCCESSFUL" | "DELETING" | "READY" | "FAILED";
273
+ /**
274
+ * Token claim data type
275
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-inboundtokenclaimvaluetype.html}
276
+ */
277
+ export type InboundTokenClaimValueType = "STRING" | "STRING_ARRAY";
196
278
  /**
197
279
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-interceptorconfiguration.html}
198
280
  */
@@ -35,6 +35,10 @@ export type BedrockAgentCoreGatewayTargetProps = {
35
35
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gatewaytarget.html#cfn-bedrockagentcore-gatewaytarget-gatewayidentifier}
36
36
  */
37
37
  GatewayIdentifier?: string | undefined;
38
+ /**
39
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gatewaytarget.html#cfn-bedrockagentcore-gatewaytarget-metadataconfiguration}
40
+ */
41
+ MetadataConfiguration?: MetadataConfiguration | undefined;
38
42
  /**
39
43
  * The name for the gateway target.
40
44
  * @pattern ^([0-9a-zA-Z][-]?){1,100}$
@@ -204,6 +208,23 @@ export type McpTargetConfiguration = {
204
208
  } | {
205
209
  McpServer: McpServerTargetConfiguration;
206
210
  };
211
+ /**
212
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-metadataconfiguration.html}
213
+ */
214
+ export type MetadataConfiguration = {
215
+ /**
216
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-metadataconfiguration.html#cfn-bedrockagentcore-gatewaytarget-metadataconfiguration-allowedqueryparameters}
217
+ */
218
+ AllowedQueryParameters?: string[] | undefined;
219
+ /**
220
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-metadataconfiguration.html#cfn-bedrockagentcore-gatewaytarget-metadataconfiguration-allowedrequestheaders}
221
+ */
222
+ AllowedRequestHeaders?: string[] | undefined;
223
+ /**
224
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-metadataconfiguration.html#cfn-bedrockagentcore-gatewaytarget-metadataconfiguration-allowedresponseheaders}
225
+ */
226
+ AllowedResponseHeaders?: string[] | undefined;
227
+ };
207
228
  /**
208
229
  * The OAuth credential provider for the gateway target.
209
230
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-oauthcredentialprovider.html}
@@ -1,4 +1,4 @@
1
- import type { ResourceDefinitionWithAttributes } from "../main.ts";
1
+ import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
2
2
  /**
3
3
  * The key value store. Use this to separate data from function code, allowing you to update data without having to publish a new version of a function. The key value store holds keys and their corresponding values.
4
4
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-keyvaluestore.html}
@@ -24,6 +24,10 @@ export type CloudFrontKeyValueStoreProps = {
24
24
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-keyvaluestore.html#cfn-cloudfront-keyvaluestore-name}
25
25
  */
26
26
  Name: string;
27
+ /**
28
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-keyvaluestore.html#cfn-cloudfront-keyvaluestore-tags}
29
+ */
30
+ Tags?: Tag[] | undefined;
27
31
  };
28
32
  /**
29
33
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-keyvaluestore.html#aws-resource-cloudfront-keyvaluestore-return-values}
@@ -42,6 +42,10 @@ export type ConnectEvaluationFormProps = {
42
42
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-evaluationform.html#cfn-connect-evaluationform-languageconfiguration}
43
43
  */
44
44
  LanguageConfiguration?: EvaluationFormLanguageConfiguration | undefined;
45
+ /**
46
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-evaluationform.html#cfn-connect-evaluationform-reviewconfiguration}
47
+ */
48
+ ReviewConfiguration?: EvaluationReviewConfiguration | undefined;
45
49
  /**
46
50
  * A scoring strategy of the evaluation form.
47
51
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-evaluationform.html#cfn-connect-evaluationform-scoringstrategy}
@@ -674,6 +678,48 @@ export type EvaluationFormTextQuestionProperties = {
674
678
  */
675
679
  Automation?: EvaluationFormTextQuestionAutomation | undefined;
676
680
  };
681
+ /**
682
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationreviewconfiguration.html}
683
+ */
684
+ export type EvaluationReviewConfiguration = {
685
+ /**
686
+ * Number of days during which a request for review can be submitted for evaluations created from this form.
687
+ * @min 1
688
+ * @max 90
689
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationreviewconfiguration.html#cfn-connect-evaluationform-evaluationreviewconfiguration-eligibilitydays}
690
+ */
691
+ EligibilityDays?: number | undefined;
692
+ /**
693
+ * List of recipients who should be notified when a review is requested.
694
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationreviewconfiguration.html#cfn-connect-evaluationform-evaluationreviewconfiguration-reviewnotificationrecipients}
695
+ */
696
+ ReviewNotificationRecipients: EvaluationReviewNotificationRecipient[];
697
+ };
698
+ /**
699
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationreviewnotificationrecipient.html}
700
+ */
701
+ export type EvaluationReviewNotificationRecipient = {
702
+ /**
703
+ * The type of notification recipient.
704
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationreviewnotificationrecipient.html#cfn-connect-evaluationform-evaluationreviewnotificationrecipient-type}
705
+ */
706
+ Type: "USER_ID";
707
+ /**
708
+ * The value associated with the notification recipient type.
709
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationreviewnotificationrecipient.html#cfn-connect-evaluationform-evaluationreviewnotificationrecipient-value}
710
+ */
711
+ Value: EvaluationReviewNotificationRecipientValue;
712
+ };
713
+ /**
714
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationreviewnotificationrecipientvalue.html}
715
+ */
716
+ export type EvaluationReviewNotificationRecipientValue = {
717
+ /**
718
+ * The user identifier for the notification recipient.
719
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationreviewnotificationrecipientvalue.html#cfn-connect-evaluationform-evaluationreviewnotificationrecipientvalue-userid}
720
+ */
721
+ UserId?: string | undefined;
722
+ };
677
723
  /**
678
724
  * Automation rule for multi-select questions based on rule categories.
679
725
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-multiselectquestionrulecategoryautomation.html}
@@ -34,6 +34,11 @@ export type DataZoneEnvironmentBlueprintConfigurationProps = {
34
34
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-environmentblueprintconfiguration.html#cfn-datazone-environmentblueprintconfiguration-environmentrolepermissionboundary}
35
35
  */
36
36
  EnvironmentRolePermissionBoundary?: string | undefined;
37
+ /**
38
+ * Region-agnostic environment blueprint parameters.
39
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-environmentblueprintconfiguration.html#cfn-datazone-environmentblueprintconfiguration-globalparameters}
40
+ */
41
+ GlobalParameters?: Record<string, string> | undefined;
37
42
  /**
38
43
  * The ARN of the manage access role.
39
44
  * @pattern ^arn:aws[^:]*:iam::\d{12}:role(/[a-zA-Z0-9+=,.@_-]+)*‍/[a-zA-Z0-9+=,.@_-]+$
@@ -47,6 +47,10 @@ export type DataZoneProjectProfileProps = {
47
47
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-projectprofile.html#cfn-datazone-projectprofile-status}
48
48
  */
49
49
  Status?: Status | undefined;
50
+ /**
51
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-projectprofile.html#cfn-datazone-projectprofile-usedefaultconfigurations}
52
+ */
53
+ UseDefaultConfigurations?: boolean | undefined;
50
54
  };
51
55
  /**
52
56
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-projectprofile.html#aws-resource-datazone-projectprofile-return-values}
@@ -0,0 +1,111 @@
1
+ import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
2
+ /**
3
+ * The AWS::DocDB::GlobalCluster resource represents an Amazon DocumentDB Global Cluster.
4
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-globalcluster.html}
5
+ */
6
+ export type DocDBGlobalCluster = ResourceDefinitionWithAttributes<"AWS::DocDB::GlobalCluster", DocDBGlobalClusterProps, DocDBGlobalClusterAttribs>;
7
+ /**
8
+ * The AWS::DocDB::GlobalCluster resource represents an Amazon DocumentDB Global Cluster.
9
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-globalcluster.html}
10
+ */
11
+ export type DocDBGlobalClusterProps = {
12
+ /**
13
+ * Indicates whether the global cluster has deletion protection enabled. The global cluster can't be deleted when deletion protection is enabled.
14
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-globalcluster.html#cfn-docdb-globalcluster-deletionprotection}
15
+ */
16
+ DeletionProtection?: boolean | undefined;
17
+ /**
18
+ * The database engine to use for this global cluster.
19
+ * @default "docdb"
20
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-globalcluster.html#cfn-docdb-globalcluster-engine}
21
+ */
22
+ Engine: "docdb";
23
+ /**
24
+ * The engine version to use for this global cluster.
25
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-globalcluster.html#cfn-docdb-globalcluster-engineversion}
26
+ */
27
+ EngineVersion?: string | undefined;
28
+ /**
29
+ * The cluster identifier of the global cluster.
30
+ * @minLength 1
31
+ * @maxLength 63
32
+ * @pattern ^[a-zA-Z]{1}(?:-?[a-zA-Z0-9]){0,62}$
33
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-globalcluster.html#cfn-docdb-globalcluster-globalclusteridentifier}
34
+ */
35
+ GlobalClusterIdentifier: string;
36
+ /**
37
+ * The Amazon Resource Name (ARN) to use as the primary cluster of the global cluster. You may also choose to instead specify the DBClusterIdentifier. If you provide a value for this parameter, don't specify values for the following settings because Amazon DocumentDB uses the values from the specified source DB cluster: Engine, EngineVersion, StorageEncrypted
38
+ * @pattern ^(?=.{40,128}$)arn.*
39
+ * @pattern ^[a-zA-Z]{1}(?:-?[a-zA-Z0-9]){0,62}$
40
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-globalcluster.html#cfn-docdb-globalcluster-sourcedbclusteridentifier}
41
+ */
42
+ SourceDBClusterIdentifier?: string | undefined;
43
+ /**
44
+ * Indicates whether the global cluster has storage encryption enabled.
45
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-globalcluster.html#cfn-docdb-globalcluster-storageencrypted}
46
+ */
47
+ StorageEncrypted?: boolean | undefined;
48
+ /**
49
+ * The tags to be assigned to the Amazon DocumentDB resource.
50
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-globalcluster.html#cfn-docdb-globalcluster-tags}
51
+ */
52
+ Tags?: Tag[] | undefined;
53
+ } | {
54
+ /**
55
+ * Indicates whether the global cluster has deletion protection enabled. The global cluster can't be deleted when deletion protection is enabled.
56
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-globalcluster.html#cfn-docdb-globalcluster-deletionprotection}
57
+ */
58
+ DeletionProtection?: boolean | undefined;
59
+ /**
60
+ * The database engine to use for this global cluster.
61
+ * @default "docdb"
62
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-globalcluster.html#cfn-docdb-globalcluster-engine}
63
+ */
64
+ Engine?: "docdb" | undefined;
65
+ /**
66
+ * The engine version to use for this global cluster.
67
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-globalcluster.html#cfn-docdb-globalcluster-engineversion}
68
+ */
69
+ EngineVersion?: string | undefined;
70
+ /**
71
+ * The cluster identifier of the global cluster.
72
+ * @minLength 1
73
+ * @maxLength 63
74
+ * @pattern ^[a-zA-Z]{1}(?:-?[a-zA-Z0-9]){0,62}$
75
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-globalcluster.html#cfn-docdb-globalcluster-globalclusteridentifier}
76
+ */
77
+ GlobalClusterIdentifier: string;
78
+ /**
79
+ * The Amazon Resource Name (ARN) to use as the primary cluster of the global cluster. You may also choose to instead specify the DBClusterIdentifier. If you provide a value for this parameter, don't specify values for the following settings because Amazon DocumentDB uses the values from the specified source DB cluster: Engine, EngineVersion, StorageEncrypted
80
+ * @pattern ^(?=.{40,128}$)arn.*
81
+ * @pattern ^[a-zA-Z]{1}(?:-?[a-zA-Z0-9]){0,62}$
82
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-globalcluster.html#cfn-docdb-globalcluster-sourcedbclusteridentifier}
83
+ */
84
+ SourceDBClusterIdentifier: string;
85
+ /**
86
+ * Indicates whether the global cluster has storage encryption enabled.
87
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-globalcluster.html#cfn-docdb-globalcluster-storageencrypted}
88
+ */
89
+ StorageEncrypted?: boolean | undefined;
90
+ /**
91
+ * The tags to be assigned to the Amazon DocumentDB resource.
92
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-globalcluster.html#cfn-docdb-globalcluster-tags}
93
+ */
94
+ Tags?: Tag[] | undefined;
95
+ };
96
+ /**
97
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-globalcluster.html#aws-resource-docdb-globalcluster-return-values}
98
+ */
99
+ export type DocDBGlobalClusterAttribs = {
100
+ /**
101
+ * The Amazon Resource Name (ARN) for the global cluster.
102
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-globalcluster.html#cfn-docdb-globalcluster-globalclusterarn}
103
+ */
104
+ GlobalClusterArn: string;
105
+ /**
106
+ * The AWS Region-unique, immutable identifier for the global database cluster. This identifier is found in AWS CloudTrail log entries whenever the AWS KMS key for the DB cluster is accessed.
107
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-globalcluster.html#cfn-docdb-globalcluster-globalclusterresourceid}
108
+ */
109
+ GlobalClusterResourceId: string;
110
+ };
111
+ //# sourceMappingURL=aws-docdb-globalcluster.d.ts.map
@@ -347,6 +347,9 @@ export type FleetLaunchTemplateOverridesRequest = {
347
347
  */
348
348
  AvailabilityZone?: string | undefined;
349
349
  /**
350
+ * The ID of the Availability Zone in which to launch the instances. For example, `use2-az1` .
351
+ *
352
+ * Either `AvailabilityZone` or `AvailabilityZoneId` must be specified in the request, but not both.
350
353
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-fleetlaunchtemplateoverridesrequest.html#cfn-ec2-ec2fleet-fleetlaunchtemplateoverridesrequest-availabilityzoneid}
351
354
  */
352
355
  AvailabilityZoneId?: string | undefined;
@@ -45,7 +45,7 @@ export type EC2IPAMPoolProps = {
45
45
  * Limits which service in AWS that the pool can be used in. "ec2", for example, allows users to use space for Elastic IP addresses and VPCs.
46
46
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipampool.html#cfn-ec2-ipampool-awsservice}
47
47
  */
48
- AwsService?: "ec2" | undefined;
48
+ AwsService?: "ec2" | "global-services" | undefined;
49
49
  /**
50
50
  * The description of the IPAM pool.
51
51
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipampool.html#cfn-ec2-ipampool-description}
@@ -703,6 +703,9 @@ export type LaunchTemplateOverrides = {
703
703
  */
704
704
  AvailabilityZone?: string | undefined;
705
705
  /**
706
+ * The ID of the Availability Zone in which to launch the instances. For example, `use2-az1` .
707
+ *
708
+ * Either `AvailabilityZone` or `AvailabilityZoneId` must be specified in the request, but not both.
706
709
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-launchtemplateoverrides.html#cfn-ec2-spotfleet-launchtemplateoverrides-availabilityzoneid}
707
710
  */
708
711
  AvailabilityZoneId?: string | undefined;
@@ -1216,6 +1219,11 @@ export type SpotPlacement = {
1216
1219
  */
1217
1220
  AvailabilityZone?: string | undefined;
1218
1221
  /**
1222
+ * The ID of the Availability Zone. For example, `use2-az1` .
1223
+ *
1224
+ * [Spot Fleet only] To specify multiple Availability Zones, separate them using commas; for example, " `use2-az1` , `use2-bz1` ".
1225
+ *
1226
+ * Either `AvailabilityZone` or `AvailabilityZoneId` must be specified in the request, but not both.
1219
1227
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotplacement.html#cfn-ec2-spotfleet-spotplacement-availabilityzoneid}
1220
1228
  */
1221
1229
  AvailabilityZoneId?: string | undefined;
@@ -153,6 +153,10 @@ export type InstanceLaunchTemplate = {
153
153
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-instancelaunchtemplate.html#cfn-ecs-capacityprovider-instancelaunchtemplate-ec2instanceprofilearn}
154
154
  */
155
155
  Ec2InstanceProfileArn: string;
156
+ /**
157
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-instancelaunchtemplate.html#cfn-ecs-capacityprovider-instancelaunchtemplate-fipsenabled}
158
+ */
159
+ FipsEnabled?: boolean | undefined;
156
160
  /**
157
161
  * The instance requirements. You can specify:
158
162
  *
@@ -318,7 +322,7 @@ export type ManagedInstancesNetworkConfiguration = {
318
322
  * The list of security group IDs to apply to Amazon ECS Managed Instances. These security groups control the network traffic allowed to and from the instances.
319
323
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedinstancesnetworkconfiguration.html#cfn-ecs-capacityprovider-managedinstancesnetworkconfiguration-securitygroups}
320
324
  */
321
- SecurityGroups?: string[] | undefined;
325
+ SecurityGroups: string[];
322
326
  /**
323
327
  * The list of subnet IDs where Amazon ECS can launch Amazon ECS Managed Instances. Instances are distributed across the specified subnets for high availability. All subnets must be in the same VPC.
324
328
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedinstancesnetworkconfiguration.html#cfn-ecs-capacityprovider-managedinstancesnetworkconfiguration-subnets}
@@ -10,7 +10,7 @@ export type EMRStudio = ResourceDefinitionWithAttributes<"AWS::EMR::Studio", EMR
10
10
  */
11
11
  export type EMRStudioProps = {
12
12
  /**
13
- * Specifies whether the Studio authenticates users using IAM Identity Center or IAM.
13
+ * Specifies whether the Studio authenticates users using SSO or IAM.
14
14
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-studio.html#cfn-emr-studio-authmode}
15
15
  */
16
16
  AuthMode: "SSO" | "IAM";
@@ -10,7 +10,7 @@ export type EMRStudioSessionMapping = ResourceDefinition<"AWS::EMR::StudioSessio
10
10
  */
11
11
  export type EMRStudioSessionMappingProps = {
12
12
  /**
13
- * The name of the user or group. For more information, see [UserName](https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_User.html#singlesignon-Type-User-UserName) and [DisplayName](https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_Group.html#singlesignon-Type-Group-DisplayName) in the *IAM Identity Center Identity Store API Reference* .
13
+ * The name of the user or group. For more information, see [UserName](https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_User.html#singlesignon-Type-User-UserName) and [DisplayName](https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_Group.html#singlesignon-Type-Group-DisplayName) in the *Identity Store API Reference* .
14
14
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-studiosessionmapping.html#cfn-emr-studiosessionmapping-identityname}
15
15
  */
16
16
  IdentityName: string;
@@ -133,7 +133,7 @@ export type EVSEnvironmentProps = {
133
133
  * The VCF version of the environment.
134
134
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evs-environment.html#cfn-evs-environment-vcfversion}
135
135
  */
136
- VcfVersion: "VCF-5.2.1";
136
+ VcfVersion: "VCF-5.2.1" | "VCF-5.2.2";
137
137
  /**
138
138
  * The VPC associated with the environment.
139
139
  * @minLength 12
@@ -305,7 +305,7 @@ export type LocationCapacity = {
305
305
  * @min 0
306
306
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-containerfleet-locationcapacity.html#cfn-gamelift-containerfleet-locationcapacity-minsize}
307
307
  */
308
- MinSize: number;
308
+ MinSize?: number | undefined;
309
309
  };
310
310
  /**
311
311
  * A remote location where a multi-location fleet can deploy game servers for game hosting.
@@ -298,7 +298,7 @@ export type LocationCapacity = {
298
298
  * @min 0
299
299
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-locationcapacity.html#cfn-gamelift-fleet-locationcapacity-minsize}
300
300
  */
301
- MinSize: number;
301
+ MinSize?: number | undefined;
302
302
  };
303
303
  /**
304
304
  * A remote location where a multi-location fleet can deploy game servers for game hosting.
@@ -16,6 +16,12 @@ export type GameLiftScriptProps = {
16
16
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html#cfn-gamelift-script-name}
17
17
  */
18
18
  Name?: string | undefined;
19
+ /**
20
+ * The Node.js version used for execution of the Realtime script.
21
+ * @pattern ^\d+\.[x0-9]+$
22
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html#cfn-gamelift-script-nodejsversion}
23
+ */
24
+ NodeJsVersion?: string | undefined;
19
25
  /**
20
26
  * The location of the Amazon S3 bucket where a zipped file containing your Realtime scripts is stored. The storage location must specify the Amazon S3 bucket name, the zip file name (the "key"), and a role ARN that allows Amazon GameLift Servers to access the Amazon S3 storage location. The S3 bucket must be in the same Region where you want to create a new script. By default, Amazon GameLift Servers uploads the latest version of the zip file; if you have S3 object versioning turned on, you can use the `ObjectVersion` parameter to specify an earlier version.
21
27
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html#cfn-gamelift-script-storagelocation}
@@ -15,7 +15,7 @@ export type GrafanaWorkspaceProps = {
15
15
  */
16
16
  AccountAccessType: AccountAccessType;
17
17
  /**
18
- * Specifies whether this workspace uses SAML 2.0, AWS IAM Identity Center , or both to authenticate users for using the Grafana console within a workspace. For more information, see [User authentication in Amazon Managed Grafana](https://docs.aws.amazon.com/grafana/latest/userguide/authentication-in-AMG.html) .
18
+ * Specifies whether this workspace uses SAML 2.0, SSOlong , or both to authenticate users for using the Grafana console within a workspace. For more information, see [User authentication in Amazon Managed Grafana](https://docs.aws.amazon.com/grafana/latest/userguide/authentication-in-AMG.html) .
19
19
  *
20
20
  * *Allowed Values* : `AWS_SSO | SAML`
21
21
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-grafana-workspace.html#cfn-grafana-workspace-authenticationproviders}
@@ -41,7 +41,7 @@ export type IoTSiteWisePortalProps = {
41
41
  /**
42
42
  * The service to use to authenticate users to the portal. Choose from the following options:
43
43
  *
44
- * - `SSO` – The portal uses AWS IAM Identity Center to authenticate users and manage user permissions. Before you can create a portal that uses IAM Identity Center, you must enable IAM Identity Center. For more information, see [Enabling IAM Identity Center](https://docs.aws.amazon.com/iot-sitewise/latest/userguide/monitor-get-started.html#mon-gs-sso) in the *AWS IoT SiteWise User Guide* . This option is only available in AWS Regions other than the China Regions.
44
+ * - `SSO` – The portal uses SSOlong to authenticate users and manage user permissions. Before you can create a portal that uses IAM Identity Center, you must enable IAM Identity Center. For more information, see [Enabling IAM Identity Center](https://docs.aws.amazon.com/iot-sitewise/latest/userguide/monitor-get-started.html#mon-gs-sso) in the *AWS IoT SiteWise User Guide* . This option is only available in AWS Regions other than the China Regions.
45
45
  * - `IAM` – The portal uses AWS Identity and Access Management to authenticate users and manage user permissions.
46
46
  *
47
47
  * You can't change this value after you create a portal.
@@ -98,7 +98,7 @@ export type IoTSiteWisePortalAttribs = {
98
98
  */
99
99
  PortalArn: string;
100
100
  /**
101
- * The IAM Identity Center application generated client ID (used with IAM Identity Center APIs).
101
+ * The SSO application generated client ID (used with SSO APIs).
102
102
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-portal.html#cfn-iotsitewise-portal-portalclientid}
103
103
  */
104
104
  PortalClientId: string;
@@ -296,7 +296,7 @@ export type ProvisionedCapacity = {
296
296
  * The number of microcontroller units (MCUs) allocated to each connector worker. The valid values are 1,2,4,8.
297
297
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kafkaconnect-connector-provisionedcapacity.html#cfn-kafkaconnect-connector-provisionedcapacity-mcucount}
298
298
  */
299
- McuCount?: 1 | 2 | 4 | 8 | undefined;
299
+ McuCount: 1 | 2 | 4 | 8;
300
300
  /**
301
301
  * The number of workers that are allocated to the connector.
302
302
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kafkaconnect-connector-provisionedcapacity.html#cfn-kafkaconnect-connector-provisionedcapacity-workercount}
@@ -583,6 +583,13 @@ export type FilterConfiguration = {
583
583
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-filterconfiguration.html#cfn-mediapackagev2-originendpoint-filterconfiguration-clipstarttime}
584
584
  */
585
585
  ClipStartTime?: string | undefined;
586
+ /**
587
+ * <p>Optionally specify one or more DRM settings for all of your manifest egress requests. When you include a DRM setting, note that you cannot use an identical DRM setting query parameter for this manifest's endpoint URL.</p>
588
+ * @minLength 1
589
+ * @maxLength 1024
590
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-filterconfiguration.html#cfn-mediapackagev2-originendpoint-filterconfiguration-drmsettings}
591
+ */
592
+ DrmSettings?: string | undefined;
586
593
  /**
587
594
  * Optionally specify the end time for all of your manifest egress requests. When you include end time, note that you cannot use end time query parameters for this manifest's endpoint URL.
588
595
  * @format date-time
@@ -786,6 +793,16 @@ export type Scte = {
786
793
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-scte.html#cfn-mediapackagev2-originendpoint-scte-sctefilter}
787
794
  */
788
795
  ScteFilter?: ScteFilter[] | undefined;
796
+ /**
797
+ * Controls whether SCTE-35 messages are included in segment files.
798
+ *
799
+ * - None – SCTE-35 messages are not included in segments (default)
800
+ * - All – SCTE-35 messages are embedded in segment data
801
+ *
802
+ * For DASH manifests, when set to `All` , an `InbandEventStream` tag signals that SCTE messages are present in segments. This setting works independently of manifest ad markers.
803
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-scte.html#cfn-mediapackagev2-originendpoint-scte-scteinsegments}
804
+ */
805
+ ScteInSegments?: ScteInSegments | undefined;
789
806
  };
790
807
  /**
791
808
  * The SCTE configuration.
@@ -818,6 +835,10 @@ export type ScteHls = {
818
835
  */
819
836
  AdMarkerHls?: AdMarkerHls | undefined;
820
837
  };
838
+ /**
839
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-scteinsegments.html}
840
+ */
841
+ export type ScteInSegments = "NONE" | "ALL";
821
842
  /**
822
843
  * The segment configuration, including the segment name, duration, and other configuration values.
823
844
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-segment.html}
@@ -869,6 +890,14 @@ export type Segment = {
869
890
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-spekekeyprovider.html}
870
891
  */
871
892
  export type SpekeKeyProvider = {
893
+ /**
894
+ * <p>The ARN for the certificate that you imported to AWS Certificate Manager to add content key encryption to this endpoint. For this feature to work, your DRM key provider must support content key encryption.</p>
895
+ * @minLength 20
896
+ * @maxLength 2048
897
+ * @pattern ^arn:([^:\n]+):acm:([^:\n]+):([0-9]+):certificate/[a-zA-Z0-9-_]+$
898
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-spekekeyprovider.html#cfn-mediapackagev2-originendpoint-spekekeyprovider-certificatearn}
899
+ */
900
+ CertificateArn?: string | undefined;
872
901
  /**
873
902
  * The DRM solution provider you're using to protect your content during distribution.
874
903
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-spekekeyprovider.html#cfn-mediapackagev2-originendpoint-spekekeyprovider-drmsystems}