@propulsionworks/cloudformation 0.1.22 → 0.1.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/out/exports/resources.generated/aws-appintegrations-application.d.ts +1 -1
- package/out/exports/resources.generated/aws-aps-resourcepolicy.d.ts +15 -1
- package/out/exports/resources.generated/aws-aps-workspace.d.ts +2 -4
- package/out/exports/resources.generated/aws-b2bi-transformer.d.ts +89 -0
- package/out/exports/resources.generated/aws-batch-computeenvironment.d.ts +12 -4
- package/out/exports/resources.generated/aws-codepipeline-webhook.d.ts +19 -2
- package/out/exports/resources.generated/aws-connect-predefinedattribute.d.ts +3 -3
- package/out/exports/resources.generated/aws-datazone-policygrant.d.ts +298 -0
- package/out/exports/resources.generated/aws-deadline-fleet.d.ts +7 -2
- package/out/exports/resources.generated/aws-deadline-licenseendpoint.d.ts +1 -1
- package/out/exports/resources.generated/aws-dynamodb-globaltable.d.ts +1 -0
- package/out/exports/resources.generated/aws-dynamodb-table.d.ts +7 -4
- package/out/exports/resources.generated/aws-ec2-ippoolroutetableassociation.d.ts +5 -5
- package/out/exports/resources.generated/aws-ec2-vpnconnection.d.ts +4 -0
- package/out/exports/resources.generated/aws-entityresolution-idmappingworkflow.d.ts +13 -0
- package/out/exports/resources.generated/aws-events-rule.d.ts +5 -0
- package/out/exports/resources.generated/aws-fsx-filesystem.d.ts +2 -0
- package/out/exports/resources.generated/aws-glue-connection.d.ts +30 -0
- package/out/exports/resources.generated/aws-guardduty-ipset.d.ts +10 -6
- package/out/exports/resources.generated/aws-guardduty-threatentityset.d.ts +27 -2
- package/out/exports/resources.generated/aws-guardduty-threatintelset.d.ts +13 -7
- package/out/exports/resources.generated/aws-guardduty-trustedentityset.d.ts +26 -2
- package/out/exports/resources.generated/aws-inspectorv2-codesecurityintegration.d.ts +28 -12
- package/out/exports/resources.generated/aws-inspectorv2-codesecurityscanconfiguration.d.ts +21 -7
- package/out/exports/resources.generated/aws-iot-encryptionconfiguration.d.ts +42 -0
- package/out/exports/resources.generated/aws-ivs-stage.d.ts +0 -1
- package/out/exports/resources.generated/aws-kinesisanalyticsv2-application.d.ts +24 -0
- package/out/exports/resources.generated/aws-lambda-eventinvokeconfig.d.ts +3 -3
- package/out/exports/resources.generated/aws-logs-loggroup.d.ts +2 -3
- package/out/exports/resources.generated/aws-mediapackagev2-channel.d.ts +1 -1
- package/out/exports/resources.generated/aws-networkfirewall-tlsinspectionconfiguration.d.ts +4 -4
- package/out/exports/resources.generated/aws-quicksight-analysis.d.ts +1 -1
- package/out/exports/resources.generated/aws-s3-bucket.d.ts +1 -1
- package/out/exports/resources.generated/aws-s3-bucketpolicy.d.ts +2 -2
- package/out/exports/resources.generated/aws-sagemaker-cluster.d.ts +8 -2
- package/out/exports/resources.generated/aws-servicediscovery-httpnamespace.d.ts +4 -4
- package/out/exports/resources.generated/aws-servicediscovery-instance.d.ts +1 -1
- package/out/exports/resources.generated/aws-servicediscovery-service.d.ts +6 -31
- package/out/exports/resources.generated/aws-ssm-patchbaseline.d.ts +6 -1
- package/out/exports/resources.generated/aws-ssmquicksetup-configurationmanager.d.ts +1 -1
- package/out/exports/resources.generated/aws-synthetics-canary.d.ts +3 -2
- package/out/exports/resources.generated/aws-vpclattice-resourcegateway.d.ts +5 -0
- package/out/exports/resources.generated/aws-workspacesweb-portal.d.ts +1 -0
- package/out/exports/resources.generated/aws-workspacesweb-sessionlogger.d.ts +19 -2
- package/package.json +1 -1
|
@@ -38,7 +38,6 @@ export type IVSStageAttribs = {
|
|
|
38
38
|
* ID of the active session within the stage. For example: `st-a1b2c3d4e5f6g`
|
|
39
39
|
* @minLength 0
|
|
40
40
|
* @maxLength 128
|
|
41
|
-
* @default ""
|
|
42
41
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-stage.html#cfn-ivs-stage-activesessionid}
|
|
43
42
|
*/
|
|
44
43
|
ActiveSessionId: string;
|
|
@@ -87,6 +87,11 @@ export type ApplicationConfiguration = {
|
|
|
87
87
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationconfiguration.html#cfn-kinesisanalyticsv2-application-applicationconfiguration-applicationcodeconfiguration}
|
|
88
88
|
*/
|
|
89
89
|
ApplicationCodeConfiguration?: ApplicationCodeConfiguration | undefined;
|
|
90
|
+
/**
|
|
91
|
+
* Describes whether customer managed key is enabled and key details for customer data encryption
|
|
92
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationconfiguration.html#cfn-kinesisanalyticsv2-application-applicationconfiguration-applicationencryptionconfiguration}
|
|
93
|
+
*/
|
|
94
|
+
ApplicationEncryptionConfiguration?: ApplicationEncryptionConfiguration | undefined;
|
|
90
95
|
/**
|
|
91
96
|
* Describes whether snapshots are enabled for a Managed Service for Apache Flink application.
|
|
92
97
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationconfiguration.html#cfn-kinesisanalyticsv2-application-applicationconfiguration-applicationsnapshotconfiguration}
|
|
@@ -123,6 +128,25 @@ export type ApplicationConfiguration = {
|
|
|
123
128
|
*/
|
|
124
129
|
ZeppelinApplicationConfiguration?: ZeppelinApplicationConfiguration | undefined;
|
|
125
130
|
};
|
|
131
|
+
/**
|
|
132
|
+
* Describes whether customer managed key is enabled and key details for customer data encryption
|
|
133
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationencryptionconfiguration.html}
|
|
134
|
+
*/
|
|
135
|
+
export type ApplicationEncryptionConfiguration = {
|
|
136
|
+
/**
|
|
137
|
+
* KMS KeyId. Can be either key uuid or full key arn or key alias arn or short key alias
|
|
138
|
+
* @minLength 1
|
|
139
|
+
* @maxLength 2048
|
|
140
|
+
* @pattern ^(?:arn:.*:kms:.*:.*:(?:key\/.*|alias\/.*)|alias\/.*|(?i)[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})$
|
|
141
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationencryptionconfiguration.html#cfn-kinesisanalyticsv2-application-applicationencryptionconfiguration-keyid}
|
|
142
|
+
*/
|
|
143
|
+
KeyId?: string | undefined;
|
|
144
|
+
/**
|
|
145
|
+
* Specifies whether application data is encrypted using service key: AWS_OWNED_KEY or customer key: CUSTOMER_MANAGED_KEY
|
|
146
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationencryptionconfiguration.html#cfn-kinesisanalyticsv2-application-applicationencryptionconfiguration-keytype}
|
|
147
|
+
*/
|
|
148
|
+
KeyType: "AWS_OWNED_KEY" | "CUSTOMER_MANAGED_KEY";
|
|
149
|
+
};
|
|
126
150
|
/**
|
|
127
151
|
* Describes the maintenance configuration for the application.
|
|
128
152
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationmaintenanceconfiguration.html}
|
|
@@ -34,7 +34,7 @@ export type LambdaEventInvokeConfigProps = {
|
|
|
34
34
|
* *Maximum* : `64`
|
|
35
35
|
*
|
|
36
36
|
* *Pattern* : `([a-zA-Z0-9-_]+)`
|
|
37
|
-
* @pattern ^(arn:(aws[a-zA-Z-]*)?:lambda:)?([a-z]
|
|
37
|
+
* @pattern ^(arn:(aws[a-zA-Z-]*)?:lambda:)?([a-z]+(-[a-z]+)+-\d{1}:)?(\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\$LATEST|[a-zA-Z0-9-_]+))?$
|
|
38
38
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventinvokeconfig.html#cfn-lambda-eventinvokeconfig-functionname}
|
|
39
39
|
*/
|
|
40
40
|
FunctionName: string;
|
|
@@ -96,7 +96,7 @@ export type OnFailure = {
|
|
|
96
96
|
* To retain records of failed invocations from [Kinesis](https://docs.aws.amazon.com/lambda/latest/dg/with-kinesis.html) , [DynamoDB](https://docs.aws.amazon.com/lambda/latest/dg/with-ddb.html) , [self-managed Kafka](https://docs.aws.amazon.com/lambda/latest/dg/with-kafka.html#services-smaa-onfailure-destination) or [Amazon MSK](https://docs.aws.amazon.com/lambda/latest/dg/with-msk.html#services-msk-onfailure-destination) , you can configure an Amazon SNS topic, Amazon SQS queue, or Amazon S3 bucket as the destination.
|
|
97
97
|
* @minLength 0
|
|
98
98
|
* @maxLength 350
|
|
99
|
-
* @pattern ^$|arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\-])+:([a-z]
|
|
99
|
+
* @pattern ^$|arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\-])+:([a-z]+(-[a-z]+)+-\d{1})?:(\d{12})?:(.*)
|
|
100
100
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventinvokeconfig-onfailure.html#cfn-lambda-eventinvokeconfig-onfailure-destination}
|
|
101
101
|
*/
|
|
102
102
|
Destination: string;
|
|
@@ -114,7 +114,7 @@ export type OnSuccess = {
|
|
|
114
114
|
* The Amazon Resource Name (ARN) of the destination resource.
|
|
115
115
|
* @minLength 0
|
|
116
116
|
* @maxLength 350
|
|
117
|
-
* @pattern ^$|arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\-])+:([a-z]
|
|
117
|
+
* @pattern ^$|arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\-])+:([a-z]+(-[a-z]+)+-\d{1})?:(\d{12})?:(.*)
|
|
118
118
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventinvokeconfig-onsuccess.html#cfn-lambda-eventinvokeconfig-onsuccess-destination}
|
|
119
119
|
*/
|
|
120
120
|
Destination: string;
|
|
@@ -23,8 +23,6 @@ export type LogsLogGroup = ResourceDefinitionWithAttributes<"AWS::Logs::LogGroup
|
|
|
23
23
|
export type LogsLogGroupProps = {
|
|
24
24
|
/**
|
|
25
25
|
* Creates a data protection policy and assigns it to the log group. A data protection policy can help safeguard sensitive data that's ingested by the log group by auditing and masking the sensitive log data. When a user who does not have permission to view masked data views a log event that includes masked data, the sensitive data is replaced by asterisks.
|
|
26
|
-
*
|
|
27
|
-
* For more information, including a list of types of data that can be audited and masked, see [Protect sensitive log data with masking](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/mask-sensitive-log-data.html) .
|
|
28
26
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#cfn-logs-loggroup-dataprotectionpolicy}
|
|
29
27
|
*/
|
|
30
28
|
DataProtectionPolicy?: Record<string, unknown> | undefined;
|
|
@@ -70,13 +68,14 @@ export type LogsLogGroupProps = {
|
|
|
70
68
|
*/
|
|
71
69
|
LogGroupName?: string | undefined;
|
|
72
70
|
/**
|
|
71
|
+
* Creates or updates a resource policy for the specified log group that allows other services to put log events to this account. A LogGroup can have 1 resource policy.
|
|
73
72
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#cfn-logs-loggroup-resourcepolicydocument}
|
|
74
73
|
*/
|
|
75
74
|
ResourcePolicyDocument?: Record<string, unknown> | undefined;
|
|
76
75
|
/**
|
|
77
76
|
* The number of days to retain the log events in the specified log group. Possible values are: 1, 3, 5, 7, 14, 30, 60, 90, 120, 150, 180, 365, 400, 545, 731, 1096, 1827, 2192, 2557, 2922, 3288, and 3653.
|
|
78
77
|
*
|
|
79
|
-
* To set a log group so that its log events do not expire,
|
|
78
|
+
* To set a log group so that its log events do not expire, do not specify this property.
|
|
80
79
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#cfn-logs-loggroup-retentionindays}
|
|
81
80
|
*/
|
|
82
81
|
RetentionInDays?: 1 | 3 | 5 | 7 | 14 | 30 | 60 | 90 | 120 | 150 | 180 | 365 | 400 | 545 | 731 | 1096 | 1827 | 2192 | 2557 | 2922 | 3288 | 3653 | undefined;
|
|
@@ -94,7 +94,7 @@ export type MediaPackageV2ChannelAttribs = {
|
|
|
94
94
|
*/
|
|
95
95
|
export type InputSwitchConfiguration = {
|
|
96
96
|
/**
|
|
97
|
-
* When true, AWS Elemental MediaPackage performs input switching based on the MQCS. Default is
|
|
97
|
+
* When true, AWS Elemental MediaPackage performs input switching based on the MQCS. Default is false. This setting is valid only when `InputType` is `CMAF` .
|
|
98
98
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-channel-inputswitchconfiguration.html#cfn-mediapackagev2-channel-inputswitchconfiguration-mqcsinputswitching}
|
|
99
99
|
*/
|
|
100
100
|
MQCSInputSwitching?: boolean | undefined;
|
|
@@ -106,7 +106,7 @@ export type PortRange = {
|
|
|
106
106
|
*/
|
|
107
107
|
export type RevokedStatusAction = "PASS" | "DROP" | "REJECT";
|
|
108
108
|
/**
|
|
109
|
-
* Any AWS Certificate Manager (ACM) Secure Sockets Layer/Transport Layer Security (SSL/TLS) server certificate that's associated with a [ServerCertificateConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-tlsinspectionconfiguration-servercertificateconfiguration.html) . Used in a [TLSInspectionConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/
|
|
109
|
+
* Any AWS Certificate Manager (ACM) Secure Sockets Layer/Transport Layer Security (SSL/TLS) server certificate that's associated with a [ServerCertificateConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-tlsinspectionconfiguration-servercertificateconfiguration.html) . Used in a [TLSInspectionConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-networkfirewall-tlsinspectionconfiguration.html) for inspection of inbound traffic to your firewall. You must request or import a SSL/TLS certificate into ACM for each domain Network Firewall needs to decrypt and inspect. AWS Network Firewall uses the SSL/TLS certificates to decrypt specified inbound SSL/TLS traffic going to your firewall. For information about working with certificates in AWS Certificate Manager , see [Request a public certificate](https://docs.aws.amazon.com/acm/latest/userguide/gs-acm-request-public.html) or [Importing certificates](https://docs.aws.amazon.com/acm/latest/userguide/import-certificate.html) in the *AWS Certificate Manager User Guide* .
|
|
110
110
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-tlsinspectionconfiguration-servercertificate.html}
|
|
111
111
|
*/
|
|
112
112
|
export type ServerCertificate = {
|
|
@@ -117,9 +117,9 @@ export type ServerCertificate = {
|
|
|
117
117
|
ResourceArn?: string | undefined;
|
|
118
118
|
};
|
|
119
119
|
/**
|
|
120
|
-
* Configures the AWS Certificate Manager certificates and scope that Network Firewall uses to decrypt and re-encrypt traffic using a [TLSInspectionConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/
|
|
120
|
+
* Configures the AWS Certificate Manager certificates and scope that Network Firewall uses to decrypt and re-encrypt traffic using a [TLSInspectionConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-networkfirewall-tlsinspectionconfiguration.html) . You can configure `ServerCertificates` for inbound SSL/TLS inspection, a `CertificateAuthorityArn` for outbound SSL/TLS inspection, or both. For information about working with certificates for TLS inspection, see [Using SSL/TLS server certficiates with TLS inspection configurations](https://docs.aws.amazon.com/network-firewall/latest/developerguide/tls-inspection-certificate-requirements.html) in the *AWS Network Firewall Developer Guide* .
|
|
121
121
|
*
|
|
122
|
-
* > If a server certificate that's associated with your [TLSInspectionConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/
|
|
122
|
+
* > If a server certificate that's associated with your [TLSInspectionConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-networkfirewall-tlsinspectionconfiguration.html) is revoked, deleted, or expired it can result in client-side TLS errors.
|
|
123
123
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-tlsinspectionconfiguration-servercertificateconfiguration.html}
|
|
124
124
|
*/
|
|
125
125
|
export type ServerCertificateConfiguration = {
|
|
@@ -138,7 +138,7 @@ export type ServerCertificateConfiguration = {
|
|
|
138
138
|
*/
|
|
139
139
|
CertificateAuthorityArn?: string | undefined;
|
|
140
140
|
/**
|
|
141
|
-
* When enabled, Network Firewall checks if the server certificate presented by the server in the SSL/TLS connection has a revoked or unkown status. If the certificate has an unknown or revoked status, you must specify the actions that Network Firewall takes on outbound traffic. To check the certificate revocation status, you must also specify a `CertificateAuthorityArn` in [ServerCertificateConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/
|
|
141
|
+
* When enabled, Network Firewall checks if the server certificate presented by the server in the SSL/TLS connection has a revoked or unkown status. If the certificate has an unknown or revoked status, you must specify the actions that Network Firewall takes on outbound traffic. To check the certificate revocation status, you must also specify a `CertificateAuthorityArn` in [ServerCertificateConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-networkfirewall-servercertificateconfiguration.html) .
|
|
142
142
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-tlsinspectionconfiguration-servercertificateconfiguration.html#cfn-networkfirewall-tlsinspectionconfiguration-servercertificateconfiguration-checkcertificaterevocationstatus}
|
|
143
143
|
*/
|
|
144
144
|
CheckCertificateRevocationStatus?: {
|
|
@@ -10753,7 +10753,7 @@ export type ResourcePermission = {
|
|
|
10753
10753
|
/**
|
|
10754
10754
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-resourcestatus.html}
|
|
10755
10755
|
*/
|
|
10756
|
-
export type ResourceStatus = "CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED";
|
|
10756
|
+
export type ResourceStatus = "CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "PENDING_UPDATE" | "DELETED";
|
|
10757
10757
|
/**
|
|
10758
10758
|
* The rolling date configuration of a date time filter.
|
|
10759
10759
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-rollingdateconfiguration.html}
|
|
@@ -102,7 +102,7 @@ export type S3BucketProps = {
|
|
|
102
102
|
*
|
|
103
103
|
* > - The `DefaultRetention` settings require both a mode and a period.
|
|
104
104
|
* > - The `DefaultRetention` period can be either `Days` or `Years` but you must select one. You cannot specify `Days` and `Years` at the same time.
|
|
105
|
-
* > - You can enable Object Lock for new or existing buckets. For more information, see [Configuring Object Lock](https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock-configure.html) .
|
|
105
|
+
* > - You can enable Object Lock for new or existing buckets. For more information, see [Configuring Object Lock](https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock-configure.html) . > You must URL encode any signed header values that contain spaces. For example, if your header value is `my file.txt` , containing two spaces after `my` , you must URL encode this value to `my%20%20file.txt` .
|
|
106
106
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-bucket.html#cfn-s3-bucket-objectlockconfiguration}
|
|
107
107
|
*/
|
|
108
108
|
ObjectLockConfiguration?: ObjectLockConfiguration | undefined;
|
|
@@ -6,7 +6,7 @@ import type { ResourceDefinition, PolicyDocument } from "../main.ts";
|
|
|
6
6
|
*
|
|
7
7
|
* > As a security precaution, the root user of the AWS account that owns a bucket can always use this operation, even if the policy explicitly denies the root user the ability to perform this action.
|
|
8
8
|
*
|
|
9
|
-
* When using the `AWS::S3::BucketPolicy` resource, you can create, update, and delete bucket policies for S3 buckets located in
|
|
9
|
+
* When using the `AWS::S3::BucketPolicy` resource, you can create, update, and delete bucket policies for S3 buckets located in Regions that are different from the stack's Region. However, the CloudFormation stacks should be deployed in the US East (N. Virginia) or `us-east-1` Region. This cross-region bucket policy modification functionality is supported for backward compatibility with existing workflows.
|
|
10
10
|
*
|
|
11
11
|
* > If the [DeletionPolicy attribute](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html) is not specified or set to `Delete` , the bucket policy will be removed when the stack is deleted. If set to `Retain` , the bucket policy will be preserved even after the stack is deleted.
|
|
12
12
|
*
|
|
@@ -28,7 +28,7 @@ export type S3BucketPolicy = ResourceDefinition<"AWS::S3::BucketPolicy", S3Bucke
|
|
|
28
28
|
*
|
|
29
29
|
* > As a security precaution, the root user of the AWS account that owns a bucket can always use this operation, even if the policy explicitly denies the root user the ability to perform this action.
|
|
30
30
|
*
|
|
31
|
-
* When using the `AWS::S3::BucketPolicy` resource, you can create, update, and delete bucket policies for S3 buckets located in
|
|
31
|
+
* When using the `AWS::S3::BucketPolicy` resource, you can create, update, and delete bucket policies for S3 buckets located in Regions that are different from the stack's Region. However, the CloudFormation stacks should be deployed in the US East (N. Virginia) or `us-east-1` Region. This cross-region bucket policy modification functionality is supported for backward compatibility with existing workflows.
|
|
32
32
|
*
|
|
33
33
|
* > If the [DeletionPolicy attribute](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html) is not specified or set to `Delete` , the bucket policy will be removed when the stack is deleted. If set to `Retain` , the bucket policy will be preserved even after the stack is deleted.
|
|
34
34
|
*
|
|
@@ -181,6 +181,7 @@ export type ClusterInstanceGroup = {
|
|
|
181
181
|
*/
|
|
182
182
|
OverrideVpcConfig?: VpcConfig | undefined;
|
|
183
183
|
/**
|
|
184
|
+
* The configuration object of the schedule that SageMaker follows when updating the AMI.
|
|
184
185
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-clusterinstancegroup.html#cfn-sagemaker-cluster-clusterinstancegroup-scheduledupdateconfig}
|
|
185
186
|
*/
|
|
186
187
|
ScheduledUpdateConfig?: ScheduledUpdateConfig | undefined;
|
|
@@ -309,15 +310,17 @@ export type ClusterRestrictedInstanceGroup = {
|
|
|
309
310
|
*/
|
|
310
311
|
export type DeepHealthCheckType = "InstanceStress" | "InstanceConnectivity";
|
|
311
312
|
/**
|
|
312
|
-
* The configuration
|
|
313
|
+
* The deployment configuration for an endpoint, which contains the desired deployment strategy and rollback configurations.
|
|
313
314
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-deploymentconfig.html}
|
|
314
315
|
*/
|
|
315
316
|
export type DeploymentConfig = {
|
|
316
317
|
/**
|
|
318
|
+
* Automatic rollback configuration for handling endpoint deployment failures and recovery.
|
|
317
319
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-deploymentconfig.html#cfn-sagemaker-cluster-deploymentconfig-autorollbackconfiguration}
|
|
318
320
|
*/
|
|
319
321
|
AutoRollbackConfiguration?: AlarmDetails[] | undefined;
|
|
320
322
|
/**
|
|
323
|
+
* Specifies a rolling deployment strategy for updating a SageMaker endpoint.
|
|
321
324
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-deploymentconfig.html#cfn-sagemaker-cluster-deploymentconfig-rollingupdatepolicy}
|
|
322
325
|
*/
|
|
323
326
|
RollingUpdatePolicy?: RollingUpdatePolicy | undefined;
|
|
@@ -372,15 +375,17 @@ export type Orchestrator = {
|
|
|
372
375
|
Eks: ClusterOrchestratorEksConfig;
|
|
373
376
|
};
|
|
374
377
|
/**
|
|
375
|
-
*
|
|
378
|
+
* Specifies a rolling deployment strategy for updating a SageMaker endpoint.
|
|
376
379
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-rollingupdatepolicy.html}
|
|
377
380
|
*/
|
|
378
381
|
export type RollingUpdatePolicy = {
|
|
379
382
|
/**
|
|
383
|
+
* Batch size for each rolling step to provision capacity and turn on traffic on the new endpoint fleet, and terminate capacity on the old endpoint fleet. Value must be between 5% to 50% of the variant's total instance count.
|
|
380
384
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-rollingupdatepolicy.html#cfn-sagemaker-cluster-rollingupdatepolicy-maximumbatchsize}
|
|
381
385
|
*/
|
|
382
386
|
MaximumBatchSize: CapacitySizeConfig;
|
|
383
387
|
/**
|
|
388
|
+
* Batch size for rollback to the old endpoint fleet. Each rolling step to provision capacity and turn on traffic on the old endpoint fleet, and terminate capacity on the new endpoint fleet. If this field is absent, the default value will be set to 100% of total capacity which means to bring up the whole capacity of the old fleet at once during rollback.
|
|
384
389
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-rollingupdatepolicy.html#cfn-sagemaker-cluster-rollingupdatepolicy-rollbackmaximumbatchsize}
|
|
385
390
|
*/
|
|
386
391
|
RollbackMaximumBatchSize?: CapacitySizeConfig | undefined;
|
|
@@ -391,6 +396,7 @@ export type RollingUpdatePolicy = {
|
|
|
391
396
|
*/
|
|
392
397
|
export type ScheduledUpdateConfig = {
|
|
393
398
|
/**
|
|
399
|
+
* The configuration to use when updating the AMI versions.
|
|
394
400
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-scheduledupdateconfig.html#cfn-sagemaker-cluster-scheduledupdateconfig-deploymentconfig}
|
|
395
401
|
*/
|
|
396
402
|
DeploymentConfig?: DeploymentConfig | undefined;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
3
|
+
* Creates an HTTP namespace. Service instances registered using an HTTP namespace can be discovered using a `DiscoverInstances` request but can't be discovered using DNS.
|
|
4
4
|
*
|
|
5
|
-
* For the current quota on the number of namespaces that you can create using the same AWS account, see [AWS Cloud Map quotas](https://docs.aws.amazon.com/cloud-map/latest/dg/cloud-map-limits.html) in the
|
|
5
|
+
* For the current quota on the number of namespaces that you can create using the same AWS account , see [AWS Cloud Map quotas](https://docs.aws.amazon.com/cloud-map/latest/dg/cloud-map-limits.html) in the *AWS Cloud Map Developer Guide* .
|
|
6
6
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html}
|
|
7
7
|
*/
|
|
8
8
|
export type ServiceDiscoveryHttpNamespace = ResourceDefinitionWithAttributes<"AWS::ServiceDiscovery::HttpNamespace", ServiceDiscoveryHttpNamespaceProps, ServiceDiscoveryHttpNamespaceAttribs>;
|
|
9
9
|
/**
|
|
10
|
-
*
|
|
10
|
+
* Creates an HTTP namespace. Service instances registered using an HTTP namespace can be discovered using a `DiscoverInstances` request but can't be discovered using DNS.
|
|
11
11
|
*
|
|
12
|
-
* For the current quota on the number of namespaces that you can create using the same AWS account, see [AWS Cloud Map quotas](https://docs.aws.amazon.com/cloud-map/latest/dg/cloud-map-limits.html) in the
|
|
12
|
+
* For the current quota on the number of namespaces that you can create using the same AWS account , see [AWS Cloud Map quotas](https://docs.aws.amazon.com/cloud-map/latest/dg/cloud-map-limits.html) in the *AWS Cloud Map Developer Guide* .
|
|
13
13
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-httpnamespace.html}
|
|
14
14
|
*/
|
|
15
15
|
export type ServiceDiscoveryHttpNamespaceProps = {
|
|
@@ -46,7 +46,7 @@ export type ServiceDiscoveryInstanceProps = {
|
|
|
46
46
|
*/
|
|
47
47
|
InstanceAttributes: Record<string, unknown>;
|
|
48
48
|
/**
|
|
49
|
-
* The ID of the service that you want to use for settings for the instance.
|
|
49
|
+
* The ID or Amazon Resource Name (ARN) of the service that you want to use for settings for the instance. For services created in a shared namespace, specify the service ARN. For more information about shared namespaces, see [Cross-account AWS Cloud Map namespace sharing](https://docs.aws.amazon.com/cloud-map/latest/dg/sharing-namespaces.html) in the *AWS Cloud Map Developer Guide* .
|
|
50
50
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-serviceid}
|
|
51
51
|
*/
|
|
52
52
|
ServiceId: string;
|
|
@@ -1,29 +1,11 @@
|
|
|
1
1
|
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
2
|
/**
|
|
3
|
-
* A complex type that contains information about
|
|
4
|
-
*
|
|
5
|
-
* - For public and private DNS namespaces, one of the following combinations of DNS records in Amazon Route 53:
|
|
6
|
-
*
|
|
7
|
-
* - A
|
|
8
|
-
* - AAAA
|
|
9
|
-
* - A and AAAA
|
|
10
|
-
* - SRV
|
|
11
|
-
* - CNAME
|
|
12
|
-
* - Optionally, a health check
|
|
3
|
+
* A complex type that contains information about the specified service.
|
|
13
4
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html}
|
|
14
5
|
*/
|
|
15
6
|
export type ServiceDiscoveryService = ResourceDefinitionWithAttributes<"AWS::ServiceDiscovery::Service", ServiceDiscoveryServiceProps, ServiceDiscoveryServiceAttribs>;
|
|
16
7
|
/**
|
|
17
|
-
* A complex type that contains information about
|
|
18
|
-
*
|
|
19
|
-
* - For public and private DNS namespaces, one of the following combinations of DNS records in Amazon Route 53:
|
|
20
|
-
*
|
|
21
|
-
* - A
|
|
22
|
-
* - AAAA
|
|
23
|
-
* - A and AAAA
|
|
24
|
-
* - SRV
|
|
25
|
-
* - CNAME
|
|
26
|
-
* - Optionally, a health check
|
|
8
|
+
* A complex type that contains information about the specified service.
|
|
27
9
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html}
|
|
28
10
|
*/
|
|
29
11
|
export type ServiceDiscoveryServiceProps = {
|
|
@@ -59,19 +41,12 @@ export type ServiceDiscoveryServiceProps = {
|
|
|
59
41
|
*/
|
|
60
42
|
Name?: string | undefined;
|
|
61
43
|
/**
|
|
62
|
-
* The ID of the namespace that
|
|
63
|
-
*
|
|
64
|
-
* > You must specify a value for `NamespaceId` either for the service properties or for [DnsConfig](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-dnsconfig.html) . Don't specify a value in both places.
|
|
44
|
+
* The ID or Amazon Resource Name (ARN) of the namespace that you want to use to create the service. For namespaces shared with your AWS account, specify the namespace ARN. For more information about shared namespaces, see [Cross-account AWS Cloud Map namespace sharing](https://docs.aws.amazon.com/cloud-map/latest/dg/sharing-namespaces.html) in the *AWS Cloud Map Developer Guide* .
|
|
65
45
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-namespaceid}
|
|
66
46
|
*/
|
|
67
47
|
NamespaceId?: string | undefined;
|
|
68
48
|
/**
|
|
69
|
-
* A
|
|
70
|
-
*
|
|
71
|
-
* - The attributes that apply to the service
|
|
72
|
-
* - For each attribute, the applicable value.
|
|
73
|
-
*
|
|
74
|
-
* You can specify a total of 30 attributes.
|
|
49
|
+
* A complex type that contains information about attributes associated with a specific service.
|
|
75
50
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-service.html#cfn-servicediscovery-service-serviceattributes}
|
|
76
51
|
*/
|
|
77
52
|
ServiceAttributes?: Record<string, unknown> | undefined;
|
|
@@ -119,9 +94,9 @@ export type DnsConfig = {
|
|
|
119
94
|
*/
|
|
120
95
|
DnsRecords: DnsRecord[];
|
|
121
96
|
/**
|
|
122
|
-
*
|
|
97
|
+
* *Use NamespaceId in [Service](https://docs.aws.amazon.com/cloud-map/latest/api/API_Service.html) instead.*
|
|
123
98
|
*
|
|
124
|
-
*
|
|
99
|
+
* The ID of the namespace to use for DNS configuration.
|
|
125
100
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicediscovery-service-dnsconfig.html#cfn-servicediscovery-service-dnsconfig-namespaceid}
|
|
126
101
|
*/
|
|
127
102
|
NamespaceId?: string | undefined;
|
|
@@ -98,7 +98,12 @@ export type SSMPatchBaselineProps = {
|
|
|
98
98
|
* - **ALLOW_AS_DEPENDENCY** - *Linux and macOS* : A package in the rejected patches list is installed only if it is a dependency of another package. It is considered compliant with the patch baseline, and its status is reported as `INSTALLED_OTHER` . This is the default action if no option is specified.
|
|
99
99
|
*
|
|
100
100
|
* *Windows Server* : Windows Server doesn't support the concept of package dependencies. If a package in the rejected patches list and already installed on the node, its status is reported as `INSTALLED_OTHER` . Any package not already installed on the node is skipped. This is the default action if no option is specified.
|
|
101
|
-
* - **BLOCK** - *All OSs* : Packages in the rejected patches list, and packages that include them as dependencies, aren't installed by Patch Manager under any circumstances.
|
|
101
|
+
* - **BLOCK** - *All OSs* : Packages in the rejected patches list, and packages that include them as dependencies, aren't installed by Patch Manager under any circumstances.
|
|
102
|
+
*
|
|
103
|
+
* State value assignment for patch compliance:
|
|
104
|
+
*
|
|
105
|
+
* - If a package was installed before it was added to the rejected patches list, or is installed outside of Patch Manager afterward, it's considered noncompliant with the patch baseline and its status is reported as `INSTALLED_REJECTED` .
|
|
106
|
+
* - If an update attempts to install a dependency package that is now rejected by the baseline, when previous versions of the package were not rejected, the package being updated is reported as `MISSING` for `SCAN` operations and as `FAILED` for `INSTALL` operations.
|
|
102
107
|
* @default "ALLOW_AS_DEPENDENCY"
|
|
103
108
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-rejectedpatchesaction}
|
|
104
109
|
*/
|
|
@@ -162,7 +162,7 @@ export type ConfigurationDefinition = {
|
|
|
162
162
|
* - Description: (Required) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
|
|
163
163
|
* - `TargetRegions`
|
|
164
164
|
*
|
|
165
|
-
* - Description: (Required)
|
|
165
|
+
* - Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
|
|
166
166
|
* - **DevOps Guru (Type: AWS QuickSetupType-DevOpsGuru)** - - `AnalyseAllResources`
|
|
167
167
|
*
|
|
168
168
|
* - Description: (Optional) A boolean value that determines whether DevOps Guru analyzes all AWS CloudFormation stacks in the account. The default value is " `false` ".
|
|
@@ -251,11 +251,12 @@ export type Code = {
|
|
|
251
251
|
Script: string;
|
|
252
252
|
};
|
|
253
253
|
/**
|
|
254
|
+
* A structure that contains information about a dependency for a canary.
|
|
254
255
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-dependency.html}
|
|
255
256
|
*/
|
|
256
257
|
export type Dependency = {
|
|
257
258
|
/**
|
|
258
|
-
* ARN of the Lambda layer
|
|
259
|
+
* The dependency reference. For Lambda layers, this is the ARN of the Lambda layer. For more information about Lambda ARN format, see [Lambda](https://docs.aws.amazon.com/lambda/latest/api/API_Layer.html) .
|
|
259
260
|
* @minLength 1
|
|
260
261
|
* @maxLength 140
|
|
261
262
|
* @pattern arn:[a-zA-Z0-9-]+:lambda:[a-zA-Z0-9-]+:\d{12}:layer:[a-zA-Z0-9-_]+:[0-9]+
|
|
@@ -263,7 +264,7 @@ export type Dependency = {
|
|
|
263
264
|
*/
|
|
264
265
|
Reference: string;
|
|
265
266
|
/**
|
|
266
|
-
*
|
|
267
|
+
* The type of dependency. Valid value is `LambdaLayer` .
|
|
267
268
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-dependency.html#cfn-synthetics-canary-dependency-type}
|
|
268
269
|
*/
|
|
269
270
|
Type?: "LambdaLayer" | undefined;
|
|
@@ -14,6 +14,11 @@ export type VpcLatticeResourceGatewayProps = {
|
|
|
14
14
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourcegateway.html#cfn-vpclattice-resourcegateway-ipaddresstype}
|
|
15
15
|
*/
|
|
16
16
|
IpAddressType?: "IPV4" | "IPV6" | "DUALSTACK" | undefined;
|
|
17
|
+
/**
|
|
18
|
+
* The number of IPv4 addresses to allocate per ENI for the resource gateway
|
|
19
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourcegateway.html#cfn-vpclattice-resourcegateway-ipv4addressespereni}
|
|
20
|
+
*/
|
|
21
|
+
Ipv4AddressesPerEni?: number | undefined;
|
|
17
22
|
/**
|
|
18
23
|
* The name of the resource gateway.
|
|
19
24
|
* @minLength 3
|
|
@@ -98,6 +98,7 @@ export type WorkSpacesWebPortalProps = {
|
|
|
98
98
|
*/
|
|
99
99
|
NetworkSettingsArn?: string | undefined;
|
|
100
100
|
/**
|
|
101
|
+
* The ARN of the session logger that is assocaited with the portal.
|
|
101
102
|
* @minLength 20
|
|
102
103
|
* @maxLength 2048
|
|
103
104
|
* @pattern ^arn:[\w+=\/,.@-]+:[a-zA-Z0-9\-]+:[a-zA-Z0-9\-]*:[a-zA-Z0-9]{1,12}:[a-zA-Z]+(\/[a-fA-F0-9\-]{36})+$
|
|
@@ -1,19 +1,21 @@
|
|
|
1
1
|
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
3
|
+
* The session logger resource.
|
|
4
4
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-sessionlogger.html}
|
|
5
5
|
*/
|
|
6
6
|
export type WorkSpacesWebSessionLogger = ResourceDefinitionWithAttributes<"AWS::WorkSpacesWeb::SessionLogger", WorkSpacesWebSessionLoggerProps, WorkSpacesWebSessionLoggerAttribs>;
|
|
7
7
|
/**
|
|
8
|
-
*
|
|
8
|
+
* The session logger resource.
|
|
9
9
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-sessionlogger.html}
|
|
10
10
|
*/
|
|
11
11
|
export type WorkSpacesWebSessionLoggerProps = {
|
|
12
12
|
/**
|
|
13
|
+
* The additional encryption context of the session logger.
|
|
13
14
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-sessionlogger.html#cfn-workspacesweb-sessionlogger-additionalencryptioncontext}
|
|
14
15
|
*/
|
|
15
16
|
AdditionalEncryptionContext?: Record<string, string> | undefined;
|
|
16
17
|
/**
|
|
18
|
+
* The custom managed key of the session logger.
|
|
17
19
|
* @minLength 20
|
|
18
20
|
* @maxLength 2048
|
|
19
21
|
* @pattern ^arn:[\w+=\/,.@-]+:kms:[a-zA-Z0-9\-]*:[a-zA-Z0-9]{1,12}:key\/[a-zA-Z0-9-]+$
|
|
@@ -21,6 +23,7 @@ export type WorkSpacesWebSessionLoggerProps = {
|
|
|
21
23
|
*/
|
|
22
24
|
CustomerManagedKey?: string | undefined;
|
|
23
25
|
/**
|
|
26
|
+
* The human-readable display name.
|
|
24
27
|
* @minLength 1
|
|
25
28
|
* @maxLength 64
|
|
26
29
|
* @pattern ^[ _\-\d\w]+$
|
|
@@ -28,10 +31,12 @@ export type WorkSpacesWebSessionLoggerProps = {
|
|
|
28
31
|
*/
|
|
29
32
|
DisplayName?: string | undefined;
|
|
30
33
|
/**
|
|
34
|
+
* The filter that specifies which events to monitor.
|
|
31
35
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-sessionlogger.html#cfn-workspacesweb-sessionlogger-eventfilter}
|
|
32
36
|
*/
|
|
33
37
|
EventFilter: EventFilter;
|
|
34
38
|
/**
|
|
39
|
+
* The configuration that specifies where logs are fowarded.
|
|
35
40
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-sessionlogger.html#cfn-workspacesweb-sessionlogger-logconfiguration}
|
|
36
41
|
*/
|
|
37
42
|
LogConfiguration: LogConfiguration;
|
|
@@ -45,15 +50,18 @@ export type WorkSpacesWebSessionLoggerProps = {
|
|
|
45
50
|
*/
|
|
46
51
|
export type WorkSpacesWebSessionLoggerAttribs = {
|
|
47
52
|
/**
|
|
53
|
+
* The associated portal ARN.
|
|
48
54
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-sessionlogger.html#cfn-workspacesweb-sessionlogger-associatedportalarns}
|
|
49
55
|
*/
|
|
50
56
|
AssociatedPortalArns: string[];
|
|
51
57
|
/**
|
|
58
|
+
* The date the session logger resource was created.
|
|
52
59
|
* @format date-time
|
|
53
60
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-sessionlogger.html#cfn-workspacesweb-sessionlogger-creationdate}
|
|
54
61
|
*/
|
|
55
62
|
CreationDate: string;
|
|
56
63
|
/**
|
|
64
|
+
* The ARN of the session logger resource.
|
|
57
65
|
* @minLength 20
|
|
58
66
|
* @maxLength 2048
|
|
59
67
|
* @pattern ^arn:[\w+=\/,.@-]+:[a-zA-Z0-9\-]+:[a-zA-Z0-9\-]*:[a-zA-Z0-9]{1,12}:[a-zA-Z]+(\/[a-fA-F0-9\-]{36})+$
|
|
@@ -66,6 +74,7 @@ export type WorkSpacesWebSessionLoggerAttribs = {
|
|
|
66
74
|
*/
|
|
67
75
|
export type Event = "WebsiteInteract" | "FileDownloadFromSecureBrowserToRemoteDisk" | "FileTransferFromRemoteToLocalDisk" | "FileTransferFromLocalToRemoteDisk" | "FileUploadFromRemoteDiskToSecureBrowser" | "ContentPasteToWebsite" | "ContentTransferFromLocalToRemoteClipboard" | "ContentCopyFromWebsite" | "UrlLoad" | "TabOpen" | "TabClose" | "PrintJobSubmit" | "SessionConnect" | "SessionStart" | "SessionDisconnect" | "SessionEnd" | "UrlBlockByContentFilter";
|
|
68
76
|
/**
|
|
77
|
+
* The filter that specifies the events to monitor.
|
|
69
78
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesweb-sessionlogger-eventfilter.html}
|
|
70
79
|
*/
|
|
71
80
|
export type EventFilter = {
|
|
@@ -78,10 +87,12 @@ export type EventFilter = {
|
|
|
78
87
|
*/
|
|
79
88
|
export type FolderStructure = "Flat" | "NestedByDate";
|
|
80
89
|
/**
|
|
90
|
+
* The configuration of the log.
|
|
81
91
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesweb-sessionlogger-logconfiguration.html}
|
|
82
92
|
*/
|
|
83
93
|
export type LogConfiguration = {
|
|
84
94
|
/**
|
|
95
|
+
* The configuration for delivering the logs to S3.
|
|
85
96
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesweb-sessionlogger-logconfiguration.html#cfn-workspacesweb-sessionlogger-logconfiguration-s3}
|
|
86
97
|
*/
|
|
87
98
|
S3?: S3LogConfiguration | undefined;
|
|
@@ -91,10 +102,12 @@ export type LogConfiguration = {
|
|
|
91
102
|
*/
|
|
92
103
|
export type LogFileFormat = "JSONLines" | "Json";
|
|
93
104
|
/**
|
|
105
|
+
* The S3 log configuration.
|
|
94
106
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesweb-sessionlogger-s3logconfiguration.html}
|
|
95
107
|
*/
|
|
96
108
|
export type S3LogConfiguration = {
|
|
97
109
|
/**
|
|
110
|
+
* The S3 bucket name where logs are delivered.
|
|
98
111
|
* @minLength 1
|
|
99
112
|
* @maxLength 256
|
|
100
113
|
* @pattern ^[a-z0-9][\.\-a-z0-9]{1,61}[a-z0-9]$
|
|
@@ -102,15 +115,18 @@ export type S3LogConfiguration = {
|
|
|
102
115
|
*/
|
|
103
116
|
Bucket: string;
|
|
104
117
|
/**
|
|
118
|
+
* The expected bucket owner of the target S3 bucket. The caller must have permissions to write to the target bucket.
|
|
105
119
|
* @pattern ^[0-9]{12}$
|
|
106
120
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesweb-sessionlogger-s3logconfiguration.html#cfn-workspacesweb-sessionlogger-s3logconfiguration-bucketowner}
|
|
107
121
|
*/
|
|
108
122
|
BucketOwner?: string | undefined;
|
|
109
123
|
/**
|
|
124
|
+
* The folder structure that defines the organizational structure for log files in S3.
|
|
110
125
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesweb-sessionlogger-s3logconfiguration.html#cfn-workspacesweb-sessionlogger-s3logconfiguration-folderstructure}
|
|
111
126
|
*/
|
|
112
127
|
FolderStructure: FolderStructure;
|
|
113
128
|
/**
|
|
129
|
+
* The S3 path prefix that determines where log files are stored.
|
|
114
130
|
* @minLength 1
|
|
115
131
|
* @maxLength 256
|
|
116
132
|
* @pattern ^[\d\w\-_/!().*']+$
|
|
@@ -118,6 +134,7 @@ export type S3LogConfiguration = {
|
|
|
118
134
|
*/
|
|
119
135
|
KeyPrefix?: string | undefined;
|
|
120
136
|
/**
|
|
137
|
+
* The format of the LogFile that is written to S3.
|
|
121
138
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesweb-sessionlogger-s3logconfiguration.html#cfn-workspacesweb-sessionlogger-s3logconfiguration-logfileformat}
|
|
122
139
|
*/
|
|
123
140
|
LogFileFormat: LogFileFormat;
|