@propulsionworks/cloudformation 0.1.27 → 0.1.28
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-bcmdataexports-export.d.ts +9 -9
- package/out/exports/resources.generated/aws-bedrockagentcore-browsercustom.d.ts +9 -4
- package/out/exports/resources.generated/aws-bedrockagentcore-codeinterpretercustom.d.ts +9 -5
- package/out/exports/resources.generated/aws-bedrockagentcore-runtime.d.ts +11 -2
- package/out/exports/resources.generated/aws-bedrockagentcore-runtimeendpoint.d.ts +5 -2
- package/out/exports/resources.generated/aws-connect-evaluationform.d.ts +0 -4
- package/out/exports/resources.generated/aws-cur-reportdefinition.d.ts +5 -1
- package/out/exports/resources.generated/aws-datasync-locationsmb.d.ts +50 -0
- package/out/exports/resources.generated/aws-datazone-formtype.d.ts +106 -0
- package/out/exports/resources.generated/aws-datazone-owner.d.ts +15 -2
- package/out/exports/resources.generated/aws-datazone-projectmembership.d.ts +19 -2
- package/out/exports/resources.generated/aws-ec2-localgatewayvirtualinterface.d.ts +82 -0
- package/out/exports/resources.generated/aws-ec2-localgatewayvirtualinterfacegroup.d.ts +62 -0
- package/out/exports/resources.generated/aws-ec2-networkinterfaceattachment.d.ts +5 -0
- package/out/exports/resources.generated/aws-ec2-vpc.d.ts +2 -2
- package/out/exports/resources.generated/aws-ec2-vpccidrblock.d.ts +2 -2
- package/out/exports/resources.generated/aws-entityresolution-idmappingworkflow.d.ts +4 -0
- package/out/exports/resources.generated/aws-gamelift-containerfleet.d.ts +2 -2
- package/out/exports/resources.generated/aws-gamelift-fleet.d.ts +1 -1
- package/out/exports/resources.generated/aws-imagebuilder-imagepipeline.d.ts +5 -0
- package/out/exports/resources.generated/aws-lambda-function.d.ts +2 -2
- package/out/exports/resources.generated/aws-lambda-permission.d.ts +4 -0
- package/out/exports/resources.generated/aws-networkmanager-connectpeer.d.ts +5 -0
- package/out/exports/resources.generated/aws-omics-workflow.d.ts +88 -0
- package/out/exports/resources.generated/aws-omics-workflowversion.d.ts +88 -0
- package/out/exports/resources.generated/aws-opensearchservice-domain.d.ts +1 -0
- package/out/exports/resources.generated/aws-pcs-computenodegroup.d.ts +1 -1
- package/out/exports/resources.generated/aws-quicksight-custompermissions.d.ts +8 -0
- package/out/exports/resources.generated/aws-quicksight-dashboard.d.ts +32 -0
- package/out/exports/resources.generated/aws-rds-dbcluster.d.ts +14 -0
- package/out/exports/resources.generated/aws-rds-dbinstance.d.ts +12 -0
- package/out/exports/resources.generated/aws-rds-dbproxy.d.ts +16 -1
- package/out/exports/resources.generated/aws-rds-dbproxyendpoint.d.ts +5 -0
- package/out/exports/resources.generated/aws-servicecatalog-portfolioproductassociation.d.ts +4 -13
- package/package.json +1 -1
|
@@ -39,7 +39,15 @@ export type BCMDataExportsExportAttribs = {
|
|
|
39
39
|
* The Amazon Resource Name (ARN) for this export.
|
|
40
40
|
* @minLength 20
|
|
41
41
|
* @maxLength 2048
|
|
42
|
-
* @pattern ^arn:aws[-a-z0-9]*:
|
|
42
|
+
* @pattern ^arn:aws[-a-z0-9]*:(bcm-data-exports):[-a-z0-9]*:[0-9]{12}:[-a-zA-Z0-9/:_]+$
|
|
43
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bcmdataexports-export-export.html#cfn-bcmdataexports-export-export-exportarn}
|
|
44
|
+
*/
|
|
45
|
+
"Export.ExportArn": string;
|
|
46
|
+
/**
|
|
47
|
+
* The Amazon Resource Name (ARN) for this export.
|
|
48
|
+
* @minLength 20
|
|
49
|
+
* @maxLength 2048
|
|
50
|
+
* @pattern ^arn:aws[-a-z0-9]*:(bcm-data-exports):[-a-z0-9]*:[0-9]{12}:[-a-zA-Z0-9/:_]+$
|
|
43
51
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bcmdataexports-export.html#cfn-bcmdataexports-export-exportarn}
|
|
44
52
|
*/
|
|
45
53
|
ExportArn: string;
|
|
@@ -101,14 +109,6 @@ export type Export = {
|
|
|
101
109
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bcmdataexports-export-export.html#cfn-bcmdataexports-export-export-destinationconfigurations}
|
|
102
110
|
*/
|
|
103
111
|
DestinationConfigurations: DestinationConfigurations;
|
|
104
|
-
/**
|
|
105
|
-
* The Amazon Resource Name (ARN) for this export.
|
|
106
|
-
* @minLength 20
|
|
107
|
-
* @maxLength 2048
|
|
108
|
-
* @pattern ^arn:aws[-a-z0-9]*:[-a-z0-9]+:[-a-z0-9]*:[0-9]{12}:[-a-zA-Z0-9/:_]+$
|
|
109
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bcmdataexports-export-export.html#cfn-bcmdataexports-export-export-exportarn}
|
|
110
|
-
*/
|
|
111
|
-
ExportArn?: string | undefined;
|
|
112
112
|
/**
|
|
113
113
|
* The name of this specific data export.
|
|
114
114
|
* @minLength 1
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import type { ResourceDefinitionWithAttributes } from "../main.ts";
|
|
2
2
|
/**
|
|
3
|
+
* Resource definition for AWS::BedrockAgentCore::BrowserCustom
|
|
3
4
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-browsercustom.html}
|
|
4
5
|
*/
|
|
5
6
|
export type BedrockAgentCoreBrowserCustom = ResourceDefinitionWithAttributes<"AWS::BedrockAgentCore::BrowserCustom", BedrockAgentCoreBrowserCustomProps, BedrockAgentCoreBrowserCustomAttribs>;
|
|
6
7
|
/**
|
|
8
|
+
* Resource definition for AWS::BedrockAgentCore::BrowserCustom
|
|
7
9
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-browsercustom.html}
|
|
8
10
|
*/
|
|
9
11
|
export type BedrockAgentCoreBrowserCustomProps = {
|
|
@@ -13,7 +15,7 @@ export type BedrockAgentCoreBrowserCustomProps = {
|
|
|
13
15
|
*/
|
|
14
16
|
Description?: string | undefined;
|
|
15
17
|
/**
|
|
16
|
-
* The Amazon Resource Name (ARN) of the IAM role
|
|
18
|
+
* The Amazon Resource Name (ARN) of the IAM role.
|
|
17
19
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-browsercustom.html#cfn-bedrockagentcore-browsercustom-executionrolearn}
|
|
18
20
|
*/
|
|
19
21
|
ExecutionRoleArn?: string | undefined;
|
|
@@ -23,16 +25,17 @@ export type BedrockAgentCoreBrowserCustomProps = {
|
|
|
23
25
|
*/
|
|
24
26
|
Name: string;
|
|
25
27
|
/**
|
|
26
|
-
* Network configuration for browser
|
|
28
|
+
* Network configuration for browser
|
|
27
29
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-browsercustom.html#cfn-bedrockagentcore-browsercustom-networkconfiguration}
|
|
28
30
|
*/
|
|
29
31
|
NetworkConfiguration: BrowserNetworkConfiguration;
|
|
30
32
|
/**
|
|
31
|
-
* Recording configuration for browser
|
|
33
|
+
* Recording configuration for browser
|
|
32
34
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-browsercustom.html#cfn-bedrockagentcore-browsercustom-recordingconfig}
|
|
33
35
|
*/
|
|
34
36
|
RecordingConfig?: RecordingConfig | undefined;
|
|
35
37
|
/**
|
|
38
|
+
* A map of tag keys and values
|
|
36
39
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-browsercustom.html#cfn-bedrockagentcore-browsercustom-tags}
|
|
37
40
|
*/
|
|
38
41
|
Tags?: Record<string, string> | undefined;
|
|
@@ -64,7 +67,7 @@ export type BedrockAgentCoreBrowserCustomAttribs = {
|
|
|
64
67
|
*/
|
|
65
68
|
LastUpdatedAt: string;
|
|
66
69
|
/**
|
|
67
|
-
* Status of browser
|
|
70
|
+
* Status of browser
|
|
68
71
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-browsercustom.html#cfn-bedrockagentcore-browsercustom-status}
|
|
69
72
|
*/
|
|
70
73
|
Status: BrowserStatus;
|
|
@@ -75,6 +78,7 @@ export type BedrockAgentCoreBrowserCustomAttribs = {
|
|
|
75
78
|
*/
|
|
76
79
|
export type BrowserNetworkConfiguration = {
|
|
77
80
|
/**
|
|
81
|
+
* Network modes supported by browser
|
|
78
82
|
* @default "PUBLIC"
|
|
79
83
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-browsercustom-browsernetworkconfiguration.html#cfn-bedrockagentcore-browsercustom-browsernetworkconfiguration-networkmode}
|
|
80
84
|
*/
|
|
@@ -101,6 +105,7 @@ export type RecordingConfig = {
|
|
|
101
105
|
*/
|
|
102
106
|
Enabled?: boolean | undefined;
|
|
103
107
|
/**
|
|
108
|
+
* S3 Location Configuration
|
|
104
109
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-browsercustom-recordingconfig.html#cfn-bedrockagentcore-browsercustom-recordingconfig-s3location}
|
|
105
110
|
*/
|
|
106
111
|
S3Location?: S3Location | undefined;
|
|
@@ -1,33 +1,36 @@
|
|
|
1
1
|
import type { ResourceDefinitionWithAttributes } from "../main.ts";
|
|
2
2
|
/**
|
|
3
|
+
* Resource definition for AWS::BedrockAgentCore::CodeInterpreterCustom
|
|
3
4
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-codeinterpretercustom.html}
|
|
4
5
|
*/
|
|
5
6
|
export type BedrockAgentCoreCodeInterpreterCustom = ResourceDefinitionWithAttributes<"AWS::BedrockAgentCore::CodeInterpreterCustom", BedrockAgentCoreCodeInterpreterCustomProps, BedrockAgentCoreCodeInterpreterCustomAttribs>;
|
|
6
7
|
/**
|
|
8
|
+
* Resource definition for AWS::BedrockAgentCore::CodeInterpreterCustom
|
|
7
9
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-codeinterpretercustom.html}
|
|
8
10
|
*/
|
|
9
11
|
export type BedrockAgentCoreCodeInterpreterCustomProps = {
|
|
10
12
|
/**
|
|
11
|
-
*
|
|
13
|
+
* Description of the code interpreter.
|
|
12
14
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-codeinterpretercustom.html#cfn-bedrockagentcore-codeinterpretercustom-description}
|
|
13
15
|
*/
|
|
14
16
|
Description?: string | undefined;
|
|
15
17
|
/**
|
|
16
|
-
* The ARN of the IAM role
|
|
18
|
+
* The ARN of the IAM role.
|
|
17
19
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-codeinterpretercustom.html#cfn-bedrockagentcore-codeinterpretercustom-executionrolearn}
|
|
18
20
|
*/
|
|
19
21
|
ExecutionRoleArn?: string | undefined;
|
|
20
22
|
/**
|
|
21
|
-
* The name of the
|
|
23
|
+
* The name of the sandbox.
|
|
22
24
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-codeinterpretercustom.html#cfn-bedrockagentcore-codeinterpretercustom-name}
|
|
23
25
|
*/
|
|
24
26
|
Name: string;
|
|
25
27
|
/**
|
|
26
|
-
* Network configuration for code interpreter
|
|
28
|
+
* Network configuration for code interpreter
|
|
27
29
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-codeinterpretercustom.html#cfn-bedrockagentcore-codeinterpretercustom-networkconfiguration}
|
|
28
30
|
*/
|
|
29
31
|
NetworkConfiguration: CodeInterpreterNetworkConfiguration;
|
|
30
32
|
/**
|
|
33
|
+
* A map of tag keys and values
|
|
31
34
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-codeinterpretercustom.html#cfn-bedrockagentcore-codeinterpretercustom-tags}
|
|
32
35
|
*/
|
|
33
36
|
Tags?: Record<string, string> | undefined;
|
|
@@ -59,7 +62,7 @@ export type BedrockAgentCoreCodeInterpreterCustomAttribs = {
|
|
|
59
62
|
*/
|
|
60
63
|
LastUpdatedAt: string;
|
|
61
64
|
/**
|
|
62
|
-
* Status of
|
|
65
|
+
* Status of Code interpreter
|
|
63
66
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-codeinterpretercustom.html#cfn-bedrockagentcore-codeinterpretercustom-status}
|
|
64
67
|
*/
|
|
65
68
|
Status: CodeInterpreterStatus;
|
|
@@ -70,6 +73,7 @@ export type BedrockAgentCoreCodeInterpreterCustomAttribs = {
|
|
|
70
73
|
*/
|
|
71
74
|
export type CodeInterpreterNetworkConfiguration = {
|
|
72
75
|
/**
|
|
76
|
+
* Network modes supported by code interpreter
|
|
73
77
|
* @default "SANDBOX"
|
|
74
78
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-codeinterpretercustom-codeinterpreternetworkconfiguration.html#cfn-bedrockagentcore-codeinterpretercustom-codeinterpreternetworkconfiguration-networkmode}
|
|
75
79
|
*/
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import type { ResourceDefinitionWithAttributes } from "../main.ts";
|
|
2
2
|
/**
|
|
3
|
+
* Resource Type definition for AWS::BedrockAgentCore::Runtime
|
|
3
4
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtime.html}
|
|
4
5
|
*/
|
|
5
6
|
export type BedrockAgentCoreRuntime = ResourceDefinitionWithAttributes<"AWS::BedrockAgentCore::Runtime", BedrockAgentCoreRuntimeProps, BedrockAgentCoreRuntimeAttribs>;
|
|
6
7
|
/**
|
|
8
|
+
* Resource Type definition for AWS::BedrockAgentCore::Runtime
|
|
7
9
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtime.html}
|
|
8
10
|
*/
|
|
9
11
|
export type BedrockAgentCoreRuntimeProps = {
|
|
@@ -18,7 +20,7 @@ export type BedrockAgentCoreRuntimeProps = {
|
|
|
18
20
|
*/
|
|
19
21
|
AgentRuntimeName: string;
|
|
20
22
|
/**
|
|
21
|
-
*
|
|
23
|
+
* Configuration for the authorizer
|
|
22
24
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtime.html#cfn-bedrockagentcore-runtime-authorizerconfiguration}
|
|
23
25
|
*/
|
|
24
26
|
AuthorizerConfiguration?: AuthorizerConfiguration | undefined;
|
|
@@ -28,7 +30,7 @@ export type BedrockAgentCoreRuntimeProps = {
|
|
|
28
30
|
*/
|
|
29
31
|
Description?: string | undefined;
|
|
30
32
|
/**
|
|
31
|
-
* Environment
|
|
33
|
+
* Environment variable attributes
|
|
32
34
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtime.html#cfn-bedrockagentcore-runtime-environmentvariables}
|
|
33
35
|
*/
|
|
34
36
|
EnvironmentVariables?: Record<string, string> | undefined;
|
|
@@ -48,6 +50,7 @@ export type BedrockAgentCoreRuntimeProps = {
|
|
|
48
50
|
*/
|
|
49
51
|
RoleArn: string;
|
|
50
52
|
/**
|
|
53
|
+
* A map of tag keys and values
|
|
51
54
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtime.html#cfn-bedrockagentcore-runtime-tags}
|
|
52
55
|
*/
|
|
53
56
|
Tags?: Record<string, string> | undefined;
|
|
@@ -106,6 +109,7 @@ export type AgentStatus = "CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FA
|
|
|
106
109
|
*/
|
|
107
110
|
export type AuthorizerConfiguration = {
|
|
108
111
|
/**
|
|
112
|
+
* Configuration for custom JWT authorizer
|
|
109
113
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-runtime-authorizerconfiguration.html#cfn-bedrockagentcore-runtime-authorizerconfiguration-customjwtauthorizer}
|
|
110
114
|
*/
|
|
111
115
|
CustomJWTAuthorizer?: CustomJWTAuthorizerConfiguration | undefined;
|
|
@@ -115,6 +119,7 @@ export type AuthorizerConfiguration = {
|
|
|
115
119
|
*/
|
|
116
120
|
export type ContainerConfiguration = {
|
|
117
121
|
/**
|
|
122
|
+
* The ECR URI of the container
|
|
118
123
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-runtime-containerconfiguration.html#cfn-bedrockagentcore-runtime-containerconfiguration-containeruri}
|
|
119
124
|
*/
|
|
120
125
|
ContainerUri: string;
|
|
@@ -125,14 +130,17 @@ export type ContainerConfiguration = {
|
|
|
125
130
|
*/
|
|
126
131
|
export type CustomJWTAuthorizerConfiguration = {
|
|
127
132
|
/**
|
|
133
|
+
* List of allowed audiences
|
|
128
134
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-runtime-customjwtauthorizerconfiguration.html#cfn-bedrockagentcore-runtime-customjwtauthorizerconfiguration-allowedaudience}
|
|
129
135
|
*/
|
|
130
136
|
AllowedAudience?: string[] | undefined;
|
|
131
137
|
/**
|
|
138
|
+
* List of allowed clients
|
|
132
139
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-runtime-customjwtauthorizerconfiguration.html#cfn-bedrockagentcore-runtime-customjwtauthorizerconfiguration-allowedclients}
|
|
133
140
|
*/
|
|
134
141
|
AllowedClients?: string[] | undefined;
|
|
135
142
|
/**
|
|
143
|
+
* OpenID Connect discovery URL
|
|
136
144
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-runtime-customjwtauthorizerconfiguration.html#cfn-bedrockagentcore-runtime-customjwtauthorizerconfiguration-discoveryurl}
|
|
137
145
|
*/
|
|
138
146
|
DiscoveryUrl: string;
|
|
@@ -142,6 +150,7 @@ export type CustomJWTAuthorizerConfiguration = {
|
|
|
142
150
|
*/
|
|
143
151
|
export type NetworkConfiguration = {
|
|
144
152
|
/**
|
|
153
|
+
* Network mode configuration type
|
|
145
154
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-runtime-networkconfiguration.html#cfn-bedrockagentcore-runtime-networkconfiguration-networkmode}
|
|
146
155
|
*/
|
|
147
156
|
NetworkMode: NetworkMode;
|
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
import type { ResourceDefinitionWithAttributes } from "../main.ts";
|
|
2
2
|
/**
|
|
3
|
+
* Resource definition for AWS::BedrockAgentCore::RuntimeEndpoint
|
|
3
4
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtimeendpoint.html}
|
|
4
5
|
*/
|
|
5
6
|
export type BedrockAgentCoreRuntimeEndpoint = ResourceDefinitionWithAttributes<"AWS::BedrockAgentCore::RuntimeEndpoint", BedrockAgentCoreRuntimeEndpointProps, BedrockAgentCoreRuntimeEndpointAttribs>;
|
|
6
7
|
/**
|
|
8
|
+
* Resource definition for AWS::BedrockAgentCore::RuntimeEndpoint
|
|
7
9
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtimeendpoint.html}
|
|
8
10
|
*/
|
|
9
11
|
export type BedrockAgentCoreRuntimeEndpointProps = {
|
|
10
12
|
/**
|
|
11
|
-
* The ID of the parent Agent Runtime
|
|
13
|
+
* The ID of the parent Agent Runtime
|
|
12
14
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtimeendpoint.html#cfn-bedrockagentcore-runtimeendpoint-agentruntimeid}
|
|
13
15
|
*/
|
|
14
16
|
AgentRuntimeId: string;
|
|
@@ -28,6 +30,7 @@ export type BedrockAgentCoreRuntimeEndpointProps = {
|
|
|
28
30
|
*/
|
|
29
31
|
Name: string;
|
|
30
32
|
/**
|
|
33
|
+
* A map of tag keys and values
|
|
31
34
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtimeendpoint.html#cfn-bedrockagentcore-runtimeendpoint-tags}
|
|
32
35
|
*/
|
|
33
36
|
Tags?: Record<string, string> | undefined;
|
|
@@ -57,7 +60,7 @@ export type BedrockAgentCoreRuntimeEndpointAttribs = {
|
|
|
57
60
|
*/
|
|
58
61
|
FailureReason: string;
|
|
59
62
|
/**
|
|
60
|
-
* The unique
|
|
63
|
+
* The unique ID of the Agent Runtime Endpoint itself
|
|
61
64
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtimeendpoint.html#cfn-bedrockagentcore-runtimeendpoint-id}
|
|
62
65
|
*/
|
|
63
66
|
Id: string;
|
|
@@ -114,10 +114,6 @@ export type EvaluationFormItem = {
|
|
|
114
114
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformnumericquestionautomation.html}
|
|
115
115
|
*/
|
|
116
116
|
export type EvaluationFormNumericQuestionAutomation = {
|
|
117
|
-
/**
|
|
118
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformnumericquestionautomation.html#cfn-connect-evaluationform-evaluationformnumericquestionautomation-answersource}
|
|
119
|
-
*/
|
|
120
|
-
AnswerSource?: unknown;
|
|
121
117
|
/**
|
|
122
118
|
* The property value of the automation.
|
|
123
119
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformnumericquestionautomation.html#cfn-connect-evaluationform-evaluationformnumericquestionautomation-propertyvalue}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ResourceDefinition } from "../main.ts";
|
|
1
|
+
import type { ResourceDefinition, Tag } from "../main.ts";
|
|
2
2
|
/**
|
|
3
3
|
* The definition of AWS Cost and Usage Report. You can specify the report name, time unit, report format, compression format, S3 bucket, additional artifacts, and schema elements in the definition.
|
|
4
4
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cur-reportdefinition.html}
|
|
@@ -79,6 +79,10 @@ export type CURReportDefinitionProps = {
|
|
|
79
79
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cur-reportdefinition.html#cfn-cur-reportdefinition-s3region}
|
|
80
80
|
*/
|
|
81
81
|
S3Region: string;
|
|
82
|
+
/**
|
|
83
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cur-reportdefinition.html#cfn-cur-reportdefinition-tags}
|
|
84
|
+
*/
|
|
85
|
+
Tags?: Tag[] | undefined;
|
|
82
86
|
/**
|
|
83
87
|
* The granularity of the line items in the report.
|
|
84
88
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cur-reportdefinition.html#cfn-cur-reportdefinition-timeunit}
|
|
@@ -19,6 +19,16 @@ export type DataSyncLocationSMBProps = {
|
|
|
19
19
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationsmb.html#cfn-datasync-locationsmb-authenticationtype}
|
|
20
20
|
*/
|
|
21
21
|
AuthenticationType?: "NTLM" | "KERBEROS" | undefined;
|
|
22
|
+
/**
|
|
23
|
+
* Specifies configuration information for a DataSync-managed secret, such as a password or set of credentials that DataSync uses to access a specific transfer location, and a customer-managed AWS KMS key.
|
|
24
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationsmb.html#cfn-datasync-locationsmb-cmksecretconfig}
|
|
25
|
+
*/
|
|
26
|
+
CmkSecretConfig?: CmkSecretConfig | undefined;
|
|
27
|
+
/**
|
|
28
|
+
* Specifies configuration information for a customer-managed secret, such as a password or set of credentials that DataSync uses to access a specific transfer location, and an IAM role that DataSync can assume and access the customer-managed secret.
|
|
29
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationsmb.html#cfn-datasync-locationsmb-customsecretconfig}
|
|
30
|
+
*/
|
|
31
|
+
CustomSecretConfig?: CustomSecretConfig | undefined;
|
|
22
32
|
/**
|
|
23
33
|
* Specifies the IPv4 addresses for the DNS servers that your SMB file server belongs to. This parameter applies only if AuthenticationType is set to KERBEROS. If you have multiple domains in your environment, configuring this parameter makes sure that DataSync connects to the right SMB file server.
|
|
24
34
|
* @default null
|
|
@@ -104,6 +114,13 @@ export type DataSyncLocationSMBProps = {
|
|
|
104
114
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationsmb.html#aws-resource-datasync-locationsmb-return-values}
|
|
105
115
|
*/
|
|
106
116
|
export type DataSyncLocationSMBAttribs = {
|
|
117
|
+
/**
|
|
118
|
+
* Specifies the ARN for an AWS Secrets Manager secret, managed by DataSync.
|
|
119
|
+
* @maxLength 2048
|
|
120
|
+
* @pattern ^(arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):secretsmanager:[a-z-0-9]+:[0-9]{12}:secret:.*|)$
|
|
121
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationsmb-cmksecretconfig.html#cfn-datasync-locationsmb-cmksecretconfig-secretarn}
|
|
122
|
+
*/
|
|
123
|
+
"CmkSecretConfig.SecretArn": string;
|
|
107
124
|
/**
|
|
108
125
|
* The Amazon Resource Name (ARN) of the specified SMB location.
|
|
109
126
|
* @maxLength 128
|
|
@@ -119,6 +136,39 @@ export type DataSyncLocationSMBAttribs = {
|
|
|
119
136
|
*/
|
|
120
137
|
LocationUri: string;
|
|
121
138
|
};
|
|
139
|
+
/**
|
|
140
|
+
* Specifies configuration information for a DataSync-managed secret, such as a password or set of credentials that DataSync uses to access a specific transfer location, and a customer-managed AWS KMS key.
|
|
141
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationsmb-cmksecretconfig.html}
|
|
142
|
+
*/
|
|
143
|
+
export type CmkSecretConfig = {
|
|
144
|
+
/**
|
|
145
|
+
* Specifies the ARN for the customer-managed AWS KMS key used to encrypt the secret specified for SecretArn. DataSync provides this key to AWS Secrets Manager.
|
|
146
|
+
* @maxLength 2048
|
|
147
|
+
* @pattern ^(arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):kms:[a-z-0-9]+:[0-9]{12}:key/.*|)$
|
|
148
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationsmb-cmksecretconfig.html#cfn-datasync-locationsmb-cmksecretconfig-kmskeyarn}
|
|
149
|
+
*/
|
|
150
|
+
KmsKeyArn?: string | undefined;
|
|
151
|
+
};
|
|
152
|
+
/**
|
|
153
|
+
* Specifies configuration information for a customer-managed secret, such as a password or set of credentials that DataSync uses to access a specific transfer location, and an IAM role that DataSync can assume and access the customer-managed secret.
|
|
154
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationsmb-customsecretconfig.html}
|
|
155
|
+
*/
|
|
156
|
+
export type CustomSecretConfig = {
|
|
157
|
+
/**
|
|
158
|
+
* Specifies the ARN for the AWS Identity and Access Management role that DataSync uses to access the secret specified for SecretArn.
|
|
159
|
+
* @maxLength 2048
|
|
160
|
+
* @pattern ^(arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):iam::[0-9]{12}:role/.*|)$
|
|
161
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationsmb-customsecretconfig.html#cfn-datasync-locationsmb-customsecretconfig-secretaccessrolearn}
|
|
162
|
+
*/
|
|
163
|
+
SecretAccessRoleArn: string;
|
|
164
|
+
/**
|
|
165
|
+
* Specifies the ARN for a customer created AWS Secrets Manager secret.
|
|
166
|
+
* @maxLength 2048
|
|
167
|
+
* @pattern ^(arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):secretsmanager:[a-z-0-9]+:[0-9]{12}:secret:.*|)$
|
|
168
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationsmb-customsecretconfig.html#cfn-datasync-locationsmb-customsecretconfig-secretarn}
|
|
169
|
+
*/
|
|
170
|
+
SecretArn: string;
|
|
171
|
+
};
|
|
122
172
|
/**
|
|
123
173
|
* Specifies the version of the SMB protocol that DataSync uses to access your SMB file server.
|
|
124
174
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationsmb-mountoptions.html}
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
import type { ResourceDefinitionWithAttributes } from "../main.ts";
|
|
2
|
+
/**
|
|
3
|
+
* Create and manage form types in Amazon Datazone
|
|
4
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-formtype.html}
|
|
5
|
+
*/
|
|
6
|
+
export type DataZoneFormType = ResourceDefinitionWithAttributes<"AWS::DataZone::FormType", DataZoneFormTypeProps, DataZoneFormTypeAttribs>;
|
|
7
|
+
/**
|
|
8
|
+
* Create and manage form types in Amazon Datazone
|
|
9
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-formtype.html}
|
|
10
|
+
*/
|
|
11
|
+
export type DataZoneFormTypeProps = {
|
|
12
|
+
/**
|
|
13
|
+
* The description of this Amazon DataZone metadata form type.
|
|
14
|
+
* @minLength 0
|
|
15
|
+
* @maxLength 2048
|
|
16
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-formtype.html#cfn-datazone-formtype-description}
|
|
17
|
+
*/
|
|
18
|
+
Description?: string | undefined;
|
|
19
|
+
/**
|
|
20
|
+
* The ID of the Amazon DataZone domain in which this metadata form type is created.
|
|
21
|
+
* @pattern ^dzd[-_][a-zA-Z0-9_-]{1,36}$
|
|
22
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-formtype.html#cfn-datazone-formtype-domainidentifier}
|
|
23
|
+
*/
|
|
24
|
+
DomainIdentifier: string;
|
|
25
|
+
/**
|
|
26
|
+
* Indicates the smithy model of the API.
|
|
27
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-formtype.html#cfn-datazone-formtype-model}
|
|
28
|
+
*/
|
|
29
|
+
Model: Model;
|
|
30
|
+
/**
|
|
31
|
+
* The name of this Amazon DataZone metadata form type.
|
|
32
|
+
* @minLength 1
|
|
33
|
+
* @maxLength 128
|
|
34
|
+
* @pattern ^(?![0-9_])\w+$|^_\w*[a-zA-Z0-9]\w*$
|
|
35
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-formtype.html#cfn-datazone-formtype-name}
|
|
36
|
+
*/
|
|
37
|
+
Name: string;
|
|
38
|
+
/**
|
|
39
|
+
* The ID of the Amazon DataZone project that owns this metadata form type.
|
|
40
|
+
* @pattern ^[a-zA-Z0-9_-]{1,36}$
|
|
41
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-formtype.html#cfn-datazone-formtype-owningprojectidentifier}
|
|
42
|
+
*/
|
|
43
|
+
OwningProjectIdentifier: string;
|
|
44
|
+
/**
|
|
45
|
+
* The status of this Amazon DataZone metadata form type.
|
|
46
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-formtype.html#cfn-datazone-formtype-status}
|
|
47
|
+
*/
|
|
48
|
+
Status?: "ENABLED" | "DISABLED" | undefined;
|
|
49
|
+
};
|
|
50
|
+
/**
|
|
51
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-formtype.html#aws-resource-datazone-formtype-return-values}
|
|
52
|
+
*/
|
|
53
|
+
export type DataZoneFormTypeAttribs = {
|
|
54
|
+
/**
|
|
55
|
+
* The timestamp of when this Amazon DataZone metadata form type was created.
|
|
56
|
+
* @format date-time
|
|
57
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-formtype.html#cfn-datazone-formtype-createdat}
|
|
58
|
+
*/
|
|
59
|
+
CreatedAt: string;
|
|
60
|
+
/**
|
|
61
|
+
* The user who created this Amazon DataZone metadata form type.
|
|
62
|
+
* @pattern ^[a-zA-Z0-9_-]{1,36}$
|
|
63
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-formtype.html#cfn-datazone-formtype-createdby}
|
|
64
|
+
*/
|
|
65
|
+
CreatedBy: string;
|
|
66
|
+
/**
|
|
67
|
+
* The ID of the Amazon DataZone domain in which this metadata form type is created.
|
|
68
|
+
* @pattern ^dzd[-_][a-zA-Z0-9_-]{1,36}$
|
|
69
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-formtype.html#cfn-datazone-formtype-domainid}
|
|
70
|
+
*/
|
|
71
|
+
DomainId: string;
|
|
72
|
+
/**
|
|
73
|
+
* The ID of this Amazon DataZone metadata form type.
|
|
74
|
+
* @minLength 1
|
|
75
|
+
* @maxLength 385
|
|
76
|
+
* @pattern ^(?!\.)[\w\.]*\w$
|
|
77
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-formtype.html#cfn-datazone-formtype-formtypeidentifier}
|
|
78
|
+
*/
|
|
79
|
+
FormTypeIdentifier: string;
|
|
80
|
+
/**
|
|
81
|
+
* The ID of the project that owns this Amazon DataZone metadata form type.
|
|
82
|
+
* @pattern ^[a-zA-Z0-9_-]{1,36}$
|
|
83
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-formtype.html#cfn-datazone-formtype-owningprojectid}
|
|
84
|
+
*/
|
|
85
|
+
OwningProjectId: string;
|
|
86
|
+
/**
|
|
87
|
+
* The revision of this Amazon DataZone metadata form type.
|
|
88
|
+
* @minLength 1
|
|
89
|
+
* @maxLength 64
|
|
90
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-formtype.html#cfn-datazone-formtype-revision}
|
|
91
|
+
*/
|
|
92
|
+
Revision: string;
|
|
93
|
+
};
|
|
94
|
+
/**
|
|
95
|
+
* Indicates the smithy model of the API.
|
|
96
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-formtype-model.html}
|
|
97
|
+
*/
|
|
98
|
+
export type Model = {
|
|
99
|
+
/**
|
|
100
|
+
* @minLength 1
|
|
101
|
+
* @maxLength 100000
|
|
102
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-formtype-model.html#cfn-datazone-formtype-model-smithy}
|
|
103
|
+
*/
|
|
104
|
+
Smithy?: string | undefined;
|
|
105
|
+
};
|
|
106
|
+
//# sourceMappingURL=aws-datazone-formtype.d.ts.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { ResourceDefinitionWithAttributes } from "../main.ts";
|
|
2
2
|
/**
|
|
3
3
|
* The owner that you want to add to the entity.
|
|
4
4
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-owner.html}
|
|
5
5
|
*/
|
|
6
|
-
export type DataZoneOwner =
|
|
6
|
+
export type DataZoneOwner = ResourceDefinitionWithAttributes<"AWS::DataZone::Owner", DataZoneOwnerProps, DataZoneOwnerAttribs>;
|
|
7
7
|
/**
|
|
8
8
|
* The owner that you want to add to the entity.
|
|
9
9
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-owner.html}
|
|
@@ -31,6 +31,19 @@ export type DataZoneOwnerProps = {
|
|
|
31
31
|
*/
|
|
32
32
|
Owner: OwnerProperties;
|
|
33
33
|
};
|
|
34
|
+
/**
|
|
35
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-owner.html#aws-resource-datazone-owner-return-values}
|
|
36
|
+
*/
|
|
37
|
+
export type DataZoneOwnerAttribs = {
|
|
38
|
+
/**
|
|
39
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-owner.html#cfn-datazone-owner-owneridentifier}
|
|
40
|
+
*/
|
|
41
|
+
OwnerIdentifier: string;
|
|
42
|
+
/**
|
|
43
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-owner.html#cfn-datazone-owner-ownertype}
|
|
44
|
+
*/
|
|
45
|
+
OwnerType: "USER" | "GROUP";
|
|
46
|
+
};
|
|
34
47
|
/**
|
|
35
48
|
* The properties of the domain unit owners group.
|
|
36
49
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-owner-ownergroupproperties.html}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { ResourceDefinitionWithAttributes } from "../main.ts";
|
|
2
2
|
/**
|
|
3
3
|
* The `AWS::DataZone::ProjectMembership` resource adds a member to an Amazon DataZone project. Project members consume assets from the Amazon DataZone catalog and produce new assets using one or more analytical workflows.
|
|
4
4
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-projectmembership.html}
|
|
5
5
|
*/
|
|
6
|
-
export type DataZoneProjectMembership =
|
|
6
|
+
export type DataZoneProjectMembership = ResourceDefinitionWithAttributes<"AWS::DataZone::ProjectMembership", DataZoneProjectMembershipProps, DataZoneProjectMembershipAttribs>;
|
|
7
7
|
/**
|
|
8
8
|
* The `AWS::DataZone::ProjectMembership` resource adds a member to an Amazon DataZone project. Project members consume assets from the Amazon DataZone catalog and produce new assets using one or more analytical workflows.
|
|
9
9
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-projectmembership.html}
|
|
@@ -32,6 +32,19 @@ export type DataZoneProjectMembershipProps = {
|
|
|
32
32
|
*/
|
|
33
33
|
ProjectIdentifier: string;
|
|
34
34
|
};
|
|
35
|
+
/**
|
|
36
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-projectmembership.html#aws-resource-datazone-projectmembership-return-values}
|
|
37
|
+
*/
|
|
38
|
+
export type DataZoneProjectMembershipAttribs = {
|
|
39
|
+
/**
|
|
40
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-projectmembership.html#cfn-datazone-projectmembership-memberidentifier}
|
|
41
|
+
*/
|
|
42
|
+
MemberIdentifier: string;
|
|
43
|
+
/**
|
|
44
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-projectmembership.html#cfn-datazone-projectmembership-memberidentifiertype}
|
|
45
|
+
*/
|
|
46
|
+
MemberIdentifierType: MemberIdentifierType;
|
|
47
|
+
};
|
|
35
48
|
/**
|
|
36
49
|
* The details about a project member.
|
|
37
50
|
*
|
|
@@ -43,6 +56,10 @@ export type Member = {
|
|
|
43
56
|
} | {
|
|
44
57
|
GroupIdentifier: string;
|
|
45
58
|
};
|
|
59
|
+
/**
|
|
60
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectmembership-memberidentifiertype.html}
|
|
61
|
+
*/
|
|
62
|
+
export type MemberIdentifierType = "USER_IDENTIFIER" | "GROUP_IDENTIFIER";
|
|
46
63
|
/**
|
|
47
64
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectmembership-userdesignation.html}
|
|
48
65
|
*/
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
|
+
/**
|
|
3
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayvirtualinterface.html}
|
|
4
|
+
*/
|
|
5
|
+
export type EC2LocalGatewayVirtualInterface = ResourceDefinitionWithAttributes<"AWS::EC2::LocalGatewayVirtualInterface", EC2LocalGatewayVirtualInterfaceProps, EC2LocalGatewayVirtualInterfaceAttribs>;
|
|
6
|
+
/**
|
|
7
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayvirtualinterface.html}
|
|
8
|
+
*/
|
|
9
|
+
export type EC2LocalGatewayVirtualInterfaceProps = {
|
|
10
|
+
/**
|
|
11
|
+
* The local address.
|
|
12
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayvirtualinterface.html#cfn-ec2-localgatewayvirtualinterface-localaddress}
|
|
13
|
+
*/
|
|
14
|
+
LocalAddress: string;
|
|
15
|
+
/**
|
|
16
|
+
* The ID of the virtual interface group
|
|
17
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayvirtualinterface.html#cfn-ec2-localgatewayvirtualinterface-localgatewayvirtualinterfacegroupid}
|
|
18
|
+
*/
|
|
19
|
+
LocalGatewayVirtualInterfaceGroupId: string;
|
|
20
|
+
/**
|
|
21
|
+
* The Outpost LAG ID.
|
|
22
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayvirtualinterface.html#cfn-ec2-localgatewayvirtualinterface-outpostlagid}
|
|
23
|
+
*/
|
|
24
|
+
OutpostLagId: string;
|
|
25
|
+
/**
|
|
26
|
+
* The peer address.
|
|
27
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayvirtualinterface.html#cfn-ec2-localgatewayvirtualinterface-peeraddress}
|
|
28
|
+
*/
|
|
29
|
+
PeerAddress: string;
|
|
30
|
+
/**
|
|
31
|
+
* The peer BGP ASN.
|
|
32
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayvirtualinterface.html#cfn-ec2-localgatewayvirtualinterface-peerbgpasn}
|
|
33
|
+
*/
|
|
34
|
+
PeerBgpAsn?: number | undefined;
|
|
35
|
+
/**
|
|
36
|
+
* The extended 32-bit ASN of the BGP peer for use with larger ASN values.
|
|
37
|
+
* @format int64
|
|
38
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayvirtualinterface.html#cfn-ec2-localgatewayvirtualinterface-peerbgpasnextended}
|
|
39
|
+
*/
|
|
40
|
+
PeerBgpAsnExtended?: number | undefined;
|
|
41
|
+
/**
|
|
42
|
+
* An array of key-value pairs to apply to this resource.
|
|
43
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayvirtualinterface.html#cfn-ec2-localgatewayvirtualinterface-tags}
|
|
44
|
+
*/
|
|
45
|
+
Tags?: Tag[] | undefined;
|
|
46
|
+
/**
|
|
47
|
+
* The ID of the VLAN.
|
|
48
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayvirtualinterface.html#cfn-ec2-localgatewayvirtualinterface-vlan}
|
|
49
|
+
*/
|
|
50
|
+
Vlan: number;
|
|
51
|
+
};
|
|
52
|
+
/**
|
|
53
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayvirtualinterface.html#aws-resource-ec2-localgatewayvirtualinterface-return-values}
|
|
54
|
+
*/
|
|
55
|
+
export type EC2LocalGatewayVirtualInterfaceAttribs = {
|
|
56
|
+
/**
|
|
57
|
+
* The current state of the local gateway virtual interface
|
|
58
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayvirtualinterface.html#cfn-ec2-localgatewayvirtualinterface-configurationstate}
|
|
59
|
+
*/
|
|
60
|
+
ConfigurationState: string;
|
|
61
|
+
/**
|
|
62
|
+
* The Autonomous System Number(ASN) for the local Border Gateway Protocol (BGP)
|
|
63
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayvirtualinterface.html#cfn-ec2-localgatewayvirtualinterface-localbgpasn}
|
|
64
|
+
*/
|
|
65
|
+
LocalBgpAsn: number;
|
|
66
|
+
/**
|
|
67
|
+
* The ID of the local gateway
|
|
68
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayvirtualinterface.html#cfn-ec2-localgatewayvirtualinterface-localgatewayid}
|
|
69
|
+
*/
|
|
70
|
+
LocalGatewayId: string;
|
|
71
|
+
/**
|
|
72
|
+
* The ID of the virtual interface
|
|
73
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayvirtualinterface.html#cfn-ec2-localgatewayvirtualinterface-localgatewayvirtualinterfaceid}
|
|
74
|
+
*/
|
|
75
|
+
LocalGatewayVirtualInterfaceId: string;
|
|
76
|
+
/**
|
|
77
|
+
* The ID of the Amazon Web Services account that owns the local gateway virtual interface group
|
|
78
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayvirtualinterface.html#cfn-ec2-localgatewayvirtualinterface-ownerid}
|
|
79
|
+
*/
|
|
80
|
+
OwnerId: string;
|
|
81
|
+
};
|
|
82
|
+
//# sourceMappingURL=aws-ec2-localgatewayvirtualinterface.d.ts.map
|