@pulumi/aws 7.16.0-alpha.1767399337 → 7.16.0
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/alb/listener.d.ts +3 -3
- package/alb/targetGroup.d.ts +3 -3
- package/alb/targetGroupAttachment.d.ts +32 -0
- package/alb/targetGroupAttachment.js +22 -0
- package/alb/targetGroupAttachment.js.map +1 -1
- package/apigateway/domainName.d.ts +32 -3
- package/apigateway/domainName.js +19 -0
- package/apigateway/domainName.js.map +1 -1
- package/apigateway/getDomainName.d.ts +4 -0
- package/apigateway/getDomainName.js.map +1 -1
- package/apigateway/integration.d.ts +25 -4
- package/apigateway/integration.js +25 -4
- package/apigateway/integration.js.map +1 -1
- package/backup/globalSettings.d.ts +7 -3
- package/backup/globalSettings.js +4 -0
- package/backup/globalSettings.js.map +1 -1
- package/bedrock/agentcoreMemoryStrategy.d.ts +6 -0
- package/bedrock/agentcoreMemoryStrategy.js.map +1 -1
- package/cleanrooms/collaboration.d.ts +13 -3
- package/cleanrooms/collaboration.js +13 -3
- package/cleanrooms/collaboration.js.map +1 -1
- package/cloudfront/connectionFunction.d.ts +243 -0
- package/cloudfront/connectionFunction.js +159 -0
- package/cloudfront/connectionFunction.js.map +1 -0
- package/cloudfront/connectionGroup.d.ts +196 -0
- package/cloudfront/connectionGroup.js +101 -0
- package/cloudfront/connectionGroup.js.map +1 -0
- package/cloudfront/distribution.d.ts +49 -0
- package/cloudfront/distribution.js +29 -0
- package/cloudfront/distribution.js.map +1 -1
- package/cloudfront/distributionTenant.d.ts +275 -0
- package/cloudfront/distributionTenant.js +152 -0
- package/cloudfront/distributionTenant.js.map +1 -0
- package/cloudfront/getConnectionGroup.d.ts +103 -0
- package/cloudfront/getConnectionGroup.js +54 -0
- package/cloudfront/getConnectionGroup.js.map +1 -0
- package/cloudfront/getDistributionTenant.d.ts +113 -0
- package/cloudfront/getDistributionTenant.js +58 -0
- package/cloudfront/getDistributionTenant.js.map +1 -0
- package/cloudfront/index.d.ts +18 -0
- package/cloudfront/index.js +27 -1
- package/cloudfront/index.js.map +1 -1
- package/cloudfront/multitenantDistribution.d.ts +347 -0
- package/cloudfront/multitenantDistribution.js +147 -0
- package/cloudfront/multitenantDistribution.js.map +1 -0
- package/cloudwatch/logSubscriptionFilter.d.ts +42 -18
- package/cloudwatch/logSubscriptionFilter.js +4 -0
- package/cloudwatch/logSubscriptionFilter.js.map +1 -1
- package/directconnect/gateway.d.ts +30 -0
- package/directconnect/gateway.js +4 -0
- package/directconnect/gateway.js.map +1 -1
- package/directconnect/getGateway.d.ts +18 -0
- package/directconnect/getGateway.js +2 -0
- package/directconnect/getGateway.js.map +1 -1
- package/dynamodb/globalSecondaryIndex.d.ts +202 -0
- package/dynamodb/globalSecondaryIndex.js +94 -0
- package/dynamodb/globalSecondaryIndex.js.map +1 -0
- package/dynamodb/index.d.ts +3 -0
- package/dynamodb/index.js +6 -1
- package/dynamodb/index.js.map +1 -1
- package/dynamodb/table.d.ts +5 -1
- package/dynamodb/table.js +4 -0
- package/dynamodb/table.js.map +1 -1
- package/ec2/getVpcEndpoint.d.ts +17 -3
- package/ec2/getVpcEndpoint.js +4 -0
- package/ec2/getVpcEndpoint.js.map +1 -1
- package/ecr/getRepositoryCreationTemplate.d.ts +1 -1
- package/ecr/index.d.ts +3 -0
- package/ecr/index.js +6 -1
- package/ecr/index.js.map +1 -1
- package/ecr/lifecyclePolicy.d.ts +77 -32
- package/ecr/lifecyclePolicy.js +77 -32
- package/ecr/lifecyclePolicy.js.map +1 -1
- package/ecr/pullTimeUpdateExclusion.d.ts +145 -0
- package/ecr/pullTimeUpdateExclusion.js +133 -0
- package/ecr/pullTimeUpdateExclusion.js.map +1 -0
- package/ecr/repositoryCreationTemplate.d.ts +3 -3
- package/ecs/taskDefinition.d.ts +12 -12
- package/elasticache/replicationGroup.d.ts +3 -3
- package/fsx/ontapFileSystem.d.ts +6 -0
- package/fsx/ontapFileSystem.js.map +1 -1
- package/glue/resourcePolicy.d.ts +2 -2
- package/glue/resourcePolicy.js +2 -2
- package/iam/getSamlProvider.d.ts +4 -0
- package/iam/getSamlProvider.js.map +1 -1
- package/iam/outboundWebIdentityFederation.d.ts +0 -2
- package/iam/outboundWebIdentityFederation.js +0 -2
- package/iam/outboundWebIdentityFederation.js.map +1 -1
- package/iam/policy.d.ts +12 -0
- package/iam/policy.js +2 -0
- package/iam/policy.js.map +1 -1
- package/iam/samlProvider.d.ts +8 -0
- package/iam/samlProvider.js +2 -0
- package/iam/samlProvider.js.map +1 -1
- package/iam/virtualMfaDevice.d.ts +26 -18
- package/iam/virtualMfaDevice.js +2 -0
- package/iam/virtualMfaDevice.js.map +1 -1
- package/imagebuilder/image.d.ts +12 -0
- package/imagebuilder/image.js +2 -0
- package/imagebuilder/image.js.map +1 -1
- package/imagebuilder/imagePipeline.d.ts +12 -0
- package/imagebuilder/imagePipeline.js +2 -0
- package/imagebuilder/imagePipeline.js.map +1 -1
- package/kms/grant.d.ts +8 -8
- package/lambda/eventSourceMapping.d.ts +1 -0
- package/lambda/eventSourceMapping.js +1 -0
- package/lambda/eventSourceMapping.js.map +1 -1
- package/lambda/function.d.ts +8 -0
- package/lambda/function.js +2 -0
- package/lambda/function.js.map +1 -1
- package/lambda/functionUrl.d.ts +2 -0
- package/lambda/functionUrl.js +2 -0
- package/lambda/functionUrl.js.map +1 -1
- package/lambda/getFunction.d.ts +4 -0
- package/lambda/getFunction.js.map +1 -1
- package/lambda/permission.d.ts +12 -0
- package/lambda/permission.js +2 -0
- package/lambda/permission.js.map +1 -1
- package/lb/listener.d.ts +3 -3
- package/lb/targetGroup.d.ts +3 -3
- package/lb/targetGroupAttachment.d.ts +32 -0
- package/lb/targetGroupAttachment.js +22 -0
- package/lb/targetGroupAttachment.js.map +1 -1
- package/networkfirewall/vpcEndpointAssociation.d.ts +1 -1
- package/networkfirewall/vpcEndpointAssociation.js +1 -1
- package/networkmanager/vpcAttachment.d.ts +3 -3
- package/opensearchingest/pipeline.d.ts +12 -0
- package/opensearchingest/pipeline.js +2 -0
- package/opensearchingest/pipeline.js.map +1 -1
- package/organizations/index.d.ts +3 -0
- package/organizations/index.js +6 -1
- package/organizations/index.js.map +1 -1
- package/organizations/tag.d.ts +99 -0
- package/organizations/tag.js +89 -0
- package/organizations/tag.js.map +1 -0
- package/package.json +2 -2
- package/rds/cluster.d.ts +9 -9
- package/rds/getProxy.d.ts +8 -0
- package/rds/getProxy.js.map +1 -1
- package/rds/proxy.d.ts +24 -0
- package/rds/proxy.js +4 -0
- package/rds/proxy.js.map +1 -1
- package/rds/proxyDefaultTargetGroup.d.ts +0 -40
- package/rds/proxyDefaultTargetGroup.js +0 -40
- package/rds/proxyDefaultTargetGroup.js.map +1 -1
- package/rds/proxyTarget.d.ts +0 -43
- package/rds/proxyTarget.js +0 -43
- package/rds/proxyTarget.js.map +1 -1
- package/redshift/idcApplication.d.ts +203 -0
- package/redshift/idcApplication.js +111 -0
- package/redshift/idcApplication.js.map +1 -0
- package/redshift/index.d.ts +3 -0
- package/redshift/index.js +6 -1
- package/redshift/index.js.map +1 -1
- package/route53/getResolverFirewallRules.d.ts +9 -0
- package/route53/getResolverFirewallRules.js.map +1 -1
- package/route53/getResolverRule.d.ts +5 -0
- package/route53/getResolverRule.js.map +1 -1
- package/route53/resolverFirewallRule.d.ts +66 -9
- package/route53/resolverFirewallRule.js +32 -4
- package/route53/resolverFirewallRule.js.map +1 -1
- package/secretsmanager/index.d.ts +3 -0
- package/secretsmanager/index.js +6 -1
- package/secretsmanager/index.js.map +1 -1
- package/secretsmanager/tag.d.ts +107 -0
- package/secretsmanager/tag.js +87 -0
- package/secretsmanager/tag.js.map +1 -0
- package/sesv2/index.d.ts +3 -0
- package/sesv2/index.js +6 -1
- package/sesv2/index.js.map +1 -1
- package/sesv2/tenant.d.ts +147 -0
- package/sesv2/tenant.js +91 -0
- package/sesv2/tenant.js.map +1 -0
- package/sfn/activity.d.ts +0 -2
- package/sfn/activity.js +0 -2
- package/sfn/activity.js.map +1 -1
- package/sfn/alias.d.ts +0 -2
- package/sfn/alias.js +0 -2
- package/sfn/alias.js.map +1 -1
- package/transfer/webApp.d.ts +15 -3
- package/transfer/webApp.js +2 -0
- package/transfer/webApp.js.map +1 -1
- package/types/input.d.ts +890 -19
- package/types/input.js.map +1 -1
- package/types/output.d.ts +966 -12
- package/types/output.js.map +1 -1
- package/vpclattice/serviceNetworkResourceAssociation.d.ts +12 -0
- package/vpclattice/serviceNetworkResourceAssociation.js +2 -0
- package/vpclattice/serviceNetworkResourceAssociation.js.map +1 -1
|
@@ -0,0 +1,243 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Manages an AWS CloudFront Connection Function.
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
*
|
|
9
|
+
* ### Basic Usage
|
|
10
|
+
*
|
|
11
|
+
* ```typescript
|
|
12
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
+
* import * as aws from "@pulumi/aws";
|
|
14
|
+
*
|
|
15
|
+
* const example = new aws.cloudfront.ConnectionFunction("example", {
|
|
16
|
+
* name: "example-connection-function",
|
|
17
|
+
* connectionFunctionCode: "function handler(event) { return event.request; }",
|
|
18
|
+
* connectionFunctionConfig: {
|
|
19
|
+
* runtime: "cloudfront-js-2.0",
|
|
20
|
+
* comment: "Example connection function",
|
|
21
|
+
* },
|
|
22
|
+
* });
|
|
23
|
+
* ```
|
|
24
|
+
*
|
|
25
|
+
* ### With Publish Enabled
|
|
26
|
+
*
|
|
27
|
+
* ```typescript
|
|
28
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
29
|
+
* import * as aws from "@pulumi/aws";
|
|
30
|
+
*
|
|
31
|
+
* const example = new aws.cloudfront.ConnectionFunction("example", {
|
|
32
|
+
* name: "example-connection-function",
|
|
33
|
+
* connectionFunctionCode: "function handler(event) { return event.request; }",
|
|
34
|
+
* connectionFunctionConfig: {
|
|
35
|
+
* runtime: "cloudfront-js-2.0",
|
|
36
|
+
* comment: "Example connection function",
|
|
37
|
+
* },
|
|
38
|
+
* publish: true,
|
|
39
|
+
* });
|
|
40
|
+
* ```
|
|
41
|
+
*
|
|
42
|
+
* ### With Key Value Store Associations
|
|
43
|
+
*
|
|
44
|
+
* ```typescript
|
|
45
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
46
|
+
* import * as aws from "@pulumi/aws";
|
|
47
|
+
*
|
|
48
|
+
* const example = new aws.cloudfront.KeyValueStore("example", {
|
|
49
|
+
* name: "example-kvs",
|
|
50
|
+
* comment: "Example key value store",
|
|
51
|
+
* });
|
|
52
|
+
* const exampleConnectionFunction = new aws.cloudfront.ConnectionFunction("example", {
|
|
53
|
+
* name: "example-connection-function",
|
|
54
|
+
* connectionFunctionCode: "function handler(event) { return event.request; }",
|
|
55
|
+
* connectionFunctionConfig: {
|
|
56
|
+
* runtime: "cloudfront-js-2.0",
|
|
57
|
+
* comment: "Example connection function",
|
|
58
|
+
* keyValueStoreAssociation: {
|
|
59
|
+
* keyValueStoreArn: example.arn,
|
|
60
|
+
* },
|
|
61
|
+
* },
|
|
62
|
+
* });
|
|
63
|
+
* ```
|
|
64
|
+
*
|
|
65
|
+
* ### With Tags
|
|
66
|
+
*
|
|
67
|
+
* ```typescript
|
|
68
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
69
|
+
* import * as aws from "@pulumi/aws";
|
|
70
|
+
*
|
|
71
|
+
* const example = new aws.cloudfront.ConnectionFunction("example", {
|
|
72
|
+
* name: "example-connection-function",
|
|
73
|
+
* connectionFunctionCode: "function handler(event) { return event.request; }",
|
|
74
|
+
* connectionFunctionConfig: {
|
|
75
|
+
* runtime: "cloudfront-js-2.0",
|
|
76
|
+
* comment: "Example connection function",
|
|
77
|
+
* },
|
|
78
|
+
* tags: {
|
|
79
|
+
* Environment: "production",
|
|
80
|
+
* Team: "web",
|
|
81
|
+
* },
|
|
82
|
+
* });
|
|
83
|
+
* ```
|
|
84
|
+
*
|
|
85
|
+
* ## Import
|
|
86
|
+
*
|
|
87
|
+
* Using `pulumi import`, import CloudFront Connection Function using the function ID. For example:
|
|
88
|
+
*
|
|
89
|
+
* ```sh
|
|
90
|
+
* $ pulumi import aws:cloudfront/connectionFunction:ConnectionFunction example E1PA6795UKMFR9
|
|
91
|
+
* ```
|
|
92
|
+
*/
|
|
93
|
+
export declare class ConnectionFunction extends pulumi.CustomResource {
|
|
94
|
+
/**
|
|
95
|
+
* Get an existing ConnectionFunction resource's state with the given name, ID, and optional extra
|
|
96
|
+
* properties used to qualify the lookup.
|
|
97
|
+
*
|
|
98
|
+
* @param name The _unique_ name of the resulting resource.
|
|
99
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
100
|
+
* @param state Any extra arguments used during the lookup.
|
|
101
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
102
|
+
*/
|
|
103
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ConnectionFunctionState, opts?: pulumi.CustomResourceOptions): ConnectionFunction;
|
|
104
|
+
/**
|
|
105
|
+
* Returns true if the given object is an instance of ConnectionFunction. This is designed to work even
|
|
106
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
107
|
+
*/
|
|
108
|
+
static isInstance(obj: any): obj is ConnectionFunction;
|
|
109
|
+
/**
|
|
110
|
+
* ARN of the connection function.
|
|
111
|
+
*/
|
|
112
|
+
readonly connectionFunctionArn: pulumi.Output<string>;
|
|
113
|
+
/**
|
|
114
|
+
* Code for the connection function. Maximum length is 40960 characters.
|
|
115
|
+
*/
|
|
116
|
+
readonly connectionFunctionCode: pulumi.Output<string>;
|
|
117
|
+
/**
|
|
118
|
+
* Configuration information for the connection function. See `connectionFunctionConfig` below.
|
|
119
|
+
*/
|
|
120
|
+
readonly connectionFunctionConfig: pulumi.Output<outputs.cloudfront.ConnectionFunctionConnectionFunctionConfig | undefined>;
|
|
121
|
+
/**
|
|
122
|
+
* ETag of the connection function.
|
|
123
|
+
*/
|
|
124
|
+
readonly etag: pulumi.Output<string>;
|
|
125
|
+
/**
|
|
126
|
+
* ETag of the function's LIVE stage. Will be empty if the function has not been published.
|
|
127
|
+
*/
|
|
128
|
+
readonly liveStageEtag: pulumi.Output<string>;
|
|
129
|
+
/**
|
|
130
|
+
* Name for the connection function. Must be 1-64 characters and can contain letters, numbers, hyphens, and underscores. Changing this forces a new resource to be created.
|
|
131
|
+
*
|
|
132
|
+
* The following arguments are optional:
|
|
133
|
+
*/
|
|
134
|
+
readonly name: pulumi.Output<string>;
|
|
135
|
+
/**
|
|
136
|
+
* Whether to publish the function to the `LIVE` stage after creation or update. Defaults to `false`.
|
|
137
|
+
*/
|
|
138
|
+
readonly publish: pulumi.Output<boolean>;
|
|
139
|
+
/**
|
|
140
|
+
* Status of the connection function.
|
|
141
|
+
*/
|
|
142
|
+
readonly status: pulumi.Output<string>;
|
|
143
|
+
/**
|
|
144
|
+
* Map of tags to assign to the resource. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
145
|
+
*/
|
|
146
|
+
readonly tags: pulumi.Output<{
|
|
147
|
+
[key: string]: string;
|
|
148
|
+
} | undefined>;
|
|
149
|
+
/**
|
|
150
|
+
* Map of tags assigned to the resource, including those inherited from the provider `defaultTags` configuration block.
|
|
151
|
+
*/
|
|
152
|
+
readonly tagsAll: pulumi.Output<{
|
|
153
|
+
[key: string]: string;
|
|
154
|
+
}>;
|
|
155
|
+
/**
|
|
156
|
+
* Create a ConnectionFunction resource with the given unique name, arguments, and options.
|
|
157
|
+
*
|
|
158
|
+
* @param name The _unique_ name of the resource.
|
|
159
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
160
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
161
|
+
*/
|
|
162
|
+
constructor(name: string, args: ConnectionFunctionArgs, opts?: pulumi.CustomResourceOptions);
|
|
163
|
+
}
|
|
164
|
+
/**
|
|
165
|
+
* Input properties used for looking up and filtering ConnectionFunction resources.
|
|
166
|
+
*/
|
|
167
|
+
export interface ConnectionFunctionState {
|
|
168
|
+
/**
|
|
169
|
+
* ARN of the connection function.
|
|
170
|
+
*/
|
|
171
|
+
connectionFunctionArn?: pulumi.Input<string>;
|
|
172
|
+
/**
|
|
173
|
+
* Code for the connection function. Maximum length is 40960 characters.
|
|
174
|
+
*/
|
|
175
|
+
connectionFunctionCode?: pulumi.Input<string>;
|
|
176
|
+
/**
|
|
177
|
+
* Configuration information for the connection function. See `connectionFunctionConfig` below.
|
|
178
|
+
*/
|
|
179
|
+
connectionFunctionConfig?: pulumi.Input<inputs.cloudfront.ConnectionFunctionConnectionFunctionConfig>;
|
|
180
|
+
/**
|
|
181
|
+
* ETag of the connection function.
|
|
182
|
+
*/
|
|
183
|
+
etag?: pulumi.Input<string>;
|
|
184
|
+
/**
|
|
185
|
+
* ETag of the function's LIVE stage. Will be empty if the function has not been published.
|
|
186
|
+
*/
|
|
187
|
+
liveStageEtag?: pulumi.Input<string>;
|
|
188
|
+
/**
|
|
189
|
+
* Name for the connection function. Must be 1-64 characters and can contain letters, numbers, hyphens, and underscores. Changing this forces a new resource to be created.
|
|
190
|
+
*
|
|
191
|
+
* The following arguments are optional:
|
|
192
|
+
*/
|
|
193
|
+
name?: pulumi.Input<string>;
|
|
194
|
+
/**
|
|
195
|
+
* Whether to publish the function to the `LIVE` stage after creation or update. Defaults to `false`.
|
|
196
|
+
*/
|
|
197
|
+
publish?: pulumi.Input<boolean>;
|
|
198
|
+
/**
|
|
199
|
+
* Status of the connection function.
|
|
200
|
+
*/
|
|
201
|
+
status?: pulumi.Input<string>;
|
|
202
|
+
/**
|
|
203
|
+
* Map of tags to assign to the resource. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
204
|
+
*/
|
|
205
|
+
tags?: pulumi.Input<{
|
|
206
|
+
[key: string]: pulumi.Input<string>;
|
|
207
|
+
}>;
|
|
208
|
+
/**
|
|
209
|
+
* Map of tags assigned to the resource, including those inherited from the provider `defaultTags` configuration block.
|
|
210
|
+
*/
|
|
211
|
+
tagsAll?: pulumi.Input<{
|
|
212
|
+
[key: string]: pulumi.Input<string>;
|
|
213
|
+
}>;
|
|
214
|
+
}
|
|
215
|
+
/**
|
|
216
|
+
* The set of arguments for constructing a ConnectionFunction resource.
|
|
217
|
+
*/
|
|
218
|
+
export interface ConnectionFunctionArgs {
|
|
219
|
+
/**
|
|
220
|
+
* Code for the connection function. Maximum length is 40960 characters.
|
|
221
|
+
*/
|
|
222
|
+
connectionFunctionCode: pulumi.Input<string>;
|
|
223
|
+
/**
|
|
224
|
+
* Configuration information for the connection function. See `connectionFunctionConfig` below.
|
|
225
|
+
*/
|
|
226
|
+
connectionFunctionConfig?: pulumi.Input<inputs.cloudfront.ConnectionFunctionConnectionFunctionConfig>;
|
|
227
|
+
/**
|
|
228
|
+
* Name for the connection function. Must be 1-64 characters and can contain letters, numbers, hyphens, and underscores. Changing this forces a new resource to be created.
|
|
229
|
+
*
|
|
230
|
+
* The following arguments are optional:
|
|
231
|
+
*/
|
|
232
|
+
name?: pulumi.Input<string>;
|
|
233
|
+
/**
|
|
234
|
+
* Whether to publish the function to the `LIVE` stage after creation or update. Defaults to `false`.
|
|
235
|
+
*/
|
|
236
|
+
publish?: pulumi.Input<boolean>;
|
|
237
|
+
/**
|
|
238
|
+
* Map of tags to assign to the resource. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
239
|
+
*/
|
|
240
|
+
tags?: pulumi.Input<{
|
|
241
|
+
[key: string]: pulumi.Input<string>;
|
|
242
|
+
}>;
|
|
243
|
+
}
|
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.ConnectionFunction = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Manages an AWS CloudFront Connection Function.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ### Basic Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as aws from "@pulumi/aws";
|
|
18
|
+
*
|
|
19
|
+
* const example = new aws.cloudfront.ConnectionFunction("example", {
|
|
20
|
+
* name: "example-connection-function",
|
|
21
|
+
* connectionFunctionCode: "function handler(event) { return event.request; }",
|
|
22
|
+
* connectionFunctionConfig: {
|
|
23
|
+
* runtime: "cloudfront-js-2.0",
|
|
24
|
+
* comment: "Example connection function",
|
|
25
|
+
* },
|
|
26
|
+
* });
|
|
27
|
+
* ```
|
|
28
|
+
*
|
|
29
|
+
* ### With Publish Enabled
|
|
30
|
+
*
|
|
31
|
+
* ```typescript
|
|
32
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
33
|
+
* import * as aws from "@pulumi/aws";
|
|
34
|
+
*
|
|
35
|
+
* const example = new aws.cloudfront.ConnectionFunction("example", {
|
|
36
|
+
* name: "example-connection-function",
|
|
37
|
+
* connectionFunctionCode: "function handler(event) { return event.request; }",
|
|
38
|
+
* connectionFunctionConfig: {
|
|
39
|
+
* runtime: "cloudfront-js-2.0",
|
|
40
|
+
* comment: "Example connection function",
|
|
41
|
+
* },
|
|
42
|
+
* publish: true,
|
|
43
|
+
* });
|
|
44
|
+
* ```
|
|
45
|
+
*
|
|
46
|
+
* ### With Key Value Store Associations
|
|
47
|
+
*
|
|
48
|
+
* ```typescript
|
|
49
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
50
|
+
* import * as aws from "@pulumi/aws";
|
|
51
|
+
*
|
|
52
|
+
* const example = new aws.cloudfront.KeyValueStore("example", {
|
|
53
|
+
* name: "example-kvs",
|
|
54
|
+
* comment: "Example key value store",
|
|
55
|
+
* });
|
|
56
|
+
* const exampleConnectionFunction = new aws.cloudfront.ConnectionFunction("example", {
|
|
57
|
+
* name: "example-connection-function",
|
|
58
|
+
* connectionFunctionCode: "function handler(event) { return event.request; }",
|
|
59
|
+
* connectionFunctionConfig: {
|
|
60
|
+
* runtime: "cloudfront-js-2.0",
|
|
61
|
+
* comment: "Example connection function",
|
|
62
|
+
* keyValueStoreAssociation: {
|
|
63
|
+
* keyValueStoreArn: example.arn,
|
|
64
|
+
* },
|
|
65
|
+
* },
|
|
66
|
+
* });
|
|
67
|
+
* ```
|
|
68
|
+
*
|
|
69
|
+
* ### With Tags
|
|
70
|
+
*
|
|
71
|
+
* ```typescript
|
|
72
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
73
|
+
* import * as aws from "@pulumi/aws";
|
|
74
|
+
*
|
|
75
|
+
* const example = new aws.cloudfront.ConnectionFunction("example", {
|
|
76
|
+
* name: "example-connection-function",
|
|
77
|
+
* connectionFunctionCode: "function handler(event) { return event.request; }",
|
|
78
|
+
* connectionFunctionConfig: {
|
|
79
|
+
* runtime: "cloudfront-js-2.0",
|
|
80
|
+
* comment: "Example connection function",
|
|
81
|
+
* },
|
|
82
|
+
* tags: {
|
|
83
|
+
* Environment: "production",
|
|
84
|
+
* Team: "web",
|
|
85
|
+
* },
|
|
86
|
+
* });
|
|
87
|
+
* ```
|
|
88
|
+
*
|
|
89
|
+
* ## Import
|
|
90
|
+
*
|
|
91
|
+
* Using `pulumi import`, import CloudFront Connection Function using the function ID. For example:
|
|
92
|
+
*
|
|
93
|
+
* ```sh
|
|
94
|
+
* $ pulumi import aws:cloudfront/connectionFunction:ConnectionFunction example E1PA6795UKMFR9
|
|
95
|
+
* ```
|
|
96
|
+
*/
|
|
97
|
+
class ConnectionFunction extends pulumi.CustomResource {
|
|
98
|
+
/**
|
|
99
|
+
* Get an existing ConnectionFunction resource's state with the given name, ID, and optional extra
|
|
100
|
+
* properties used to qualify the lookup.
|
|
101
|
+
*
|
|
102
|
+
* @param name The _unique_ name of the resulting resource.
|
|
103
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
104
|
+
* @param state Any extra arguments used during the lookup.
|
|
105
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
106
|
+
*/
|
|
107
|
+
static get(name, id, state, opts) {
|
|
108
|
+
return new ConnectionFunction(name, state, { ...opts, id: id });
|
|
109
|
+
}
|
|
110
|
+
/**
|
|
111
|
+
* Returns true if the given object is an instance of ConnectionFunction. This is designed to work even
|
|
112
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
113
|
+
*/
|
|
114
|
+
static isInstance(obj) {
|
|
115
|
+
if (obj === undefined || obj === null) {
|
|
116
|
+
return false;
|
|
117
|
+
}
|
|
118
|
+
return obj['__pulumiType'] === ConnectionFunction.__pulumiType;
|
|
119
|
+
}
|
|
120
|
+
constructor(name, argsOrState, opts) {
|
|
121
|
+
let resourceInputs = {};
|
|
122
|
+
opts = opts || {};
|
|
123
|
+
if (opts.id) {
|
|
124
|
+
const state = argsOrState;
|
|
125
|
+
resourceInputs["connectionFunctionArn"] = state?.connectionFunctionArn;
|
|
126
|
+
resourceInputs["connectionFunctionCode"] = state?.connectionFunctionCode;
|
|
127
|
+
resourceInputs["connectionFunctionConfig"] = state?.connectionFunctionConfig;
|
|
128
|
+
resourceInputs["etag"] = state?.etag;
|
|
129
|
+
resourceInputs["liveStageEtag"] = state?.liveStageEtag;
|
|
130
|
+
resourceInputs["name"] = state?.name;
|
|
131
|
+
resourceInputs["publish"] = state?.publish;
|
|
132
|
+
resourceInputs["status"] = state?.status;
|
|
133
|
+
resourceInputs["tags"] = state?.tags;
|
|
134
|
+
resourceInputs["tagsAll"] = state?.tagsAll;
|
|
135
|
+
}
|
|
136
|
+
else {
|
|
137
|
+
const args = argsOrState;
|
|
138
|
+
if (args?.connectionFunctionCode === undefined && !opts.urn) {
|
|
139
|
+
throw new Error("Missing required property 'connectionFunctionCode'");
|
|
140
|
+
}
|
|
141
|
+
resourceInputs["connectionFunctionCode"] = args?.connectionFunctionCode;
|
|
142
|
+
resourceInputs["connectionFunctionConfig"] = args?.connectionFunctionConfig;
|
|
143
|
+
resourceInputs["name"] = args?.name;
|
|
144
|
+
resourceInputs["publish"] = args?.publish;
|
|
145
|
+
resourceInputs["tags"] = args?.tags;
|
|
146
|
+
resourceInputs["connectionFunctionArn"] = undefined /*out*/;
|
|
147
|
+
resourceInputs["etag"] = undefined /*out*/;
|
|
148
|
+
resourceInputs["liveStageEtag"] = undefined /*out*/;
|
|
149
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
150
|
+
resourceInputs["tagsAll"] = undefined /*out*/;
|
|
151
|
+
}
|
|
152
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
153
|
+
super(ConnectionFunction.__pulumiType, name, resourceInputs, opts);
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
exports.ConnectionFunction = ConnectionFunction;
|
|
157
|
+
/** @internal */
|
|
158
|
+
ConnectionFunction.__pulumiType = 'aws:cloudfront/connectionFunction:ConnectionFunction';
|
|
159
|
+
//# sourceMappingURL=connectionFunction.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"connectionFunction.js","sourceRoot":"","sources":["../../cloudfront/connectionFunction.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,196 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Creates an Amazon CloudFront Connection Group.
|
|
6
|
+
*
|
|
7
|
+
* For information about CloudFront Connection Groups, see the [AWS CloudFormation Documentation](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-cloudfront-connectiongroup.html).
|
|
8
|
+
*
|
|
9
|
+
* ## Example Usage
|
|
10
|
+
*
|
|
11
|
+
* ```typescript
|
|
12
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
+
* import * as aws from "@pulumi/aws";
|
|
14
|
+
*
|
|
15
|
+
* const example = new aws.cloudfront.ConnectionGroup("example", {
|
|
16
|
+
* name: "example",
|
|
17
|
+
* enabled: true,
|
|
18
|
+
* ipv6Enabled: true,
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* ## Import
|
|
23
|
+
*
|
|
24
|
+
* Using `pulumi import`, import CloudFront Connection Groups using the `id`. For example:
|
|
25
|
+
*
|
|
26
|
+
* ```sh
|
|
27
|
+
* $ pulumi import aws:cloudfront/connectionGroup:ConnectionGroup example CGROUP123EXAMPLE
|
|
28
|
+
* ```
|
|
29
|
+
*/
|
|
30
|
+
export declare class ConnectionGroup extends pulumi.CustomResource {
|
|
31
|
+
/**
|
|
32
|
+
* Get an existing ConnectionGroup resource's state with the given name, ID, and optional extra
|
|
33
|
+
* properties used to qualify the lookup.
|
|
34
|
+
*
|
|
35
|
+
* @param name The _unique_ name of the resulting resource.
|
|
36
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
37
|
+
* @param state Any extra arguments used during the lookup.
|
|
38
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
39
|
+
*/
|
|
40
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ConnectionGroupState, opts?: pulumi.CustomResourceOptions): ConnectionGroup;
|
|
41
|
+
/**
|
|
42
|
+
* Returns true if the given object is an instance of ConnectionGroup. This is designed to work even
|
|
43
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
44
|
+
*/
|
|
45
|
+
static isInstance(obj: any): obj is ConnectionGroup;
|
|
46
|
+
/**
|
|
47
|
+
* ID of the associated Anycast IP List. `ipv6Enabled` must not be set to `true` in order to set this argument
|
|
48
|
+
*/
|
|
49
|
+
readonly anycastIpListId: pulumi.Output<string | undefined>;
|
|
50
|
+
/**
|
|
51
|
+
* ARN of the connection group.
|
|
52
|
+
*/
|
|
53
|
+
readonly arn: pulumi.Output<string>;
|
|
54
|
+
/**
|
|
55
|
+
* Whether the connection group is enabled. Default is `true`.
|
|
56
|
+
*/
|
|
57
|
+
readonly enabled: pulumi.Output<boolean>;
|
|
58
|
+
/**
|
|
59
|
+
* Current version of the connection group.
|
|
60
|
+
*/
|
|
61
|
+
readonly etag: pulumi.Output<string>;
|
|
62
|
+
/**
|
|
63
|
+
* Whether IPv6 is enabled for the connection group. Default is `false`.
|
|
64
|
+
*/
|
|
65
|
+
readonly ipv6Enabled: pulumi.Output<boolean>;
|
|
66
|
+
/**
|
|
67
|
+
* Whether the connection group is the default connection group for the distribution tenants.
|
|
68
|
+
*/
|
|
69
|
+
readonly isDefault: pulumi.Output<boolean>;
|
|
70
|
+
/**
|
|
71
|
+
* Date and time when the connection group was last modified.
|
|
72
|
+
*/
|
|
73
|
+
readonly lastModifiedTime: pulumi.Output<string>;
|
|
74
|
+
/**
|
|
75
|
+
* Name of the connection group.
|
|
76
|
+
*/
|
|
77
|
+
readonly name: pulumi.Output<string>;
|
|
78
|
+
/**
|
|
79
|
+
* The routing endpoint (also known as the DNS name) that is assigned to the connection group, such as d111111abcdef8.cloudfront.net.
|
|
80
|
+
*/
|
|
81
|
+
readonly routingEndpoint: pulumi.Output<string>;
|
|
82
|
+
/**
|
|
83
|
+
* Current status of the connection group.
|
|
84
|
+
*/
|
|
85
|
+
readonly status: pulumi.Output<string>;
|
|
86
|
+
/**
|
|
87
|
+
* A map of tags to assign to the resource. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
88
|
+
*/
|
|
89
|
+
readonly tags: pulumi.Output<{
|
|
90
|
+
[key: string]: string;
|
|
91
|
+
} | undefined>;
|
|
92
|
+
/**
|
|
93
|
+
* Map of tags assigned to the resource, including those inherited from the provider `defaultTags` configuration block.
|
|
94
|
+
*/
|
|
95
|
+
readonly tagsAll: pulumi.Output<{
|
|
96
|
+
[key: string]: string;
|
|
97
|
+
}>;
|
|
98
|
+
readonly timeouts: pulumi.Output<outputs.cloudfront.ConnectionGroupTimeouts | undefined>;
|
|
99
|
+
readonly waitForDeployment: pulumi.Output<boolean>;
|
|
100
|
+
/**
|
|
101
|
+
* Create a ConnectionGroup resource with the given unique name, arguments, and options.
|
|
102
|
+
*
|
|
103
|
+
* @param name The _unique_ name of the resource.
|
|
104
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
105
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
106
|
+
*/
|
|
107
|
+
constructor(name: string, args?: ConnectionGroupArgs, opts?: pulumi.CustomResourceOptions);
|
|
108
|
+
}
|
|
109
|
+
/**
|
|
110
|
+
* Input properties used for looking up and filtering ConnectionGroup resources.
|
|
111
|
+
*/
|
|
112
|
+
export interface ConnectionGroupState {
|
|
113
|
+
/**
|
|
114
|
+
* ID of the associated Anycast IP List. `ipv6Enabled` must not be set to `true` in order to set this argument
|
|
115
|
+
*/
|
|
116
|
+
anycastIpListId?: pulumi.Input<string>;
|
|
117
|
+
/**
|
|
118
|
+
* ARN of the connection group.
|
|
119
|
+
*/
|
|
120
|
+
arn?: pulumi.Input<string>;
|
|
121
|
+
/**
|
|
122
|
+
* Whether the connection group is enabled. Default is `true`.
|
|
123
|
+
*/
|
|
124
|
+
enabled?: pulumi.Input<boolean>;
|
|
125
|
+
/**
|
|
126
|
+
* Current version of the connection group.
|
|
127
|
+
*/
|
|
128
|
+
etag?: pulumi.Input<string>;
|
|
129
|
+
/**
|
|
130
|
+
* Whether IPv6 is enabled for the connection group. Default is `false`.
|
|
131
|
+
*/
|
|
132
|
+
ipv6Enabled?: pulumi.Input<boolean>;
|
|
133
|
+
/**
|
|
134
|
+
* Whether the connection group is the default connection group for the distribution tenants.
|
|
135
|
+
*/
|
|
136
|
+
isDefault?: pulumi.Input<boolean>;
|
|
137
|
+
/**
|
|
138
|
+
* Date and time when the connection group was last modified.
|
|
139
|
+
*/
|
|
140
|
+
lastModifiedTime?: pulumi.Input<string>;
|
|
141
|
+
/**
|
|
142
|
+
* Name of the connection group.
|
|
143
|
+
*/
|
|
144
|
+
name?: pulumi.Input<string>;
|
|
145
|
+
/**
|
|
146
|
+
* The routing endpoint (also known as the DNS name) that is assigned to the connection group, such as d111111abcdef8.cloudfront.net.
|
|
147
|
+
*/
|
|
148
|
+
routingEndpoint?: pulumi.Input<string>;
|
|
149
|
+
/**
|
|
150
|
+
* Current status of the connection group.
|
|
151
|
+
*/
|
|
152
|
+
status?: pulumi.Input<string>;
|
|
153
|
+
/**
|
|
154
|
+
* A map of tags to assign to the resource. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
155
|
+
*/
|
|
156
|
+
tags?: pulumi.Input<{
|
|
157
|
+
[key: string]: pulumi.Input<string>;
|
|
158
|
+
}>;
|
|
159
|
+
/**
|
|
160
|
+
* Map of tags assigned to the resource, including those inherited from the provider `defaultTags` configuration block.
|
|
161
|
+
*/
|
|
162
|
+
tagsAll?: pulumi.Input<{
|
|
163
|
+
[key: string]: pulumi.Input<string>;
|
|
164
|
+
}>;
|
|
165
|
+
timeouts?: pulumi.Input<inputs.cloudfront.ConnectionGroupTimeouts>;
|
|
166
|
+
waitForDeployment?: pulumi.Input<boolean>;
|
|
167
|
+
}
|
|
168
|
+
/**
|
|
169
|
+
* The set of arguments for constructing a ConnectionGroup resource.
|
|
170
|
+
*/
|
|
171
|
+
export interface ConnectionGroupArgs {
|
|
172
|
+
/**
|
|
173
|
+
* ID of the associated Anycast IP List. `ipv6Enabled` must not be set to `true` in order to set this argument
|
|
174
|
+
*/
|
|
175
|
+
anycastIpListId?: pulumi.Input<string>;
|
|
176
|
+
/**
|
|
177
|
+
* Whether the connection group is enabled. Default is `true`.
|
|
178
|
+
*/
|
|
179
|
+
enabled?: pulumi.Input<boolean>;
|
|
180
|
+
/**
|
|
181
|
+
* Whether IPv6 is enabled for the connection group. Default is `false`.
|
|
182
|
+
*/
|
|
183
|
+
ipv6Enabled?: pulumi.Input<boolean>;
|
|
184
|
+
/**
|
|
185
|
+
* Name of the connection group.
|
|
186
|
+
*/
|
|
187
|
+
name?: pulumi.Input<string>;
|
|
188
|
+
/**
|
|
189
|
+
* A map of tags to assign to the resource. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
190
|
+
*/
|
|
191
|
+
tags?: pulumi.Input<{
|
|
192
|
+
[key: string]: pulumi.Input<string>;
|
|
193
|
+
}>;
|
|
194
|
+
timeouts?: pulumi.Input<inputs.cloudfront.ConnectionGroupTimeouts>;
|
|
195
|
+
waitForDeployment?: pulumi.Input<boolean>;
|
|
196
|
+
}
|