@awboost/cfn-resource-types 0.1.150 → 0.1.152
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-AmazonMQ-Configuration.d.ts +31 -1
- package/lib/AWS-EC2-TransitGateway.d.ts +1 -0
- package/lib/AWS-RDS-GlobalCluster.d.ts +24 -0
- package/lib/AWS-Route53Profiles-ProfileAssociation.d.ts +1 -1
- package/lib/AWS-SES-MailManagerRuleSet.d.ts +5 -0
- package/lib/AWS-SageMaker-Cluster.d.ts +1 -1
- package/lib/AWS-SecretsManager-Secret.d.ts +2 -2
- package/lib/AWS-SecretsManager-Secret.js +1 -1
- package/lib/AWS-Wisdom-KnowledgeBase.d.ts +1 -1
- package/package.json +1 -1
|
@@ -5,12 +5,33 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
|
|
|
5
5
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html}
|
|
6
6
|
*/
|
|
7
7
|
export type AmazonMQConfigurationProperties = {
|
|
8
|
+
/**
|
|
9
|
+
* The authentication strategy associated with the configuration. The default is SIMPLE.
|
|
10
|
+
*/
|
|
8
11
|
AuthenticationStrategy?: string;
|
|
12
|
+
/**
|
|
13
|
+
* The base64-encoded XML configuration.
|
|
14
|
+
*/
|
|
9
15
|
Data: string;
|
|
16
|
+
/**
|
|
17
|
+
* The description of the configuration.
|
|
18
|
+
*/
|
|
10
19
|
Description?: string;
|
|
20
|
+
/**
|
|
21
|
+
* The type of broker engine. Note: Currently, Amazon MQ only supports ACTIVEMQ for creating and editing broker configurations.
|
|
22
|
+
*/
|
|
11
23
|
EngineType: string;
|
|
24
|
+
/**
|
|
25
|
+
* The version of the broker engine.
|
|
26
|
+
*/
|
|
12
27
|
EngineVersion?: string;
|
|
28
|
+
/**
|
|
29
|
+
* The name of the configuration.
|
|
30
|
+
*/
|
|
13
31
|
Name: string;
|
|
32
|
+
/**
|
|
33
|
+
* Create tags when creating the configuration.
|
|
34
|
+
*/
|
|
14
35
|
Tags?: TagsEntry[];
|
|
15
36
|
};
|
|
16
37
|
/**
|
|
@@ -18,9 +39,18 @@ export type AmazonMQConfigurationProperties = {
|
|
|
18
39
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#aws-resource-amazonmq-configuration-return-values}
|
|
19
40
|
*/
|
|
20
41
|
export type AmazonMQConfigurationAttributes = {
|
|
42
|
+
/**
|
|
43
|
+
* The Amazon Resource Name (ARN) of the Amazon MQ configuration.
|
|
44
|
+
*/
|
|
21
45
|
Arn: string;
|
|
46
|
+
/**
|
|
47
|
+
* The ID of the Amazon MQ configuration.
|
|
48
|
+
*/
|
|
22
49
|
Id: string;
|
|
23
|
-
|
|
50
|
+
/**
|
|
51
|
+
* The revision number of the configuration.
|
|
52
|
+
*/
|
|
53
|
+
Revision: string;
|
|
24
54
|
};
|
|
25
55
|
/**
|
|
26
56
|
* Type definition for `AWS::AmazonMQ::Configuration.TagsEntry`.
|
|
@@ -14,6 +14,7 @@ export type EC2TransitGatewayProperties = {
|
|
|
14
14
|
DnsSupport?: string;
|
|
15
15
|
MulticastSupport?: string;
|
|
16
16
|
PropagationDefaultRouteTableId?: string;
|
|
17
|
+
SecurityGroupReferencingSupport?: string;
|
|
17
18
|
Tags?: Tag[];
|
|
18
19
|
TransitGatewayCidrBlocks?: string[];
|
|
19
20
|
VpnEcmpSupport?: string;
|
|
@@ -38,6 +38,30 @@ export type RDSGlobalClusterProperties = {
|
|
|
38
38
|
If you specify the SourceDBClusterIdentifier property, don't specify this property. The value is inherited from the cluster.
|
|
39
39
|
*/
|
|
40
40
|
StorageEncrypted?: boolean;
|
|
41
|
+
/**
|
|
42
|
+
* An array of key-value pairs to apply to this resource.
|
|
43
|
+
* @maxLength `50`
|
|
44
|
+
*/
|
|
45
|
+
Tags?: Tag[];
|
|
46
|
+
};
|
|
47
|
+
/**
|
|
48
|
+
* Type definition for `AWS::RDS::GlobalCluster.Tag`.
|
|
49
|
+
* A key-value pair to associate with a resource.
|
|
50
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-globalcluster-tag.html}
|
|
51
|
+
*/
|
|
52
|
+
export type Tag = {
|
|
53
|
+
/**
|
|
54
|
+
* The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
|
|
55
|
+
* @minLength `1`
|
|
56
|
+
* @maxLength `128`
|
|
57
|
+
*/
|
|
58
|
+
Key: string;
|
|
59
|
+
/**
|
|
60
|
+
* The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
|
|
61
|
+
* @minLength `0`
|
|
62
|
+
* @maxLength `256`
|
|
63
|
+
*/
|
|
64
|
+
Value?: string;
|
|
41
65
|
};
|
|
42
66
|
/**
|
|
43
67
|
* Resource Type definition for AWS::RDS::GlobalCluster
|
|
@@ -6,7 +6,7 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
|
|
|
6
6
|
*/
|
|
7
7
|
export type Route53ProfilesProfileAssociationProperties = {
|
|
8
8
|
/**
|
|
9
|
-
* The Amazon Resource Name (ARN) of the
|
|
9
|
+
* The Amazon Resource Name (ARN) of the profile association.
|
|
10
10
|
*/
|
|
11
11
|
Arn?: string;
|
|
12
12
|
/**
|
|
@@ -336,6 +336,11 @@ export type RuleStringOperator = "EQUALS" | "NOT_EQUALS" | "STARTS_WITH" | "ENDS
|
|
|
336
336
|
*/
|
|
337
337
|
export type RuleStringToEvaluate = {
|
|
338
338
|
Attribute: RuleStringEmailAttribute;
|
|
339
|
+
} | {
|
|
340
|
+
/**
|
|
341
|
+
* @pattern `^X-[a-zA-Z0-9-]{1,256}$`
|
|
342
|
+
*/
|
|
343
|
+
MimeHeaderAttribute: string;
|
|
339
344
|
};
|
|
340
345
|
/**
|
|
341
346
|
* Type definition for `AWS::SES::MailManagerRuleSet.RuleVerdict`.
|
|
@@ -4,8 +4,8 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
|
|
|
4
4
|
* Resource type definition for `AWS::SecretsManager::Secret`.
|
|
5
5
|
* Creates a new secret. A *secret* can be a password, a set of credentials such as a user name and password, an OAuth token, or other secret information that you store in an encrypted form in Secrets Manager.
|
|
6
6
|
For RDS master user credentials, see [AWS::RDS::DBCluster MasterUserSecret](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-masterusersecret.html).
|
|
7
|
+
For RS admin user credentials, see [AWS::Redshift::Cluster](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html).
|
|
7
8
|
To retrieve a secret in a CFNshort template, use a *dynamic reference*. For more information, see [Retrieve a secret in an resource](https://docs.aws.amazon.com/secretsmanager/latest/userguide/cfn-example_reference-secret.html).
|
|
8
|
-
A common scenario is to first create a secret with ``GenerateSecretString``, which generates a password, and then use a dynamic reference to retrieve the username and password from the secret to use as credentials for a new database. See the example *Creating a Redshift cluster and a secret for the admin credentials*.
|
|
9
9
|
For information about creating a secret in the console, see [Create a secret](https://docs.aws.amazon.com/secretsmanager/latest/userguide/manage_create-basic-secret.html). For information about creating a secret using the CLI or SDK, see [CreateSecret](https://docs.aws.amazon.com/secretsmanager/latest/apireference/API_CreateSecret.html).
|
|
10
10
|
For information about retrieving a secret in code, see [Retrieve secrets from Secrets Manager](https://docs.aws.amazon.com/secretsmanager/latest/userguide/retrieving-secrets.html).
|
|
11
11
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html}
|
|
@@ -147,8 +147,8 @@ export type Tag = {
|
|
|
147
147
|
* Resource type definition for `AWS::SecretsManager::Secret`.
|
|
148
148
|
* Creates a new secret. A *secret* can be a password, a set of credentials such as a user name and password, an OAuth token, or other secret information that you store in an encrypted form in Secrets Manager.
|
|
149
149
|
For RDS master user credentials, see [AWS::RDS::DBCluster MasterUserSecret](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-masterusersecret.html).
|
|
150
|
+
For RS admin user credentials, see [AWS::Redshift::Cluster](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html).
|
|
150
151
|
To retrieve a secret in a CFNshort template, use a *dynamic reference*. For more information, see [Retrieve a secret in an resource](https://docs.aws.amazon.com/secretsmanager/latest/userguide/cfn-example_reference-secret.html).
|
|
151
|
-
A common scenario is to first create a secret with ``GenerateSecretString``, which generates a password, and then use a dynamic reference to retrieve the username and password from the secret to use as credentials for a new database. See the example *Creating a Redshift cluster and a secret for the admin credentials*.
|
|
152
152
|
For information about creating a secret in the console, see [Create a secret](https://docs.aws.amazon.com/secretsmanager/latest/userguide/manage_create-basic-secret.html). For information about creating a secret using the CLI or SDK, see [CreateSecret](https://docs.aws.amazon.com/secretsmanager/latest/apireference/API_CreateSecret.html).
|
|
153
153
|
For information about retrieving a secret in code, see [Retrieve secrets from Secrets Manager](https://docs.aws.amazon.com/secretsmanager/latest/userguide/retrieving-secrets.html).
|
|
154
154
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html}
|
|
@@ -3,8 +3,8 @@ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/re
|
|
|
3
3
|
* Resource type definition for `AWS::SecretsManager::Secret`.
|
|
4
4
|
* Creates a new secret. A *secret* can be a password, a set of credentials such as a user name and password, an OAuth token, or other secret information that you store in an encrypted form in Secrets Manager.
|
|
5
5
|
For RDS master user credentials, see [AWS::RDS::DBCluster MasterUserSecret](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-masterusersecret.html).
|
|
6
|
+
For RS admin user credentials, see [AWS::Redshift::Cluster](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-cluster.html).
|
|
6
7
|
To retrieve a secret in a CFNshort template, use a *dynamic reference*. For more information, see [Retrieve a secret in an resource](https://docs.aws.amazon.com/secretsmanager/latest/userguide/cfn-example_reference-secret.html).
|
|
7
|
-
A common scenario is to first create a secret with ``GenerateSecretString``, which generates a password, and then use a dynamic reference to retrieve the username and password from the secret to use as credentials for a new database. See the example *Creating a Redshift cluster and a secret for the admin credentials*.
|
|
8
8
|
For information about creating a secret in the console, see [Create a secret](https://docs.aws.amazon.com/secretsmanager/latest/userguide/manage_create-basic-secret.html). For information about creating a secret using the CLI or SDK, see [CreateSecret](https://docs.aws.amazon.com/secretsmanager/latest/apireference/API_CreateSecret.html).
|
|
9
9
|
For information about retrieving a secret in code, see [Retrieve secrets from Secrets Manager](https://docs.aws.amazon.com/secretsmanager/latest/userguide/retrieving-secrets.html).
|
|
10
10
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html}
|
|
@@ -56,7 +56,7 @@ export type AppIntegrationsConfiguration = {
|
|
|
56
56
|
* Type definition for `AWS::Wisdom::KnowledgeBase.KnowledgeBaseType`.
|
|
57
57
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-knowledgebase-knowledgebasetype.html}
|
|
58
58
|
*/
|
|
59
|
-
export type KnowledgeBaseType = "EXTERNAL" | "CUSTOM";
|
|
59
|
+
export type KnowledgeBaseType = "EXTERNAL" | "CUSTOM" | "MESSAGE_TEMPLATES";
|
|
60
60
|
/**
|
|
61
61
|
* Type definition for `AWS::Wisdom::KnowledgeBase.RenderingConfiguration`.
|
|
62
62
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-knowledgebase-renderingconfiguration.html}
|