@awboost/cfn-resource-types 0.1.433 → 0.1.435
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-BCMDataExports-Export.d.ts +9 -7
- package/lib/AWS-BedrockAgentCore-BrowserCustom.d.ts +1 -1
- package/lib/AWS-BedrockAgentCore-CodeInterpreterCustom.d.ts +1 -1
- package/lib/AWS-Connect-EvaluationForm.d.ts +0 -1
- package/lib/AWS-DataZone-FormType.d.ts +100 -0
- package/lib/AWS-DataZone-FormType.js +13 -0
- package/lib/AWS-DataZone-Owner.d.ts +9 -1
- package/lib/AWS-DataZone-ProjectMembership.d.ts +14 -1
- package/lib/AWS-EntityResolution-IdMappingWorkflow.d.ts +1 -0
- package/lib/AWS-GameLift-ContainerFleet.d.ts +2 -2
- package/lib/AWS-GameLift-Fleet.d.ts +2 -2
- package/lib/AWS-Lambda-Function.d.ts +2 -2
- package/lib/AWS-QuickSight-CustomPermissions.d.ts +2 -0
- package/package.json +1 -1
|
@@ -17,10 +17,18 @@ export type BCMDataExportsExportProperties = {
|
|
|
17
17
|
* @see {@link https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_DataExports_CreateExport.html#API_DataExports_CreateExport_RequestSyntax}
|
|
18
18
|
*/
|
|
19
19
|
export type BCMDataExportsExportAttributes = {
|
|
20
|
+
Export: {
|
|
21
|
+
/**
|
|
22
|
+
* @minLength `20`
|
|
23
|
+
* @maxLength `2048`
|
|
24
|
+
* @pattern `^arn:aws[-a-z0-9]*:(bcm-data-exports):[-a-z0-9]*:[0-9]{12}:[-a-zA-Z0-9/:_]+$`
|
|
25
|
+
*/
|
|
26
|
+
ExportArn: string;
|
|
27
|
+
};
|
|
20
28
|
/**
|
|
21
29
|
* @minLength `20`
|
|
22
30
|
* @maxLength `2048`
|
|
23
|
-
* @pattern `^arn:aws[-a-z0-9]*:
|
|
31
|
+
* @pattern `^arn:aws[-a-z0-9]*:(bcm-data-exports):[-a-z0-9]*:[0-9]{12}:[-a-zA-Z0-9/:_]+$`
|
|
24
32
|
*/
|
|
25
33
|
ExportArn: string;
|
|
26
34
|
};
|
|
@@ -62,12 +70,6 @@ export type Export = {
|
|
|
62
70
|
*/
|
|
63
71
|
Description?: string;
|
|
64
72
|
DestinationConfigurations: DestinationConfigurations;
|
|
65
|
-
/**
|
|
66
|
-
* @minLength `20`
|
|
67
|
-
* @maxLength `2048`
|
|
68
|
-
* @pattern `^arn:aws[-a-z0-9]*:[-a-z0-9]+:[-a-z0-9]*:[0-9]{12}:[-a-zA-Z0-9/:_]+$`
|
|
69
|
-
*/
|
|
70
|
-
ExportArn?: string;
|
|
71
73
|
/**
|
|
72
74
|
* @minLength `1`
|
|
73
75
|
* @maxLength `128`
|
|
@@ -38,7 +38,7 @@ export type BedrockAgentCoreBrowserCustomProperties = {
|
|
|
38
38
|
export type BedrockAgentCoreBrowserCustomAttributes = {
|
|
39
39
|
/**
|
|
40
40
|
* The ARN of a Browser resource.
|
|
41
|
-
* @pattern `^arn:(-[^:]+)?:bedrock-agentcore:[a-z0-9-]+:(aws|[0-9]{12}):browser(-custom)
|
|
41
|
+
* @pattern `^arn:aws(-[^:]+)?:bedrock-agentcore:[a-z0-9-]+:(aws|[0-9]{12}):browser(-custom)?\/(aws\.browser\.v1|[a-zA-Z][a-zA-Z0-9_]{0,47}-[a-zA-Z0-9]{10})$`
|
|
42
42
|
*/
|
|
43
43
|
BrowserArn: string;
|
|
44
44
|
/**
|
|
@@ -34,7 +34,7 @@ export type BedrockAgentCoreCodeInterpreterCustomProperties = {
|
|
|
34
34
|
export type BedrockAgentCoreCodeInterpreterCustomAttributes = {
|
|
35
35
|
/**
|
|
36
36
|
* The ARN of a CodeInterpreter resource.
|
|
37
|
-
* @pattern `^arn:(-[^:]+)?:bedrock-agentcore:[a-z0-9-]+:(aws|[0-9]{12}):code-interpreter(-custom)
|
|
37
|
+
* @pattern `^arn:aws(-[^:]+)?:bedrock-agentcore:[a-z0-9-]+:(aws|[0-9]{12}):code-interpreter(-custom)?\/(aws\.codeinterpreter\.v1|[a-zA-Z][a-zA-Z0-9_]{0,47}-[a-zA-Z0-9]{10})$`
|
|
38
38
|
*/
|
|
39
39
|
CodeInterpreterArn: string;
|
|
40
40
|
/**
|
|
@@ -96,7 +96,6 @@ export type EvaluationFormItem = {
|
|
|
96
96
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformnumericquestionautomation.html}
|
|
97
97
|
*/
|
|
98
98
|
export type EvaluationFormNumericQuestionAutomation = {
|
|
99
|
-
AnswerSource?: any;
|
|
100
99
|
/**
|
|
101
100
|
* The property value of the automation.
|
|
102
101
|
*/
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
|
|
2
|
+
import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-builder/template";
|
|
3
|
+
/**
|
|
4
|
+
* Resource type definition for `AWS::DataZone::FormType`.
|
|
5
|
+
* Create and manage form types in Amazon Datazone
|
|
6
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-formtype.html}
|
|
7
|
+
*/
|
|
8
|
+
export type DataZoneFormTypeProperties = {
|
|
9
|
+
/**
|
|
10
|
+
* The description of this Amazon DataZone metadata form type.
|
|
11
|
+
* @minLength `0`
|
|
12
|
+
* @maxLength `2048`
|
|
13
|
+
*/
|
|
14
|
+
Description?: string;
|
|
15
|
+
/**
|
|
16
|
+
* The ID of the Amazon DataZone domain in which this metadata form type is created.
|
|
17
|
+
* @pattern `^dzd[-_][a-zA-Z0-9_-]{1,36}$`
|
|
18
|
+
*/
|
|
19
|
+
DomainIdentifier: string;
|
|
20
|
+
/**
|
|
21
|
+
* The model of this Amazon DataZone metadata form type.
|
|
22
|
+
*/
|
|
23
|
+
Model: Model;
|
|
24
|
+
/**
|
|
25
|
+
* The name of this Amazon DataZone metadata form type.
|
|
26
|
+
* @minLength `1`
|
|
27
|
+
* @maxLength `128`
|
|
28
|
+
* @pattern `^(?![0-9_])\w+$|^_\w*[a-zA-Z0-9]\w*$`
|
|
29
|
+
*/
|
|
30
|
+
Name: string;
|
|
31
|
+
/**
|
|
32
|
+
* The ID of the Amazon DataZone project that owns this metadata form type.
|
|
33
|
+
* @pattern `^[a-zA-Z0-9_-]{1,36}$`
|
|
34
|
+
*/
|
|
35
|
+
OwningProjectIdentifier: string;
|
|
36
|
+
/**
|
|
37
|
+
* The status of this Amazon DataZone metadata form type.
|
|
38
|
+
*/
|
|
39
|
+
Status?: "ENABLED" | "DISABLED";
|
|
40
|
+
};
|
|
41
|
+
/**
|
|
42
|
+
* Attribute type definition for `AWS::DataZone::FormType`.
|
|
43
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-formtype.html#aws-resource-datazone-formtype-return-values}
|
|
44
|
+
*/
|
|
45
|
+
export type DataZoneFormTypeAttributes = {
|
|
46
|
+
/**
|
|
47
|
+
* The timestamp of when this Amazon DataZone metadata form type was created.
|
|
48
|
+
*/
|
|
49
|
+
CreatedAt: string;
|
|
50
|
+
/**
|
|
51
|
+
* The user who created this Amazon DataZone metadata form type.
|
|
52
|
+
* @pattern `^[a-zA-Z0-9_-]{1,36}$`
|
|
53
|
+
*/
|
|
54
|
+
CreatedBy: string;
|
|
55
|
+
/**
|
|
56
|
+
* The ID of the Amazon DataZone domain in which this metadata form type is created.
|
|
57
|
+
* @pattern `^dzd[-_][a-zA-Z0-9_-]{1,36}$`
|
|
58
|
+
*/
|
|
59
|
+
DomainId: string;
|
|
60
|
+
/**
|
|
61
|
+
* The ID of this Amazon DataZone metadata form type.
|
|
62
|
+
* @minLength `1`
|
|
63
|
+
* @maxLength `385`
|
|
64
|
+
* @pattern `^(?!\.)[\w\.]*\w$`
|
|
65
|
+
*/
|
|
66
|
+
FormTypeIdentifier: string;
|
|
67
|
+
/**
|
|
68
|
+
* The ID of the project that owns this Amazon DataZone metadata form type.
|
|
69
|
+
* @pattern `^[a-zA-Z0-9_-]{1,36}$`
|
|
70
|
+
*/
|
|
71
|
+
OwningProjectId: string;
|
|
72
|
+
/**
|
|
73
|
+
* The revision of this Amazon DataZone metadata form type.
|
|
74
|
+
* @minLength `1`
|
|
75
|
+
* @maxLength `64`
|
|
76
|
+
*/
|
|
77
|
+
Revision: string;
|
|
78
|
+
};
|
|
79
|
+
/**
|
|
80
|
+
* Type definition for `AWS::DataZone::FormType.Model`.
|
|
81
|
+
* Indicates the smithy model of the API.
|
|
82
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-formtype-model.html}
|
|
83
|
+
*/
|
|
84
|
+
export type Model = {
|
|
85
|
+
/**
|
|
86
|
+
* @minLength `1`
|
|
87
|
+
* @maxLength `100000`
|
|
88
|
+
*/
|
|
89
|
+
Smithy?: string;
|
|
90
|
+
};
|
|
91
|
+
/**
|
|
92
|
+
* Resource type definition for `AWS::DataZone::FormType`.
|
|
93
|
+
* Create and manage form types in Amazon Datazone
|
|
94
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-formtype.html}
|
|
95
|
+
*/
|
|
96
|
+
export declare class DataZoneFormType extends $Resource<"AWS::DataZone::FormType", DataZoneFormTypeProperties, DataZoneFormTypeAttributes> {
|
|
97
|
+
static readonly Type = "AWS::DataZone::FormType";
|
|
98
|
+
constructor(logicalId: string, properties: DataZoneFormTypeProperties, options?: $ResourceOptions);
|
|
99
|
+
}
|
|
100
|
+
//# sourceMappingURL=AWS-DataZone-FormType.d.ts.map
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
|
|
2
|
+
/**
|
|
3
|
+
* Resource type definition for `AWS::DataZone::FormType`.
|
|
4
|
+
* Create and manage form types in Amazon Datazone
|
|
5
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-formtype.html}
|
|
6
|
+
*/
|
|
7
|
+
export class DataZoneFormType extends $Resource {
|
|
8
|
+
static Type = "AWS::DataZone::FormType";
|
|
9
|
+
constructor(logicalId, properties, options) {
|
|
10
|
+
super(logicalId, DataZoneFormType.Type, properties, options);
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=AWS-DataZone-FormType.js.map
|
|
@@ -24,6 +24,14 @@ export type DataZoneOwnerProperties = {
|
|
|
24
24
|
*/
|
|
25
25
|
Owner: OwnerProperties;
|
|
26
26
|
};
|
|
27
|
+
/**
|
|
28
|
+
* Attribute type definition for `AWS::DataZone::Owner`.
|
|
29
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-owner.html#aws-resource-datazone-owner-return-values}
|
|
30
|
+
*/
|
|
31
|
+
export type DataZoneOwnerAttributes = {
|
|
32
|
+
OwnerIdentifier: string;
|
|
33
|
+
OwnerType: "USER" | "GROUP";
|
|
34
|
+
};
|
|
27
35
|
/**
|
|
28
36
|
* Type definition for `AWS::DataZone::Owner.OwnerGroupProperties`.
|
|
29
37
|
* The properties of the domain unit owners group.
|
|
@@ -69,7 +77,7 @@ export type OwnerUserProperties = {
|
|
|
69
77
|
* A owner can set up authorization permissions on their resources.
|
|
70
78
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-owner.html}
|
|
71
79
|
*/
|
|
72
|
-
export declare class DataZoneOwner extends $Resource<"AWS::DataZone::Owner", DataZoneOwnerProperties,
|
|
80
|
+
export declare class DataZoneOwner extends $Resource<"AWS::DataZone::Owner", DataZoneOwnerProperties, DataZoneOwnerAttributes> {
|
|
73
81
|
static readonly Type = "AWS::DataZone::Owner";
|
|
74
82
|
constructor(logicalId: string, properties: DataZoneOwnerProperties, options?: $ResourceOptions);
|
|
75
83
|
}
|
|
@@ -16,6 +16,14 @@ export type DataZoneProjectMembershipProperties = {
|
|
|
16
16
|
*/
|
|
17
17
|
ProjectIdentifier: string;
|
|
18
18
|
};
|
|
19
|
+
/**
|
|
20
|
+
* Attribute type definition for `AWS::DataZone::ProjectMembership`.
|
|
21
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-projectmembership.html#aws-resource-datazone-projectmembership-return-values}
|
|
22
|
+
*/
|
|
23
|
+
export type DataZoneProjectMembershipAttributes = {
|
|
24
|
+
MemberIdentifier: string;
|
|
25
|
+
MemberIdentifierType: MemberIdentifierType;
|
|
26
|
+
};
|
|
19
27
|
/**
|
|
20
28
|
* Type definition for `AWS::DataZone::ProjectMembership.Member`.
|
|
21
29
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectmembership-member.html}
|
|
@@ -25,6 +33,11 @@ export type Member = {
|
|
|
25
33
|
} | {
|
|
26
34
|
GroupIdentifier: string;
|
|
27
35
|
};
|
|
36
|
+
/**
|
|
37
|
+
* Type definition for `AWS::DataZone::ProjectMembership.MemberIdentifierType`.
|
|
38
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectmembership-memberidentifiertype.html}
|
|
39
|
+
*/
|
|
40
|
+
export type MemberIdentifierType = "USER_IDENTIFIER" | "GROUP_IDENTIFIER";
|
|
28
41
|
/**
|
|
29
42
|
* Type definition for `AWS::DataZone::ProjectMembership.UserDesignation`.
|
|
30
43
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectmembership-userdesignation.html}
|
|
@@ -34,7 +47,7 @@ export type UserDesignation = "PROJECT_OWNER" | "PROJECT_CONTRIBUTOR" | "PROJECT
|
|
|
34
47
|
* Definition of AWS::DataZone::ProjectMembership Resource Type
|
|
35
48
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-projectmembership.html}
|
|
36
49
|
*/
|
|
37
|
-
export declare class DataZoneProjectMembership extends $Resource<"AWS::DataZone::ProjectMembership", DataZoneProjectMembershipProperties,
|
|
50
|
+
export declare class DataZoneProjectMembership extends $Resource<"AWS::DataZone::ProjectMembership", DataZoneProjectMembershipProperties, DataZoneProjectMembershipAttributes> {
|
|
38
51
|
static readonly Type = "AWS::DataZone::ProjectMembership";
|
|
39
52
|
constructor(logicalId: string, properties: DataZoneProjectMembershipProperties, options?: $ResourceOptions);
|
|
40
53
|
}
|
|
@@ -87,6 +87,7 @@ export type IdMappingRuleBasedProperties = {
|
|
|
87
87
|
*/
|
|
88
88
|
export type IdMappingTechniques = {
|
|
89
89
|
IdMappingType?: "PROVIDER" | "RULE_BASED";
|
|
90
|
+
NormalizationVersion?: string;
|
|
90
91
|
ProviderProperties?: ProviderProperties;
|
|
91
92
|
RuleBasedProperties?: IdMappingRuleBasedProperties;
|
|
92
93
|
};
|
|
@@ -257,10 +257,10 @@ export type IpPermission = {
|
|
|
257
257
|
*/
|
|
258
258
|
export type LocationCapacity = {
|
|
259
259
|
/**
|
|
260
|
-
* The number of EC2 instances you want to maintain in the specified fleet location. This value must fall between the minimum and maximum size limits. If any auto-scaling policy is defined for the container fleet, the desired instance will only be applied once during fleet creation and will be ignored in updates to avoid conflicts with auto-scaling. During updates with any auto-scaling policy defined, if current desired instance is lower than the new MinSize, it will be increased to the new MinSize; if current desired instance is larger than the new MaxSize, it will be decreased to the new MaxSize.
|
|
260
|
+
* Defaults to MinSize if not defined. The number of EC2 instances you want to maintain in the specified fleet location. This value must fall between the minimum and maximum size limits. If any auto-scaling policy is defined for the container fleet, the desired instance will only be applied once during fleet creation and will be ignored in updates to avoid conflicts with auto-scaling. During updates with any auto-scaling policy defined, if current desired instance is lower than the new MinSize, it will be increased to the new MinSize; if current desired instance is larger than the new MaxSize, it will be decreased to the new MaxSize.
|
|
261
261
|
* @min `0`
|
|
262
262
|
*/
|
|
263
|
-
DesiredEC2Instances
|
|
263
|
+
DesiredEC2Instances?: number;
|
|
264
264
|
/**
|
|
265
265
|
* The maximum value that is allowed for the fleet's instance count for a location.
|
|
266
266
|
* @min `0`
|
|
@@ -222,10 +222,10 @@ export type IpPermission = {
|
|
|
222
222
|
*/
|
|
223
223
|
export type LocationCapacity = {
|
|
224
224
|
/**
|
|
225
|
-
* The number of EC2 instances you want to maintain in the specified fleet location. This value must fall between the minimum and maximum size limits.
|
|
225
|
+
* Defaults to MinSize if not defined. The number of EC2 instances you want to maintain in the specified fleet location. This value must fall between the minimum and maximum size limits.
|
|
226
226
|
* @min `0`
|
|
227
227
|
*/
|
|
228
|
-
DesiredEC2Instances
|
|
228
|
+
DesiredEC2Instances?: number;
|
|
229
229
|
/**
|
|
230
230
|
* The maximum value that is allowed for the fleet's instance count for a location. When creating a new fleet, GameLift automatically sets this value to "1". Once the fleet is active, you can change this value.
|
|
231
231
|
* @min `0`
|
|
@@ -26,7 +26,7 @@ export type LambdaFunctionProperties = {
|
|
|
26
26
|
Code: Code;
|
|
27
27
|
/**
|
|
28
28
|
* To enable code signing for this function, specify the ARN of a code-signing configuration. A code-signing configuration includes a set of signing profiles, which define the trusted publishers for this function.
|
|
29
|
-
* @pattern `arn:(aws[a-zA-Z-]*)?:lambda:[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1}:\d{12}:code-signing-config:csc-[a-z0-9]{17}`
|
|
29
|
+
* @pattern `arn:(aws[a-zA-Z-]*)?:lambda:(eusc-)?[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1}:\d{12}:code-signing-config:csc-[a-z0-9]{17}`
|
|
30
30
|
*/
|
|
31
31
|
CodeSigningConfigArn?: string;
|
|
32
32
|
/**
|
|
@@ -254,7 +254,7 @@ export type FileSystemConfig = {
|
|
|
254
254
|
/**
|
|
255
255
|
* The Amazon Resource Name (ARN) of the Amazon EFS access point that provides access to the file system.
|
|
256
256
|
* @maxLength `200`
|
|
257
|
-
* @pattern `^arn:aws[a-zA-Z-]*:elasticfilesystem:[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1}:\d{12}:access-point/fsap-[a-f0-9]{17}$`
|
|
257
|
+
* @pattern `^arn:aws[a-zA-Z-]*:elasticfilesystem:(eusc-)?[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1}:\d{12}:access-point/fsap-[a-f0-9]{17}$`
|
|
258
258
|
*/
|
|
259
259
|
Arn: string;
|
|
260
260
|
/**
|
|
@@ -37,6 +37,7 @@ export type QuickSightCustomPermissionsAttributes = {
|
|
|
37
37
|
*/
|
|
38
38
|
export type Capabilities = {
|
|
39
39
|
AddOrRunAnomalyDetectionForAnalyses?: CapabilityState;
|
|
40
|
+
Analysis?: CapabilityState;
|
|
40
41
|
CreateAndUpdateDashboardEmailReports?: CapabilityState;
|
|
41
42
|
CreateAndUpdateDataSources?: CapabilityState;
|
|
42
43
|
CreateAndUpdateDatasets?: CapabilityState;
|
|
@@ -44,6 +45,7 @@ export type Capabilities = {
|
|
|
44
45
|
CreateAndUpdateThresholdAlerts?: CapabilityState;
|
|
45
46
|
CreateSPICEDataset?: CapabilityState;
|
|
46
47
|
CreateSharedFolders?: CapabilityState;
|
|
48
|
+
Dashboard?: CapabilityState;
|
|
47
49
|
ExportToCsv?: CapabilityState;
|
|
48
50
|
ExportToCsvInScheduledReports?: CapabilityState;
|
|
49
51
|
ExportToExcel?: CapabilityState;
|