@propulsionworks/cloudformation 0.1.26 → 0.1.27

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 (60) hide show
  1. package/out/exports/resources.generated/aws-acmpca-permission.d.ts +2 -2
  2. package/out/exports/resources.generated/aws-amplify-domain.d.ts +2 -2
  3. package/out/exports/resources.generated/aws-apigateway-domainname.d.ts +2 -2
  4. package/out/exports/resources.generated/aws-apigatewayv2-domainname.d.ts +1 -1
  5. package/out/exports/resources.generated/aws-appmesh-virtualgateway.d.ts +4 -4
  6. package/out/exports/resources.generated/aws-appmesh-virtualnode.d.ts +4 -4
  7. package/out/exports/resources.generated/aws-appstream-fleet.d.ts +5 -0
  8. package/out/exports/resources.generated/aws-appstream-imagebuilder.d.ts +5 -0
  9. package/out/exports/resources.generated/aws-appsync-domainname.d.ts +1 -1
  10. package/out/exports/resources.generated/aws-aps-scraper.d.ts +9 -1
  11. package/out/exports/resources.generated/aws-batch-computeenvironment.d.ts +2 -1
  12. package/out/exports/resources.generated/aws-bedrock-guardrail.d.ts +4 -4
  13. package/out/exports/resources.generated/aws-bedrockagentcore-browsercustom.d.ts +124 -0
  14. package/out/exports/resources.generated/aws-bedrockagentcore-codeinterpretercustom.d.ts +88 -0
  15. package/out/exports/resources.generated/aws-bedrockagentcore-runtime.d.ts +158 -0
  16. package/out/exports/resources.generated/aws-bedrockagentcore-runtimeendpoint.d.ts +89 -0
  17. package/out/exports/resources.generated/aws-certificatemanager-certificate.d.ts +3 -3
  18. package/out/exports/resources.generated/aws-cleanrooms-analysistemplate.d.ts +18 -0
  19. package/out/exports/resources.generated/aws-cleanrooms-collaboration.d.ts +9 -0
  20. package/out/exports/resources.generated/aws-cloudfront-distribution.d.ts +2 -2
  21. package/out/exports/resources.generated/aws-cloudfront-distributiontenant.d.ts +3 -3
  22. package/out/exports/resources.generated/aws-cognito-userpooldomain.d.ts +1 -1
  23. package/out/exports/resources.generated/aws-connect-routingprofile.d.ts +16 -0
  24. package/out/exports/resources.generated/aws-datazone-connection.d.ts +2 -2
  25. package/out/exports/resources.generated/aws-datazone-policygrant.d.ts +6 -2
  26. package/out/exports/resources.generated/aws-datazone-projectprofile.d.ts +2 -2
  27. package/out/exports/resources.generated/aws-dynamodb-globaltable.d.ts +8 -0
  28. package/out/exports/resources.generated/aws-dynamodb-table.d.ts +4 -0
  29. package/out/exports/resources.generated/aws-ec2-clientvpnendpoint.d.ts +2 -2
  30. package/out/exports/resources.generated/aws-ec2-enclavecertificateiamroleassociation.d.ts +2 -2
  31. package/out/exports/resources.generated/aws-ecs-service.d.ts +9 -0
  32. package/out/exports/resources.generated/aws-elasticsearch-domain.d.ts +1 -1
  33. package/out/exports/resources.generated/aws-evs-environment.d.ts +2 -0
  34. package/out/exports/resources.generated/aws-gamelift-fleet.d.ts +2 -2
  35. package/out/exports/resources.generated/aws-iam-servercertificate.d.ts +2 -2
  36. package/out/exports/resources.generated/aws-medialive-channel.d.ts +21 -0
  37. package/out/exports/resources.generated/aws-mediapackage-originendpoint.d.ts +1 -1
  38. package/out/exports/resources.generated/aws-networkfirewall-tlsinspectionconfiguration.d.ts +6 -6
  39. package/out/exports/resources.generated/aws-odb-cloudexadatainfrastructure.d.ts +60 -0
  40. package/out/exports/resources.generated/aws-odb-cloudvmcluster.d.ts +20 -0
  41. package/out/exports/resources.generated/aws-odb-odbnetwork.d.ts +22 -0
  42. package/out/exports/resources.generated/aws-odb-odbpeeringconnection.d.ts +71 -0
  43. package/out/exports/resources.generated/aws-opensearchserverless-securityconfig.d.ts +4 -3
  44. package/out/exports/resources.generated/aws-opensearchservice-domain.d.ts +1 -1
  45. package/out/exports/resources.generated/aws-pcs-cluster.d.ts +1 -1
  46. package/out/exports/resources.generated/aws-pcs-computenodegroup.d.ts +1 -1
  47. package/out/exports/resources.generated/aws-quicksight-dashboard.d.ts +7 -0
  48. package/out/exports/resources.generated/aws-servicecatalog-launchtemplateconstraint.d.ts +1 -0
  49. package/out/exports/resources.generated/aws-servicecatalog-portfolioprincipalassociation.d.ts +2 -2
  50. package/out/exports/resources.generated/aws-smsvoice-configurationset.d.ts +50 -28
  51. package/out/exports/resources.generated/aws-smsvoice-optoutlist.d.ts +13 -5
  52. package/out/exports/resources.generated/aws-smsvoice-phonenumber.d.ts +24 -11
  53. package/out/exports/resources.generated/aws-smsvoice-pool.d.ts +31 -13
  54. package/out/exports/resources.generated/aws-smsvoice-protectconfiguration.d.ts +23 -6
  55. package/out/exports/resources.generated/aws-smsvoice-resourcepolicy.d.ts +3 -3
  56. package/out/exports/resources.generated/aws-smsvoice-senderid.d.ts +5 -5
  57. package/out/exports/resources.generated/aws-transfer-server.d.ts +5 -5
  58. package/out/exports/resources.generated/aws-verifiedpermissions-identitysource.d.ts +2 -2
  59. package/out/exports/resources.generated/aws-vpclattice-resourcegateway.d.ts +0 -5
  60. package/package.json +1 -1
@@ -0,0 +1,158 @@
1
+ import type { ResourceDefinitionWithAttributes } from "../main.ts";
2
+ /**
3
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtime.html}
4
+ */
5
+ export type BedrockAgentCoreRuntime = ResourceDefinitionWithAttributes<"AWS::BedrockAgentCore::Runtime", BedrockAgentCoreRuntimeProps, BedrockAgentCoreRuntimeAttribs>;
6
+ /**
7
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtime.html}
8
+ */
9
+ export type BedrockAgentCoreRuntimeProps = {
10
+ /**
11
+ * The artifact of the agent
12
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtime.html#cfn-bedrockagentcore-runtime-agentruntimeartifact}
13
+ */
14
+ AgentRuntimeArtifact: AgentRuntimeArtifact;
15
+ /**
16
+ * Name for a resource
17
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtime.html#cfn-bedrockagentcore-runtime-agentruntimename}
18
+ */
19
+ AgentRuntimeName: string;
20
+ /**
21
+ * Authorizer configuration for the agent runtime
22
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtime.html#cfn-bedrockagentcore-runtime-authorizerconfiguration}
23
+ */
24
+ AuthorizerConfiguration?: AuthorizerConfiguration | undefined;
25
+ /**
26
+ * Description of the resource
27
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtime.html#cfn-bedrockagentcore-runtime-description}
28
+ */
29
+ Description?: string | undefined;
30
+ /**
31
+ * Environment variables for the agent runtime
32
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtime.html#cfn-bedrockagentcore-runtime-environmentvariables}
33
+ */
34
+ EnvironmentVariables?: Record<string, string> | undefined;
35
+ /**
36
+ * Network access configuration for the Agent
37
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtime.html#cfn-bedrockagentcore-runtime-networkconfiguration}
38
+ */
39
+ NetworkConfiguration: NetworkConfiguration;
40
+ /**
41
+ * Protocol configuration for the agent runtime
42
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtime.html#cfn-bedrockagentcore-runtime-protocolconfiguration}
43
+ */
44
+ ProtocolConfiguration?: ProtocolConfiguration | undefined;
45
+ /**
46
+ * Amazon Resource Name (ARN) of an IAM role
47
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtime.html#cfn-bedrockagentcore-runtime-rolearn}
48
+ */
49
+ RoleArn: string;
50
+ /**
51
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtime.html#cfn-bedrockagentcore-runtime-tags}
52
+ */
53
+ Tags?: Record<string, string> | undefined;
54
+ };
55
+ /**
56
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtime.html#aws-resource-bedrockagentcore-runtime-return-values}
57
+ */
58
+ export type BedrockAgentCoreRuntimeAttribs = {
59
+ /**
60
+ * The Amazon Resource Name(ARN) that uniquely identifies the Agent
61
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtime.html#cfn-bedrockagentcore-runtime-agentruntimearn}
62
+ */
63
+ AgentRuntimeArn: string;
64
+ /**
65
+ * Identifier for a resource
66
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtime.html#cfn-bedrockagentcore-runtime-agentruntimeid}
67
+ */
68
+ AgentRuntimeId: string;
69
+ /**
70
+ * Version of the Agent
71
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtime.html#cfn-bedrockagentcore-runtime-agentruntimeversion}
72
+ */
73
+ AgentRuntimeVersion: string;
74
+ /**
75
+ * Timestamp when the Agent was created
76
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtime.html#cfn-bedrockagentcore-runtime-createdat}
77
+ */
78
+ CreatedAt: string;
79
+ /**
80
+ * When resource was last updated
81
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtime.html#cfn-bedrockagentcore-runtime-lastupdatedat}
82
+ */
83
+ LastUpdatedAt: string;
84
+ /**
85
+ * Current status of the agent
86
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtime.html#cfn-bedrockagentcore-runtime-status}
87
+ */
88
+ Status: AgentStatus;
89
+ };
90
+ /**
91
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-runtime-agentruntimeartifact.html}
92
+ */
93
+ export type AgentRuntimeArtifact = {
94
+ /**
95
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-runtime-agentruntimeartifact.html#cfn-bedrockagentcore-runtime-agentruntimeartifact-containerconfiguration}
96
+ */
97
+ ContainerConfiguration?: ContainerConfiguration | undefined;
98
+ };
99
+ /**
100
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-runtime-agentstatus.html}
101
+ */
102
+ export type AgentStatus = "CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING";
103
+ /**
104
+ * Configuration for the authorizer
105
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-runtime-authorizerconfiguration.html}
106
+ */
107
+ export type AuthorizerConfiguration = {
108
+ /**
109
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-runtime-authorizerconfiguration.html#cfn-bedrockagentcore-runtime-authorizerconfiguration-customjwtauthorizer}
110
+ */
111
+ CustomJWTAuthorizer?: CustomJWTAuthorizerConfiguration | undefined;
112
+ };
113
+ /**
114
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-runtime-containerconfiguration.html}
115
+ */
116
+ export type ContainerConfiguration = {
117
+ /**
118
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-runtime-containerconfiguration.html#cfn-bedrockagentcore-runtime-containerconfiguration-containeruri}
119
+ */
120
+ ContainerUri: string;
121
+ };
122
+ /**
123
+ * Configuration for custom JWT authorizer
124
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-runtime-customjwtauthorizerconfiguration.html}
125
+ */
126
+ export type CustomJWTAuthorizerConfiguration = {
127
+ /**
128
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-runtime-customjwtauthorizerconfiguration.html#cfn-bedrockagentcore-runtime-customjwtauthorizerconfiguration-allowedaudience}
129
+ */
130
+ AllowedAudience?: string[] | undefined;
131
+ /**
132
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-runtime-customjwtauthorizerconfiguration.html#cfn-bedrockagentcore-runtime-customjwtauthorizerconfiguration-allowedclients}
133
+ */
134
+ AllowedClients?: string[] | undefined;
135
+ /**
136
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-runtime-customjwtauthorizerconfiguration.html#cfn-bedrockagentcore-runtime-customjwtauthorizerconfiguration-discoveryurl}
137
+ */
138
+ DiscoveryUrl: string;
139
+ };
140
+ /**
141
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-runtime-networkconfiguration.html}
142
+ */
143
+ export type NetworkConfiguration = {
144
+ /**
145
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-runtime-networkconfiguration.html#cfn-bedrockagentcore-runtime-networkconfiguration-networkmode}
146
+ */
147
+ NetworkMode: NetworkMode;
148
+ };
149
+ /**
150
+ * Network mode configuration type
151
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-runtime-networkmode.html}
152
+ */
153
+ export type NetworkMode = "PUBLIC";
154
+ /**
155
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-runtime-protocolconfiguration.html}
156
+ */
157
+ export type ProtocolConfiguration = "MCP" | "HTTP";
158
+ //# sourceMappingURL=aws-bedrockagentcore-runtime.d.ts.map
@@ -0,0 +1,89 @@
1
+ import type { ResourceDefinitionWithAttributes } from "../main.ts";
2
+ /**
3
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtimeendpoint.html}
4
+ */
5
+ export type BedrockAgentCoreRuntimeEndpoint = ResourceDefinitionWithAttributes<"AWS::BedrockAgentCore::RuntimeEndpoint", BedrockAgentCoreRuntimeEndpointProps, BedrockAgentCoreRuntimeEndpointAttribs>;
6
+ /**
7
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtimeendpoint.html}
8
+ */
9
+ export type BedrockAgentCoreRuntimeEndpointProps = {
10
+ /**
11
+ * The ID of the parent Agent Runtime (required for creation)
12
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtimeendpoint.html#cfn-bedrockagentcore-runtimeendpoint-agentruntimeid}
13
+ */
14
+ AgentRuntimeId: string;
15
+ /**
16
+ * The version of the AgentCore Runtime to use for the endpoint.
17
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtimeendpoint.html#cfn-bedrockagentcore-runtimeendpoint-agentruntimeversion}
18
+ */
19
+ AgentRuntimeVersion?: string | undefined;
20
+ /**
21
+ * The description of the AgentCore Runtime endpoint.
22
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtimeendpoint.html#cfn-bedrockagentcore-runtimeendpoint-description}
23
+ */
24
+ Description?: string | undefined;
25
+ /**
26
+ * The name of the Agent Runtime Endpoint
27
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtimeendpoint.html#cfn-bedrockagentcore-runtimeendpoint-name}
28
+ */
29
+ Name: string;
30
+ /**
31
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtimeendpoint.html#cfn-bedrockagentcore-runtimeendpoint-tags}
32
+ */
33
+ Tags?: Record<string, string> | undefined;
34
+ };
35
+ /**
36
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtimeendpoint.html#aws-resource-bedrockagentcore-runtimeendpoint-return-values}
37
+ */
38
+ export type BedrockAgentCoreRuntimeEndpointAttribs = {
39
+ /**
40
+ * The ARN of the Agent Runtime
41
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtimeendpoint.html#cfn-bedrockagentcore-runtimeendpoint-agentruntimearn}
42
+ */
43
+ AgentRuntimeArn: string;
44
+ /**
45
+ * The Amazon Resource Name (ARN) of the AgentCore Runtime.
46
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtimeendpoint.html#cfn-bedrockagentcore-runtimeendpoint-agentruntimeendpointarn}
47
+ */
48
+ AgentRuntimeEndpointArn: string;
49
+ /**
50
+ * The timestamp when the Agent Runtime Endpoint was created
51
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtimeendpoint.html#cfn-bedrockagentcore-runtimeendpoint-createdat}
52
+ */
53
+ CreatedAt: string;
54
+ /**
55
+ * The reason for failure if the endpoint is in a failed state
56
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtimeendpoint.html#cfn-bedrockagentcore-runtimeendpoint-failurereason}
57
+ */
58
+ FailureReason: string;
59
+ /**
60
+ * The unique identifier of the AgentCore Runtime endpoint.
61
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtimeendpoint.html#cfn-bedrockagentcore-runtimeendpoint-id}
62
+ */
63
+ Id: string;
64
+ /**
65
+ * The timestamp when the Agent Runtime Endpoint was last updated
66
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtimeendpoint.html#cfn-bedrockagentcore-runtimeendpoint-lastupdatedat}
67
+ */
68
+ LastUpdatedAt: string;
69
+ /**
70
+ * The Live version of the Agent Runtime
71
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtimeendpoint.html#cfn-bedrockagentcore-runtimeendpoint-liveversion}
72
+ */
73
+ LiveVersion: string;
74
+ /**
75
+ * The status of the Agent Runtime Endpoint
76
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtimeendpoint.html#cfn-bedrockagentcore-runtimeendpoint-status}
77
+ */
78
+ Status: AgentRuntimeEndpointStatus;
79
+ /**
80
+ * The target version of the AgentCore Runtime for the endpoint.
81
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtimeendpoint.html#cfn-bedrockagentcore-runtimeendpoint-targetversion}
82
+ */
83
+ TargetVersion: string;
84
+ };
85
+ /**
86
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-runtimeendpoint-agentruntimeendpointstatus.html}
87
+ */
88
+ export type AgentRuntimeEndpointStatus = "CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING";
89
+ //# sourceMappingURL=aws-bedrockagentcore-runtimeendpoint.d.ts.map
@@ -1,6 +1,6 @@
1
1
  import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
2
2
  /**
3
- * The `AWS::CertificateManager::Certificate` resource requests an AWS Certificate Manager ( ACM ) certificate that you can use to enable secure connections. For example, you can deploy an ACM certificate to an Elastic Load Balancer to enable HTTPS support. For more information, see [RequestCertificate](https://docs.aws.amazon.com/acm/latest/APIReference/API_RequestCertificate.html) in the AWS Certificate Manager API Reference.
3
+ * The `AWS::CertificateManager::Certificate` resource requests an Certificate Manager ( ACM ) certificate that you can use to enable secure connections. For example, you can deploy an ACM certificate to an Elastic Load Balancer to enable HTTPS support. For more information, see [RequestCertificate](https://docs.aws.amazon.com/acm/latest/APIReference/API_RequestCertificate.html) in the Certificate Manager API Reference.
4
4
  *
5
5
  * > When you use the `AWS::CertificateManager::Certificate` resource in a CloudFormation stack, domain validation is handled automatically if all three of the following are true: The certificate domain is hosted in Amazon Route 53, the domain resides in your AWS account , and you are using DNS validation.
6
6
  * >
@@ -9,7 +9,7 @@ import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
9
9
  */
10
10
  export type CertificateManagerCertificate = ResourceDefinitionWithAttributes<"AWS::CertificateManager::Certificate", CertificateManagerCertificateProps, CertificateManagerCertificateAttribs>;
11
11
  /**
12
- * The `AWS::CertificateManager::Certificate` resource requests an AWS Certificate Manager ( ACM ) certificate that you can use to enable secure connections. For example, you can deploy an ACM certificate to an Elastic Load Balancer to enable HTTPS support. For more information, see [RequestCertificate](https://docs.aws.amazon.com/acm/latest/APIReference/API_RequestCertificate.html) in the AWS Certificate Manager API Reference.
12
+ * The `AWS::CertificateManager::Certificate` resource requests an Certificate Manager ( ACM ) certificate that you can use to enable secure connections. For example, you can deploy an ACM certificate to an Elastic Load Balancer to enable HTTPS support. For more information, see [RequestCertificate](https://docs.aws.amazon.com/acm/latest/APIReference/API_RequestCertificate.html) in the Certificate Manager API Reference.
13
13
  *
14
14
  * > When you use the `AWS::CertificateManager::Certificate` resource in a CloudFormation stack, domain validation is handled automatically if all three of the following are true: The certificate domain is hosted in Amazon Route 53, the domain resides in your AWS account , and you are using DNS validation.
15
15
  * >
@@ -95,7 +95,7 @@ export type CertificateManagerCertificateAttribs = {
95
95
  Id: string;
96
96
  };
97
97
  /**
98
- * `DomainValidationOption` is a property of the [AWS::CertificateManager::Certificate](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html) resource that specifies the AWS Certificate Manager ( ACM ) certificate domain to validate. Depending on the chosen validation method, ACM checks the domain's DNS record for a validation CNAME, or it attempts to send a validation email message to the domain owner.
98
+ * `DomainValidationOption` is a property of the [AWS::CertificateManager::Certificate](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html) resource that specifies the Certificate Manager ( ACM ) certificate domain to validate. Depending on the chosen validation method, ACM checks the domain's DNS record for a validation CNAME, or it attempts to send a validation email message to the domain owner.
99
99
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-certificatemanager-certificate-domainvalidationoption.html}
100
100
  */
101
101
  export type DomainValidationOption = {
@@ -21,6 +21,11 @@ export type CleanRoomsAnalysisTemplateProps = {
21
21
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanrooms-analysistemplate.html#cfn-cleanrooms-analysistemplate-description}
22
22
  */
23
23
  Description?: string | undefined;
24
+ /**
25
+ * The configuration that specifies the level of detail in error messages returned by analyses using this template. When set to `DETAILED` , error messages include more information to help troubleshoot issues with PySpark jobs. Detailed error messages may expose underlying data, including sensitive information. Recommended for faster troubleshooting in development and testing environments.
26
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanrooms-analysistemplate.html#cfn-cleanrooms-analysistemplate-errormessageconfiguration}
27
+ */
28
+ ErrorMessageConfiguration?: ErrorMessageConfiguration | undefined;
24
29
  /**
25
30
  * The format of the analysis template.
26
31
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanrooms-analysistemplate.html#cfn-cleanrooms-analysistemplate-format}
@@ -218,6 +223,19 @@ export type AnalysisTemplateArtifacts = {
218
223
  */
219
224
  RoleArn: string;
220
225
  };
226
+ /**
227
+ * A structure that defines the level of detail included in error messages returned by PySpark jobs. This configuration allows you to control the verbosity of error messages to help with troubleshooting PySpark jobs while maintaining appropriate security controls.
228
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-analysistemplate-errormessageconfiguration.html}
229
+ */
230
+ export type ErrorMessageConfiguration = {
231
+ /**
232
+ * The level of detail for error messages returned by the PySpark job. When set to DETAILED, error messages include more information to help troubleshoot issues with your PySpark job.
233
+ *
234
+ * Because this setting may expose sensitive data, it is recommended for development and testing environments.
235
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-analysistemplate-errormessageconfiguration.html#cfn-cleanrooms-analysistemplate-errormessageconfiguration-type}
236
+ */
237
+ Type: "DETAILED";
238
+ };
221
239
  /**
222
240
  * Hash
223
241
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-analysistemplate-hash.html}
@@ -16,6 +16,11 @@ export type CleanRoomsCollaborationProps = {
16
16
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanrooms-collaboration.html#cfn-cleanrooms-collaboration-analyticsengine}
17
17
  */
18
18
  AnalyticsEngine?: AnalyticsEngine | undefined;
19
+ /**
20
+ * The types of change requests that are automatically approved for this collaboration.
21
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanrooms-collaboration.html#cfn-cleanrooms-collaboration-autoapprovedchangetypes}
22
+ */
23
+ AutoApprovedChangeTypes?: AutoApprovedChangeType[] | undefined;
19
24
  /**
20
25
  * A display name of the collaboration creator.
21
26
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanrooms-collaboration.html#cfn-cleanrooms-collaboration-creatordisplayname}
@@ -111,6 +116,10 @@ export type CleanRoomsCollaborationAttribs = {
111
116
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-collaboration-analyticsengine.html}
112
117
  */
113
118
  export type AnalyticsEngine = "CLEAN_ROOMS_SQL" | "SPARK";
119
+ /**
120
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-collaboration-autoapprovedchangetype.html}
121
+ */
122
+ export type AutoApprovedChangeType = "ADD_MEMBER";
114
123
  /**
115
124
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-collaboration-collaborationjoblogstatus.html}
116
125
  */
@@ -1301,7 +1301,7 @@ export type StatusCodes = {
1301
1301
  * - To accept HTTPS connections from only viewers that support SNI, set `SSLSupportMethod` to `sni-only` . This is recommended. Most browsers and clients support SNI. (In CloudFormation, the field name is `SslSupportMethod` . Note the different capitalization.)
1302
1302
  * - To accept HTTPS connections from all viewers, including those that don't support SNI, set `SSLSupportMethod` to `vip` . This is not recommended, and results in additional monthly charges from CloudFront. (In CloudFormation, the field name is `SslSupportMethod` . Note the different capitalization.)
1303
1303
  * - The minimum SSL/TLS protocol version that the distribution can use to communicate with viewers. To specify a minimum version, choose a value for `MinimumProtocolVersion` . For more information, see [Security Policy](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValues-security-policy) in the *Amazon CloudFront Developer Guide* .
1304
- * - The location of the SSL/TLS certificate, [AWS Certificate Manager (ACM)](https://docs.aws.amazon.com/acm/latest/userguide/acm-overview.html) (recommended) or [AWS Identity and Access Management (IAM)](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html) . You specify the location by setting a value in one of the following fields (not both):
1304
+ * - The location of the SSL/TLS certificate, [Certificate Manager (ACM)](https://docs.aws.amazon.com/acm/latest/userguide/acm-overview.html) (recommended) or [AWS Identity and Access Management (IAM)](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html) . You specify the location by setting a value in one of the following fields (not both):
1305
1305
  *
1306
1306
  * - `ACMCertificateArn` (In CloudFormation, this field name is `AcmCertificateArn` . Note the different capitalization.)
1307
1307
  * - `IAMCertificateId` (In CloudFormation, this field name is `IamCertificateId` . Note the different capitalization.)
@@ -1315,7 +1315,7 @@ export type ViewerCertificate = {
1315
1315
  /**
1316
1316
  * > In CloudFormation, this field name is `AcmCertificateArn` . Note the different capitalization.
1317
1317
  *
1318
- * If the distribution uses `Aliases` (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in [AWS Certificate Manager (ACM)](https://docs.aws.amazon.com/acm/latest/userguide/acm-overview.html) , provide the Amazon Resource Name (ARN) of the ACM certificate. CloudFront only supports ACM certificates in the US East (N. Virginia) Region ( `us-east-1` ).
1318
+ * If the distribution uses `Aliases` (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in [Certificate Manager (ACM)](https://docs.aws.amazon.com/acm/latest/userguide/acm-overview.html) , provide the Amazon Resource Name (ARN) of the ACM certificate. CloudFront only supports ACM certificates in the US East (N. Virginia) Region ( `us-east-1` ).
1319
1319
  *
1320
1320
  * If you specify an ACM certificate ARN, you must also specify values for `MinimumProtocolVersion` and `SSLSupportMethod` . (In CloudFormation, the field name is `SslSupportMethod` . Note the different capitalization.)
1321
1321
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-viewercertificate.html#cfn-cloudfront-distribution-viewercertificate-acmcertificatearn}
@@ -93,7 +93,7 @@ export type CloudFrontDistributionTenantAttribs = {
93
93
  Status: string;
94
94
  };
95
95
  /**
96
- * The AWS Certificate Manager (ACM) certificate associated with your distribution.
96
+ * The Certificate Manager (ACM) certificate associated with your distribution.
97
97
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distributiontenant-certificate.html}
98
98
  */
99
99
  export type Certificate = {
@@ -109,7 +109,7 @@ export type Certificate = {
109
109
  */
110
110
  export type Customizations = {
111
111
  /**
112
- * The AWS Certificate Manager (ACM) certificate.
112
+ * The Certificate Manager (ACM) certificate.
113
113
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distributiontenant-customizations.html#cfn-cloudfront-distributiontenant-customizations-certificate}
114
114
  */
115
115
  Certificate?: Certificate | undefined;
@@ -150,7 +150,7 @@ export type GeoRestrictionCustomization = {
150
150
  */
151
151
  export type ManagedCertificateRequest = {
152
152
  /**
153
- * You can opt out of certificate transparency logging by specifying the `disabled` option. Opt in by specifying `enabled` . For more information, see [Certificate Transparency Logging](https://docs.aws.amazon.com/acm/latest/userguide/acm-concepts.html#concept-transparency) in the *AWS Certificate Manager User Guide* .
153
+ * You can opt out of certificate transparency logging by specifying the `disabled` option. Opt in by specifying `enabled` . For more information, see [Certificate Transparency Logging](https://docs.aws.amazon.com/acm/latest/userguide/acm-concepts.html#concept-transparency) in the *Certificate Manager User Guide* .
154
154
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distributiontenant-managedcertificaterequest.html#cfn-cloudfront-distributiontenant-managedcertificaterequest-certificatetransparencyloggingpreference}
155
155
  */
156
156
  CertificateTransparencyLoggingPreference?: "enabled" | "disabled" | undefined;
@@ -48,7 +48,7 @@ export type CognitoUserPoolDomainAttribs = {
48
48
  */
49
49
  export type CustomDomainConfigType = {
50
50
  /**
51
- * The Amazon Resource Name (ARN) of an AWS Certificate Manager SSL certificate. You use this certificate for the subdomain of your custom domain.
51
+ * The Amazon Resource Name (ARN) of an Certificate Manager SSL certificate. You use this certificate for the subdomain of your custom domain.
52
52
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpooldomain-customdomainconfigtype.html#cfn-cognito-userpooldomain-customdomainconfigtype-certificatearn}
53
53
  */
54
54
  CertificateArn?: string | undefined;
@@ -33,6 +33,11 @@ export type ConnectRoutingProfileProps = {
33
33
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-routingprofile.html#cfn-connect-routingprofile-instancearn}
34
34
  */
35
35
  InstanceArn: string;
36
+ /**
37
+ * The manual assignment queues to associate with this routing profile.
38
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-routingprofile.html#cfn-connect-routingprofile-manualassignmentqueueconfigs}
39
+ */
40
+ ManualAssignmentQueueConfigs?: RoutingProfileManualAssignmentQueueConfig[] | undefined;
36
41
  /**
37
42
  * The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.
38
43
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-routingprofile.html#cfn-connect-routingprofile-mediaconcurrencies}
@@ -115,6 +120,17 @@ export type MediaConcurrency = {
115
120
  */
116
121
  CrossChannelBehavior?: CrossChannelBehavior | undefined;
117
122
  };
123
+ /**
124
+ * Contains information about the manual assignment queue and channel
125
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-routingprofile-routingprofilemanualassignmentqueueconfig.html}
126
+ */
127
+ export type RoutingProfileManualAssignmentQueueConfig = {
128
+ /**
129
+ * Contains the channel and queue identifier for a routing profile.
130
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-routingprofile-routingprofilemanualassignmentqueueconfig.html#cfn-connect-routingprofile-routingprofilemanualassignmentqueueconfig-queuereference}
131
+ */
132
+ QueueReference: RoutingProfileQueueReference;
133
+ };
118
134
  /**
119
135
  * Contains information about the queue and channel for which priority and delay can be set.
120
136
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-routingprofile-routingprofilequeueconfig.html}
@@ -23,7 +23,7 @@ export type DataZoneConnectionProps = {
23
23
  Description?: string | undefined;
24
24
  /**
25
25
  * The ID of the domain where the connection is created.
26
- * @pattern ^dzd[_][a-zA-Z0-9_-]{1,36}$
26
+ * @pattern ^dzd[_-][a-zA-Z0-9_-]{1,36}$
27
27
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-connection.html#cfn-datazone-connection-domainidentifier}
28
28
  */
29
29
  DomainIdentifier: string;
@@ -58,7 +58,7 @@ export type DataZoneConnectionAttribs = {
58
58
  ConnectionId: string;
59
59
  /**
60
60
  * The domain ID of the connection.
61
- * @pattern ^dzd[_][a-zA-Z0-9_-]{1,36}$
61
+ * @pattern ^dzd[_-][a-zA-Z0-9_-]{1,36}$
62
62
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-connection.html#cfn-datazone-connection-domainid}
63
63
  */
64
64
  DomainId: string;
@@ -34,7 +34,7 @@ export type DataZonePolicyGrantProps = {
34
34
  * The type of policy that you want to grant.
35
35
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-policygrant.html#cfn-datazone-policygrant-policytype}
36
36
  */
37
- PolicyType: string;
37
+ PolicyType: ManagedPolicyType;
38
38
  /**
39
39
  * The principal of the policy grant member.
40
40
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-policygrant.html#cfn-datazone-policygrant-principal}
@@ -224,6 +224,10 @@ export type GroupPolicyGrantPrincipal = {
224
224
  */
225
225
  GroupIdentifier: string;
226
226
  };
227
+ /**
228
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-managedpolicytype.html}
229
+ */
230
+ export type ManagedPolicyType = "CREATE_DOMAIN_UNIT" | "OVERRIDE_DOMAIN_UNIT_OWNERS" | "ADD_TO_PROJECT_MEMBER_POOL" | "OVERRIDE_PROJECT_OWNERS" | "CREATE_GLOSSARY" | "CREATE_FORM_TYPE" | "CREATE_ASSET_TYPE" | "CREATE_PROJECT" | "CREATE_ENVIRONMENT_PROFILE" | "DELEGATE_CREATE_ENVIRONMENT_PROFILE" | "CREATE_ENVIRONMENT" | "CREATE_ENVIRONMENT_FROM_BLUEPRINT" | "CREATE_PROJECT_FROM_PROJECT_PROFILE";
227
231
  /**
228
232
  * The grant details of the override domain unit owners policy.
229
233
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-overridedomainunitownerspolicygrantdetail.html}
@@ -326,7 +330,7 @@ export type ProjectPolicyGrantPrincipal = {
326
330
  /**
327
331
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-targetentitytype.html}
328
332
  */
329
- export type TargetEntityType = "DomainUnit" | "EnvironmentBlueprintConfiguration" | "EnvironmentProfile" | "DOMAIN_UNIT" | "ENVIRONMENT_BLUEPRINT_CONFIGURATION" | "ENVIRONMENT_PROFILE" | "ASSET_TYPE";
333
+ export type TargetEntityType = "DOMAIN_UNIT" | "ENVIRONMENT_BLUEPRINT_CONFIGURATION" | "ENVIRONMENT_PROFILE" | "ASSET_TYPE";
330
334
  /**
331
335
  * The user policy grant principal.
332
336
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-userpolicygrantprincipal.html}
@@ -17,7 +17,7 @@ export type DataZoneProjectProfileProps = {
17
17
  Description?: string | undefined;
18
18
  /**
19
19
  * A domain ID of the project profile.
20
- * @pattern ^dzd[_][a-zA-Z0-9_-]{1,36}$
20
+ * @pattern ^dzd[_-][a-zA-Z0-9_-]{1,36}$
21
21
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-projectprofile.html#cfn-datazone-projectprofile-domainidentifier}
22
22
  */
23
23
  DomainIdentifier?: string | undefined;
@@ -65,7 +65,7 @@ export type DataZoneProjectProfileAttribs = {
65
65
  CreatedBy: string;
66
66
  /**
67
67
  * The domain ID of the project profile.
68
- * @pattern ^dzd[_][a-zA-Z0-9_-]{1,36}$
68
+ * @pattern ^dzd[_-][a-zA-Z0-9_-]{1,36}$
69
69
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-projectprofile.html#cfn-datazone-projectprofile-domainid}
70
70
  */
71
71
  DomainId: string;
@@ -135,6 +135,14 @@ export type DynamoDBGlobalTableProps = {
135
135
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-globaltable.html#cfn-dynamodb-globaltable-globalsecondaryindexes}
136
136
  */
137
137
  GlobalSecondaryIndexes?: GlobalSecondaryIndex[] | undefined;
138
+ /**
139
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-globaltable.html#cfn-dynamodb-globaltable-globaltablesettingsreplicationmode}
140
+ */
141
+ GlobalTableSettingsReplicationMode?: "ENABLED" | "DISABLED" | undefined;
142
+ /**
143
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-globaltable.html#cfn-dynamodb-globaltable-globaltablesourcearn}
144
+ */
145
+ GlobalTableSourceArn?: string | undefined;
138
146
  /**
139
147
  * The list of witnesses of the MRSC global table. Only one witness Region can be configured per MRSC global table.
140
148
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-globaltable.html#cfn-dynamodb-globaltable-globaltablewitnesses}
@@ -66,6 +66,10 @@ export type DynamoDBTableProps = {
66
66
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#cfn-dynamodb-table-globalsecondaryindexes}
67
67
  */
68
68
  GlobalSecondaryIndexes?: GlobalSecondaryIndex[] | undefined;
69
+ /**
70
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#cfn-dynamodb-table-globaltablesettingsreplicationmode}
71
+ */
72
+ GlobalTableSettingsReplicationMode?: "ENABLED" | "DISABLED" | undefined;
69
73
  /**
70
74
  * Specifies the properties of data being imported from the S3 bucket source to the" table.
71
75
  *
@@ -76,7 +76,7 @@ export type EC2ClientVpnEndpointProps = {
76
76
  */
77
77
  SelfServicePortal?: string | undefined;
78
78
  /**
79
- * The ARN of the server certificate. For more information, see the [AWS Certificate Manager User Guide](https://docs.aws.amazon.com/acm/latest/userguide/) .
79
+ * The ARN of the server certificate. For more information, see the [Certificate Manager User Guide](https://docs.aws.amazon.com/acm/latest/userguide/) .
80
80
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-servercertificatearn}
81
81
  */
82
82
  ServerCertificateArn: string;
@@ -140,7 +140,7 @@ export type EC2ClientVpnEndpointAttribs = {
140
140
  */
141
141
  export type CertificateAuthenticationRequest = {
142
142
  /**
143
- * The ARN of the client certificate. The certificate must be signed by a certificate authority (CA) and it must be provisioned in AWS Certificate Manager (ACM).
143
+ * The ARN of the client certificate. The certificate must be signed by a certificate authority (CA) and it must be provisioned in Certificate Manager (ACM).
144
144
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-certificateauthenticationrequest.html#cfn-ec2-clientvpnendpoint-certificateauthenticationrequest-clientrootcertificatechainarn}
145
145
  */
146
146
  ClientRootCertificateChainArn: string;
@@ -1,6 +1,6 @@
1
1
  import type { ResourceDefinitionWithAttributes } from "../main.ts";
2
2
  /**
3
- * Associates an AWS Identity and Access Management (IAM) role with an AWS Certificate Manager (ACM) certificate. This enables the certificate to be used by the ACM for Nitro Enclaves application inside an enclave. For more information, see [AWS Certificate Manager for Nitro Enclaves](https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave-refapp.html) in the *AWS Nitro Enclaves User Guide* .
3
+ * Associates an AWS Identity and Access Management (IAM) role with an Certificate Manager (ACM) certificate. This enables the certificate to be used by the ACM for Nitro Enclaves application inside an enclave. For more information, see [Certificate Manager for Nitro Enclaves](https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave-refapp.html) in the *AWS Nitro Enclaves User Guide* .
4
4
  *
5
5
  * When the IAM role is associated with the ACM certificate, the certificate, certificate chain, and encrypted private key are placed in an Amazon S3 location that only the associated IAM role can access. The private key of the certificate is encrypted with an AWS managed key that has an attached attestation-based key policy.
6
6
  *
@@ -9,7 +9,7 @@ import type { ResourceDefinitionWithAttributes } from "../main.ts";
9
9
  */
10
10
  export type EC2EnclaveCertificateIamRoleAssociation = ResourceDefinitionWithAttributes<"AWS::EC2::EnclaveCertificateIamRoleAssociation", EC2EnclaveCertificateIamRoleAssociationProps, EC2EnclaveCertificateIamRoleAssociationAttribs>;
11
11
  /**
12
- * Associates an AWS Identity and Access Management (IAM) role with an AWS Certificate Manager (ACM) certificate. This enables the certificate to be used by the ACM for Nitro Enclaves application inside an enclave. For more information, see [AWS Certificate Manager for Nitro Enclaves](https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave-refapp.html) in the *AWS Nitro Enclaves User Guide* .
12
+ * Associates an AWS Identity and Access Management (IAM) role with an Certificate Manager (ACM) certificate. This enables the certificate to be used by the ACM for Nitro Enclaves application inside an enclave. For more information, see [Certificate Manager for Nitro Enclaves](https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave-refapp.html) in the *AWS Nitro Enclaves User Guide* .
13
13
  *
14
14
  * When the IAM role is associated with the ACM certificate, the certificate, certificate chain, and encrypted private key are placed in an Amazon S3 location that only the associated IAM role can access. The private key of the certificate is encrypted with an AWS managed key that has an attached attestation-based key policy.
15
15
  *
@@ -138,6 +138,8 @@ export type ECSServiceProps = {
138
138
  ForceNewDeployment?: ForceNewDeployment | undefined;
139
139
  /**
140
140
  * The period of time, in seconds, that the Amazon Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing, VPC Lattice, and container health checks after a task has first started. If you do not specify a health check grace period value, the default value of 0 is used. If you do not use any of the health checks, then `healthCheckGracePeriodSeconds` is unused.
141
+ *
142
+ * If your service has more running tasks than desired, unhealthy tasks in the grace period might be stopped to reach the desired count.
141
143
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-healthcheckgraceperiodseconds}
142
144
  */
143
145
  HealthCheckGracePeriodSeconds?: number | undefined;
@@ -585,6 +587,13 @@ export type DeploymentController = {
585
587
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentlifecyclehook.html}
586
588
  */
587
589
  export type DeploymentLifecycleHook = {
590
+ /**
591
+ * Use this field to specify custom parameters that Amazon ECS passes to your hook target invocations (such as a Lambda function).
592
+ *
593
+ * This field must be a JSON object as a string.
594
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentlifecyclehook.html#cfn-ecs-service-deploymentlifecyclehook-hookdetails}
595
+ */
596
+ HookDetails?: string | Record<string, unknown> | undefined;
588
597
  /**
589
598
  * The Amazon Resource Name (ARN) of the hook target. Currently, only Lambda function ARNs are supported.
590
599
  *
@@ -197,7 +197,7 @@ export type DomainEndpointOptions = {
197
197
  */
198
198
  CustomEndpoint?: string | undefined;
199
199
  /**
200
- * The AWS Certificate Manager ARN for your domain's SSL/TLS certificate. Required if you enabled a custom endpoint for the domain.
200
+ * The Certificate Manager ARN for your domain's SSL/TLS certificate. Required if you enabled a custom endpoint for the domain.
201
201
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-domainendpointoptions.html#cfn-elasticsearch-domain-domainendpointoptions-customendpointcertificatearn}
202
202
  */
203
203
  CustomEndpointCertificateArn?: string | undefined;
@@ -52,6 +52,8 @@ export type EVSEnvironmentProps = {
52
52
  ExpansionVlan1: InitialVlanInfo;
53
53
  ExpansionVlan2: InitialVlanInfo;
54
54
  Hcx: InitialVlanInfo;
55
+ HcxNetworkAclId?: string | undefined;
56
+ IsHcxPublic?: boolean | undefined;
55
57
  NsxUpLink: InitialVlanInfo;
56
58
  VMotion: InitialVlanInfo;
57
59
  VSan: InitialVlanInfo;
@@ -30,9 +30,9 @@ export type GameLiftFleetProps = {
30
30
  /**
31
31
  * Prompts Amazon GameLift Servers to generate a TLS/SSL certificate for the fleet. Amazon GameLift Servers uses the certificates to encrypt traffic between game clients and the game servers running on Amazon GameLift Servers. By default, the `CertificateConfiguration` is `DISABLED` . You can't change this property after you create the fleet.
32
32
  *
33
- * AWS Certificate Manager (ACM) certificates expire after 13 months. Certificate expiration can cause fleets to fail, preventing players from connecting to instances in the fleet. We recommend you replace fleets before 13 months, consider using fleet aliases for a smooth transition.
33
+ * Certificate Manager (ACM) certificates expire after 13 months. Certificate expiration can cause fleets to fail, preventing players from connecting to instances in the fleet. We recommend you replace fleets before 13 months, consider using fleet aliases for a smooth transition.
34
34
  *
35
- * > ACM isn't available in all AWS regions. A fleet creation request with certificate generation enabled in an unsupported Region, fails with a 4xx error. For more information about the supported Regions, see [Supported Regions](https://docs.aws.amazon.com/acm/latest/userguide/acm-regions.html) in the *AWS Certificate Manager User Guide* .
35
+ * > ACM isn't available in all AWS regions. A fleet creation request with certificate generation enabled in an unsupported Region, fails with a 4xx error. For more information about the supported Regions, see [Supported Regions](https://docs.aws.amazon.com/acm/latest/userguide/acm-regions.html) in the *Certificate Manager User Guide* .
36
36
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-certificateconfiguration}
37
37
  */
38
38
  CertificateConfiguration?: CertificateConfiguration | undefined;