@awboost/cfn-resource-types 0.1.330 → 0.1.332
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/AWS-CloudFront-OriginAccessControl.d.ts +3 -3
- package/lib/AWS-CloudFront-ResponseHeadersPolicy.d.ts +1 -1
- package/lib/AWS-CodeBuild-Fleet.d.ts +2 -1
- package/lib/AWS-ECS-Cluster.d.ts +3 -3
- package/lib/AWS-ECS-Service.d.ts +1 -0
- package/lib/AWS-QBusiness-Application.d.ts +1 -1
- package/package.json +1 -1
|
@@ -44,9 +44,9 @@ export type OriginAccessControlConfig = {
|
|
|
44
44
|
/**
|
|
45
45
|
* Specifies which requests CloudFront signs (adds authentication information to). Specify ``always`` for the most common use case. For more information, see [origin access control advanced settings](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-restricting-access-to-s3.html#oac-advanced-settings) in the *Amazon CloudFront Developer Guide*.
|
|
46
46
|
This field can have one of the following values:
|
|
47
|
-
+
|
|
48
|
-
+
|
|
49
|
-
+
|
|
47
|
+
+ ``always`` – CloudFront signs all origin requests, overwriting the ``Authorization`` header from the viewer request if one exists.
|
|
48
|
+
+ ``never`` – CloudFront doesn't sign any origin requests. This value turns off origin access control for all origins in all distributions that use this origin access control.
|
|
49
|
+
+ ``no-override`` – If the viewer request doesn't contain the ``Authorization`` header, then CloudFront signs the origin request. If the viewer request contains the ``Authorization`` header, then CloudFront doesn't sign the origin request and instead passes along the ``Authorization`` header from the viewer request. *WARNING: To pass along the Authorization header from the viewer request, you must add the Authorization header to a cache policy for all cache behaviors that use origins associated with this origin access control.*
|
|
50
50
|
* @pattern `^(never|no-override|always)$`
|
|
51
51
|
*/
|
|
52
52
|
SigningBehavior: string;
|
|
@@ -10,7 +10,7 @@ export type CodeBuildFleetProperties = {
|
|
|
10
10
|
*/
|
|
11
11
|
BaseCapacity?: number;
|
|
12
12
|
ComputeConfiguration?: ComputeConfiguration;
|
|
13
|
-
ComputeType?: "BUILD_GENERAL1_SMALL" | "BUILD_GENERAL1_MEDIUM" | "BUILD_GENERAL1_LARGE" | "BUILD_GENERAL1_XLARGE" | "BUILD_GENERAL1_2XLARGE" | "ATTRIBUTE_BASED_COMPUTE";
|
|
13
|
+
ComputeType?: "BUILD_GENERAL1_SMALL" | "BUILD_GENERAL1_MEDIUM" | "BUILD_GENERAL1_LARGE" | "BUILD_GENERAL1_XLARGE" | "BUILD_GENERAL1_2XLARGE" | "ATTRIBUTE_BASED_COMPUTE" | "CUSTOM_INSTANCE_TYPE";
|
|
14
14
|
EnvironmentType?: "WINDOWS_SERVER_2019_CONTAINER" | "WINDOWS_SERVER_2022_CONTAINER" | "LINUX_CONTAINER" | "LINUX_GPU_CONTAINER" | "ARM_CONTAINER" | "MAC_ARM" | "LINUX_EC2" | "ARM_EC2" | "WINDOWS_EC2";
|
|
15
15
|
FleetProxyConfiguration?: ProxyConfiguration;
|
|
16
16
|
/**
|
|
@@ -47,6 +47,7 @@ export type CodeBuildFleetAttributes = {
|
|
|
47
47
|
*/
|
|
48
48
|
export type ComputeConfiguration = {
|
|
49
49
|
disk?: number;
|
|
50
|
+
instanceType?: string;
|
|
50
51
|
machineType?: "GENERAL" | "NVME";
|
|
51
52
|
memory?: number;
|
|
52
53
|
vCpu?: number;
|
package/lib/AWS-ECS-Cluster.d.ts
CHANGED
|
@@ -127,9 +127,9 @@ export type ExecuteCommandConfiguration = {
|
|
|
127
127
|
LogConfiguration?: ExecuteCommandLogConfiguration;
|
|
128
128
|
/**
|
|
129
129
|
* The log setting to use for redirecting logs for your execute command results. The following log settings are available.
|
|
130
|
-
+
|
|
131
|
-
+
|
|
132
|
-
+
|
|
130
|
+
+ ``NONE``: The execute command session is not logged.
|
|
131
|
+
+ ``DEFAULT``: The ``awslogs`` configuration in the task definition is used. If no logging parameter is specified, it defaults to this value. If no ``awslogs`` log driver is configured in the task definition, the output won't be logged.
|
|
132
|
+
+ ``OVERRIDE``: Specify the logging details as a part of ``logConfiguration``. If the ``OVERRIDE`` logging option is specified, the ``logConfiguration`` is required.
|
|
133
133
|
*/
|
|
134
134
|
Logging?: string;
|
|
135
135
|
};
|
package/lib/AWS-ECS-Service.d.ts
CHANGED
|
@@ -633,6 +633,7 @@ export type ServiceManagedEBSVolumeConfiguration = {
|
|
|
633
633
|
This parameter is only supported for the ``gp3`` volume type.
|
|
634
634
|
*/
|
|
635
635
|
Throughput?: number;
|
|
636
|
+
VolumeInitializationRate?: number;
|
|
636
637
|
/**
|
|
637
638
|
* The volume type. This parameter maps 1:1 with the ``VolumeType`` parameter of the [CreateVolume API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateVolume.html) in the *Amazon EC2 API Reference*. For more information, see [Amazon EBS volume types](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-volume-types.html) in the *Amazon EC2 User Guide*.
|
|
638
639
|
The following are the supported volume types.
|
|
@@ -121,7 +121,7 @@ export type EncryptionConfiguration = {
|
|
|
121
121
|
* Type definition for `AWS::QBusiness::Application.IdentityType`.
|
|
122
122
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-application-identitytype.html}
|
|
123
123
|
*/
|
|
124
|
-
export type IdentityType = "AWS_IAM_IDP_SAML" | "AWS_IAM_IDP_OIDC" | "AWS_IAM_IDC" | "AWS_QUICKSIGHT_IDP";
|
|
124
|
+
export type IdentityType = "AWS_IAM_IDP_SAML" | "AWS_IAM_IDP_OIDC" | "AWS_IAM_IDC" | "AWS_QUICKSIGHT_IDP" | "ANONYMOUS";
|
|
125
125
|
/**
|
|
126
126
|
* Type definition for `AWS::QBusiness::Application.PersonalizationConfiguration`.
|
|
127
127
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-application-personalizationconfiguration.html}
|