@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,152 @@
|
|
|
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.DistributionTenant = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Creates an Amazon CloudFront distribution tenant.
|
|
10
|
+
*
|
|
11
|
+
* Distribution tenants allow you to create isolated configurations within a multi-tenant CloudFront distribution. Each tenant can have its own domains, customizations, and parameters while sharing the underlying distribution infrastructure.
|
|
12
|
+
*
|
|
13
|
+
* For information about CloudFront distribution tenants, see the [Amazon CloudFront Developer Guide](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-tenants.html).
|
|
14
|
+
*
|
|
15
|
+
* ## Example Usage
|
|
16
|
+
*
|
|
17
|
+
* ### Basic Distribution Tenant
|
|
18
|
+
*
|
|
19
|
+
* ```typescript
|
|
20
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
21
|
+
* import * as aws from "@pulumi/aws";
|
|
22
|
+
*
|
|
23
|
+
* const example = new aws.cloudfront.DistributionTenant("example", {
|
|
24
|
+
* name: "example-tenant",
|
|
25
|
+
* distributionId: exampleAwsCloudfrontMultitenantDistribution.id,
|
|
26
|
+
* enabled: true,
|
|
27
|
+
* domains: [{
|
|
28
|
+
* domain: "tenant.example.com",
|
|
29
|
+
* }],
|
|
30
|
+
* tags: {
|
|
31
|
+
* Environment: "production",
|
|
32
|
+
* },
|
|
33
|
+
* });
|
|
34
|
+
* ```
|
|
35
|
+
*
|
|
36
|
+
* ### Distribution Tenant with Customizations
|
|
37
|
+
*
|
|
38
|
+
* ```typescript
|
|
39
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
40
|
+
* import * as aws from "@pulumi/aws";
|
|
41
|
+
*
|
|
42
|
+
* const example = new aws.cloudfront.DistributionTenant("example", {
|
|
43
|
+
* name: "example-tenant",
|
|
44
|
+
* distributionId: exampleAwsCloudfrontMultitenantDistribution.id,
|
|
45
|
+
* enabled: false,
|
|
46
|
+
* domains: [{
|
|
47
|
+
* domain: "tenant.example.com",
|
|
48
|
+
* }],
|
|
49
|
+
* customizations: {
|
|
50
|
+
* geoRestriction: {
|
|
51
|
+
* restrictionType: "whitelist",
|
|
52
|
+
* locations: [
|
|
53
|
+
* "US",
|
|
54
|
+
* "CA",
|
|
55
|
+
* ],
|
|
56
|
+
* },
|
|
57
|
+
* certificate: {
|
|
58
|
+
* arn: tenantCert.arn,
|
|
59
|
+
* },
|
|
60
|
+
* webAcl: {
|
|
61
|
+
* action: "override",
|
|
62
|
+
* arn: tenantWaf.arn,
|
|
63
|
+
* },
|
|
64
|
+
* },
|
|
65
|
+
* tags: {
|
|
66
|
+
* Environment: "production",
|
|
67
|
+
* Tenant: "example",
|
|
68
|
+
* },
|
|
69
|
+
* });
|
|
70
|
+
* ```
|
|
71
|
+
*
|
|
72
|
+
* ## Import
|
|
73
|
+
*
|
|
74
|
+
* Using `pulumi import`, import CloudFront Distribution Tenants using the `id`. For example:
|
|
75
|
+
*
|
|
76
|
+
* ```sh
|
|
77
|
+
* $ pulumi import aws:cloudfront/distributionTenant:DistributionTenant example TENANT123EXAMPLE
|
|
78
|
+
* ```
|
|
79
|
+
*/
|
|
80
|
+
class DistributionTenant extends pulumi.CustomResource {
|
|
81
|
+
/**
|
|
82
|
+
* Get an existing DistributionTenant resource's state with the given name, ID, and optional extra
|
|
83
|
+
* properties used to qualify the lookup.
|
|
84
|
+
*
|
|
85
|
+
* @param name The _unique_ name of the resulting resource.
|
|
86
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
87
|
+
* @param state Any extra arguments used during the lookup.
|
|
88
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
89
|
+
*/
|
|
90
|
+
static get(name, id, state, opts) {
|
|
91
|
+
return new DistributionTenant(name, state, { ...opts, id: id });
|
|
92
|
+
}
|
|
93
|
+
/**
|
|
94
|
+
* Returns true if the given object is an instance of DistributionTenant. This is designed to work even
|
|
95
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
96
|
+
*/
|
|
97
|
+
static isInstance(obj) {
|
|
98
|
+
if (obj === undefined || obj === null) {
|
|
99
|
+
return false;
|
|
100
|
+
}
|
|
101
|
+
return obj['__pulumiType'] === DistributionTenant.__pulumiType;
|
|
102
|
+
}
|
|
103
|
+
constructor(name, argsOrState, opts) {
|
|
104
|
+
let resourceInputs = {};
|
|
105
|
+
opts = opts || {};
|
|
106
|
+
if (opts.id) {
|
|
107
|
+
const state = argsOrState;
|
|
108
|
+
resourceInputs["arn"] = state?.arn;
|
|
109
|
+
resourceInputs["connectionGroupId"] = state?.connectionGroupId;
|
|
110
|
+
resourceInputs["customizations"] = state?.customizations;
|
|
111
|
+
resourceInputs["distributionId"] = state?.distributionId;
|
|
112
|
+
resourceInputs["domains"] = state?.domains;
|
|
113
|
+
resourceInputs["enabled"] = state?.enabled;
|
|
114
|
+
resourceInputs["etag"] = state?.etag;
|
|
115
|
+
resourceInputs["managedCertificateRequest"] = state?.managedCertificateRequest;
|
|
116
|
+
resourceInputs["name"] = state?.name;
|
|
117
|
+
resourceInputs["parameters"] = state?.parameters;
|
|
118
|
+
resourceInputs["status"] = state?.status;
|
|
119
|
+
resourceInputs["tags"] = state?.tags;
|
|
120
|
+
resourceInputs["tagsAll"] = state?.tagsAll;
|
|
121
|
+
resourceInputs["timeouts"] = state?.timeouts;
|
|
122
|
+
resourceInputs["waitForDeployment"] = state?.waitForDeployment;
|
|
123
|
+
}
|
|
124
|
+
else {
|
|
125
|
+
const args = argsOrState;
|
|
126
|
+
if (args?.distributionId === undefined && !opts.urn) {
|
|
127
|
+
throw new Error("Missing required property 'distributionId'");
|
|
128
|
+
}
|
|
129
|
+
resourceInputs["connectionGroupId"] = args?.connectionGroupId;
|
|
130
|
+
resourceInputs["customizations"] = args?.customizations;
|
|
131
|
+
resourceInputs["distributionId"] = args?.distributionId;
|
|
132
|
+
resourceInputs["domains"] = args?.domains;
|
|
133
|
+
resourceInputs["enabled"] = args?.enabled;
|
|
134
|
+
resourceInputs["managedCertificateRequest"] = args?.managedCertificateRequest;
|
|
135
|
+
resourceInputs["name"] = args?.name;
|
|
136
|
+
resourceInputs["parameters"] = args?.parameters;
|
|
137
|
+
resourceInputs["tags"] = args?.tags;
|
|
138
|
+
resourceInputs["timeouts"] = args?.timeouts;
|
|
139
|
+
resourceInputs["waitForDeployment"] = args?.waitForDeployment;
|
|
140
|
+
resourceInputs["arn"] = undefined /*out*/;
|
|
141
|
+
resourceInputs["etag"] = undefined /*out*/;
|
|
142
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
143
|
+
resourceInputs["tagsAll"] = undefined /*out*/;
|
|
144
|
+
}
|
|
145
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
146
|
+
super(DistributionTenant.__pulumiType, name, resourceInputs, opts);
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
exports.DistributionTenant = DistributionTenant;
|
|
150
|
+
/** @internal */
|
|
151
|
+
DistributionTenant.__pulumiType = 'aws:cloudfront/distributionTenant:DistributionTenant';
|
|
152
|
+
//# sourceMappingURL=distributionTenant.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"distributionTenant.js","sourceRoot":"","sources":["../../cloudfront/distributionTenant.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Use this data source to retrieve information about a CloudFront connection group.
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as aws from "@pulumi/aws";
|
|
10
|
+
*
|
|
11
|
+
* const test = aws.cloudfront.getConnectionGroup({
|
|
12
|
+
* id: "EDFDVBD632BHDS5",
|
|
13
|
+
* });
|
|
14
|
+
* ```
|
|
15
|
+
*/
|
|
16
|
+
export declare function getConnectionGroup(args?: GetConnectionGroupArgs, opts?: pulumi.InvokeOptions): Promise<GetConnectionGroupResult>;
|
|
17
|
+
/**
|
|
18
|
+
* A collection of arguments for invoking getConnectionGroup.
|
|
19
|
+
*/
|
|
20
|
+
export interface GetConnectionGroupArgs {
|
|
21
|
+
/**
|
|
22
|
+
* Identifier for the connection group. For example: `EDFDVBD632BHDS5`. Exactly one of `id` or `routingEndpoint` must be specified.
|
|
23
|
+
*/
|
|
24
|
+
id?: string;
|
|
25
|
+
/**
|
|
26
|
+
* Routing endpoint for the connection group. For example: `d111111abcdef8.cloudfront.net`. Exactly one of `id` or `routingEndpoint` must be specified.
|
|
27
|
+
*/
|
|
28
|
+
routingEndpoint?: string;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* A collection of values returned by getConnectionGroup.
|
|
32
|
+
*/
|
|
33
|
+
export interface GetConnectionGroupResult {
|
|
34
|
+
/**
|
|
35
|
+
* ID of the anycast IP list associated with this connection group, if any.
|
|
36
|
+
*/
|
|
37
|
+
readonly anycastIpListId: string;
|
|
38
|
+
/**
|
|
39
|
+
* ARN (Amazon Resource Name) for the connection group.
|
|
40
|
+
*/
|
|
41
|
+
readonly arn: string;
|
|
42
|
+
/**
|
|
43
|
+
* Whether the connection group is enabled.
|
|
44
|
+
*/
|
|
45
|
+
readonly enabled: boolean;
|
|
46
|
+
/**
|
|
47
|
+
* Current version of the connection group's information. For example:
|
|
48
|
+
* `E2QWRUHAPOMQZL`.
|
|
49
|
+
*/
|
|
50
|
+
readonly etag: string;
|
|
51
|
+
readonly id: string;
|
|
52
|
+
readonly ipv6Enabled: boolean;
|
|
53
|
+
/**
|
|
54
|
+
* Whether the connection group is the default connection group for the distribution tenants.
|
|
55
|
+
*/
|
|
56
|
+
readonly isDefault: boolean;
|
|
57
|
+
/**
|
|
58
|
+
* Date and time the connection group was last modified.
|
|
59
|
+
*/
|
|
60
|
+
readonly lastModifiedTime: string;
|
|
61
|
+
/**
|
|
62
|
+
* name of the connection group.
|
|
63
|
+
*/
|
|
64
|
+
readonly name: string;
|
|
65
|
+
readonly routingEndpoint: string;
|
|
66
|
+
/**
|
|
67
|
+
* Current status of the connection group. `Deployed` if the
|
|
68
|
+
* connection group's information is fully propagated throughout the Amazon
|
|
69
|
+
* CloudFront system.
|
|
70
|
+
*/
|
|
71
|
+
readonly status: string;
|
|
72
|
+
readonly tags: {
|
|
73
|
+
[key: string]: string;
|
|
74
|
+
};
|
|
75
|
+
}
|
|
76
|
+
/**
|
|
77
|
+
* Use this data source to retrieve information about a CloudFront connection group.
|
|
78
|
+
*
|
|
79
|
+
* ## Example Usage
|
|
80
|
+
*
|
|
81
|
+
* ```typescript
|
|
82
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
83
|
+
* import * as aws from "@pulumi/aws";
|
|
84
|
+
*
|
|
85
|
+
* const test = aws.cloudfront.getConnectionGroup({
|
|
86
|
+
* id: "EDFDVBD632BHDS5",
|
|
87
|
+
* });
|
|
88
|
+
* ```
|
|
89
|
+
*/
|
|
90
|
+
export declare function getConnectionGroupOutput(args?: GetConnectionGroupOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetConnectionGroupResult>;
|
|
91
|
+
/**
|
|
92
|
+
* A collection of arguments for invoking getConnectionGroup.
|
|
93
|
+
*/
|
|
94
|
+
export interface GetConnectionGroupOutputArgs {
|
|
95
|
+
/**
|
|
96
|
+
* Identifier for the connection group. For example: `EDFDVBD632BHDS5`. Exactly one of `id` or `routingEndpoint` must be specified.
|
|
97
|
+
*/
|
|
98
|
+
id?: pulumi.Input<string>;
|
|
99
|
+
/**
|
|
100
|
+
* Routing endpoint for the connection group. For example: `d111111abcdef8.cloudfront.net`. Exactly one of `id` or `routingEndpoint` must be specified.
|
|
101
|
+
*/
|
|
102
|
+
routingEndpoint?: pulumi.Input<string>;
|
|
103
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
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.getConnectionGroupOutput = exports.getConnectionGroup = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to retrieve information about a CloudFront connection group.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as aws from "@pulumi/aws";
|
|
16
|
+
*
|
|
17
|
+
* const test = aws.cloudfront.getConnectionGroup({
|
|
18
|
+
* id: "EDFDVBD632BHDS5",
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
function getConnectionGroup(args, opts) {
|
|
23
|
+
args = args || {};
|
|
24
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
25
|
+
return pulumi.runtime.invoke("aws:cloudfront/getConnectionGroup:getConnectionGroup", {
|
|
26
|
+
"id": args.id,
|
|
27
|
+
"routingEndpoint": args.routingEndpoint,
|
|
28
|
+
}, opts);
|
|
29
|
+
}
|
|
30
|
+
exports.getConnectionGroup = getConnectionGroup;
|
|
31
|
+
/**
|
|
32
|
+
* Use this data source to retrieve information about a CloudFront connection group.
|
|
33
|
+
*
|
|
34
|
+
* ## Example Usage
|
|
35
|
+
*
|
|
36
|
+
* ```typescript
|
|
37
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
38
|
+
* import * as aws from "@pulumi/aws";
|
|
39
|
+
*
|
|
40
|
+
* const test = aws.cloudfront.getConnectionGroup({
|
|
41
|
+
* id: "EDFDVBD632BHDS5",
|
|
42
|
+
* });
|
|
43
|
+
* ```
|
|
44
|
+
*/
|
|
45
|
+
function getConnectionGroupOutput(args, opts) {
|
|
46
|
+
args = args || {};
|
|
47
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
48
|
+
return pulumi.runtime.invokeOutput("aws:cloudfront/getConnectionGroup:getConnectionGroup", {
|
|
49
|
+
"id": args.id,
|
|
50
|
+
"routingEndpoint": args.routingEndpoint,
|
|
51
|
+
}, opts);
|
|
52
|
+
}
|
|
53
|
+
exports.getConnectionGroupOutput = getConnectionGroupOutput;
|
|
54
|
+
//# sourceMappingURL=getConnectionGroup.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getConnectionGroup.js","sourceRoot":"","sources":["../../cloudfront/getConnectionGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,kBAAkB,CAAC,IAA6B,EAAE,IAA2B;IACzF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sDAAsD,EAAE;QACjF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,iBAAiB,EAAE,IAAI,CAAC,eAAe;KAC1C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,gDAOC;AA4DD;;;;;;;;;;;;;GAaG;AACH,SAAgB,wBAAwB,CAAC,IAAmC,EAAE,IAAiC;IAC3G,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sDAAsD,EAAE;QACvF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,iBAAiB,EAAE,IAAI,CAAC,eAAe;KAC1C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4DAOC"}
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Use this data source to retrieve information about a CloudFront distribution tenant.
|
|
5
|
+
*
|
|
6
|
+
* ## Example Usage
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as aws from "@pulumi/aws";
|
|
11
|
+
*
|
|
12
|
+
* const test = aws.cloudfront.getDistributionTenant({
|
|
13
|
+
* id: "EDFDVBD632BHDS5",
|
|
14
|
+
* });
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
export declare function getDistributionTenant(args?: GetDistributionTenantArgs, opts?: pulumi.InvokeOptions): Promise<GetDistributionTenantResult>;
|
|
18
|
+
/**
|
|
19
|
+
* A collection of arguments for invoking getDistributionTenant.
|
|
20
|
+
*/
|
|
21
|
+
export interface GetDistributionTenantArgs {
|
|
22
|
+
/**
|
|
23
|
+
* ARN (Amazon Resource Name) for the distribution tenant.
|
|
24
|
+
*/
|
|
25
|
+
arn?: string;
|
|
26
|
+
/**
|
|
27
|
+
* An associated domain of the distribution tenant. Exactly one of `id` or `domain` must be specified.
|
|
28
|
+
*/
|
|
29
|
+
domain?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Identifier for the distribution tenant. For example: `EDFDVBD632BHDS5`. Exactly one of `id` or `domain` must be specified.
|
|
32
|
+
*/
|
|
33
|
+
id?: string;
|
|
34
|
+
name?: string;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* A collection of values returned by getDistributionTenant.
|
|
38
|
+
*/
|
|
39
|
+
export interface GetDistributionTenantResult {
|
|
40
|
+
/**
|
|
41
|
+
* ARN (Amazon Resource Name) for the distribution tenant.
|
|
42
|
+
*/
|
|
43
|
+
readonly arn: string;
|
|
44
|
+
/**
|
|
45
|
+
* The CloudFront connection group the tenant is associated with.
|
|
46
|
+
*/
|
|
47
|
+
readonly connectionGroupId: string;
|
|
48
|
+
readonly customizations: outputs.cloudfront.GetDistributionTenantCustomization[];
|
|
49
|
+
/**
|
|
50
|
+
* The ID of the CloudFront distribution the tenant is associated with.
|
|
51
|
+
*/
|
|
52
|
+
readonly distributionId: string;
|
|
53
|
+
readonly domain?: string;
|
|
54
|
+
/**
|
|
55
|
+
* List of domains for the distribution tenant.
|
|
56
|
+
*/
|
|
57
|
+
readonly domains: outputs.cloudfront.GetDistributionTenantDomain[];
|
|
58
|
+
/**
|
|
59
|
+
* Whether the distribution tenant is enabled.
|
|
60
|
+
*/
|
|
61
|
+
readonly enabled: boolean;
|
|
62
|
+
/**
|
|
63
|
+
* Current version of the distribution tenant's information. For example:
|
|
64
|
+
* `E2QWRUHAPOMQZL`.
|
|
65
|
+
*/
|
|
66
|
+
readonly etag: string;
|
|
67
|
+
readonly id: string;
|
|
68
|
+
readonly managedCertificateRequests: outputs.cloudfront.GetDistributionTenantManagedCertificateRequest[];
|
|
69
|
+
readonly name: string;
|
|
70
|
+
readonly parameters: outputs.cloudfront.GetDistributionTenantParameter[];
|
|
71
|
+
/**
|
|
72
|
+
* Current status of the distribution tenant. `Deployed` if the
|
|
73
|
+
* distribution tenant's information is fully propagated throughout the Amazon
|
|
74
|
+
* CloudFront system.
|
|
75
|
+
*/
|
|
76
|
+
readonly status: string;
|
|
77
|
+
readonly tags: {
|
|
78
|
+
[key: string]: string;
|
|
79
|
+
};
|
|
80
|
+
}
|
|
81
|
+
/**
|
|
82
|
+
* Use this data source to retrieve information about a CloudFront distribution tenant.
|
|
83
|
+
*
|
|
84
|
+
* ## Example Usage
|
|
85
|
+
*
|
|
86
|
+
* ```typescript
|
|
87
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
88
|
+
* import * as aws from "@pulumi/aws";
|
|
89
|
+
*
|
|
90
|
+
* const test = aws.cloudfront.getDistributionTenant({
|
|
91
|
+
* id: "EDFDVBD632BHDS5",
|
|
92
|
+
* });
|
|
93
|
+
* ```
|
|
94
|
+
*/
|
|
95
|
+
export declare function getDistributionTenantOutput(args?: GetDistributionTenantOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetDistributionTenantResult>;
|
|
96
|
+
/**
|
|
97
|
+
* A collection of arguments for invoking getDistributionTenant.
|
|
98
|
+
*/
|
|
99
|
+
export interface GetDistributionTenantOutputArgs {
|
|
100
|
+
/**
|
|
101
|
+
* ARN (Amazon Resource Name) for the distribution tenant.
|
|
102
|
+
*/
|
|
103
|
+
arn?: pulumi.Input<string>;
|
|
104
|
+
/**
|
|
105
|
+
* An associated domain of the distribution tenant. Exactly one of `id` or `domain` must be specified.
|
|
106
|
+
*/
|
|
107
|
+
domain?: pulumi.Input<string>;
|
|
108
|
+
/**
|
|
109
|
+
* Identifier for the distribution tenant. For example: `EDFDVBD632BHDS5`. Exactly one of `id` or `domain` must be specified.
|
|
110
|
+
*/
|
|
111
|
+
id?: pulumi.Input<string>;
|
|
112
|
+
name?: pulumi.Input<string>;
|
|
113
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
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.getDistributionTenantOutput = exports.getDistributionTenant = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to retrieve information about a CloudFront distribution tenant.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as aws from "@pulumi/aws";
|
|
16
|
+
*
|
|
17
|
+
* const test = aws.cloudfront.getDistributionTenant({
|
|
18
|
+
* id: "EDFDVBD632BHDS5",
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
function getDistributionTenant(args, opts) {
|
|
23
|
+
args = args || {};
|
|
24
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
25
|
+
return pulumi.runtime.invoke("aws:cloudfront/getDistributionTenant:getDistributionTenant", {
|
|
26
|
+
"arn": args.arn,
|
|
27
|
+
"domain": args.domain,
|
|
28
|
+
"id": args.id,
|
|
29
|
+
"name": args.name,
|
|
30
|
+
}, opts);
|
|
31
|
+
}
|
|
32
|
+
exports.getDistributionTenant = getDistributionTenant;
|
|
33
|
+
/**
|
|
34
|
+
* Use this data source to retrieve information about a CloudFront distribution tenant.
|
|
35
|
+
*
|
|
36
|
+
* ## Example Usage
|
|
37
|
+
*
|
|
38
|
+
* ```typescript
|
|
39
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
40
|
+
* import * as aws from "@pulumi/aws";
|
|
41
|
+
*
|
|
42
|
+
* const test = aws.cloudfront.getDistributionTenant({
|
|
43
|
+
* id: "EDFDVBD632BHDS5",
|
|
44
|
+
* });
|
|
45
|
+
* ```
|
|
46
|
+
*/
|
|
47
|
+
function getDistributionTenantOutput(args, opts) {
|
|
48
|
+
args = args || {};
|
|
49
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
50
|
+
return pulumi.runtime.invokeOutput("aws:cloudfront/getDistributionTenant:getDistributionTenant", {
|
|
51
|
+
"arn": args.arn,
|
|
52
|
+
"domain": args.domain,
|
|
53
|
+
"id": args.id,
|
|
54
|
+
"name": args.name,
|
|
55
|
+
}, opts);
|
|
56
|
+
}
|
|
57
|
+
exports.getDistributionTenantOutput = getDistributionTenantOutput;
|
|
58
|
+
//# sourceMappingURL=getDistributionTenant.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDistributionTenant.js","sourceRoot":"","sources":["../../cloudfront/getDistributionTenant.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,qBAAqB,CAAC,IAAgC,EAAE,IAA2B;IAC/F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4DAA4D,EAAE;QACvF,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,sDASC;AAgED;;;;;;;;;;;;;GAaG;AACH,SAAgB,2BAA2B,CAAC,IAAsC,EAAE,IAAiC;IACjH,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4DAA4D,EAAE;QAC7F,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,kEASC"}
|
package/cloudfront/index.d.ts
CHANGED
|
@@ -1,12 +1,21 @@
|
|
|
1
1
|
export { CachePolicyArgs, CachePolicyState } from "./cachePolicy";
|
|
2
2
|
export type CachePolicy = import("./cachePolicy").CachePolicy;
|
|
3
3
|
export declare const CachePolicy: typeof import("./cachePolicy").CachePolicy;
|
|
4
|
+
export { ConnectionFunctionArgs, ConnectionFunctionState } from "./connectionFunction";
|
|
5
|
+
export type ConnectionFunction = import("./connectionFunction").ConnectionFunction;
|
|
6
|
+
export declare const ConnectionFunction: typeof import("./connectionFunction").ConnectionFunction;
|
|
7
|
+
export { ConnectionGroupArgs, ConnectionGroupState } from "./connectionGroup";
|
|
8
|
+
export type ConnectionGroup = import("./connectionGroup").ConnectionGroup;
|
|
9
|
+
export declare const ConnectionGroup: typeof import("./connectionGroup").ConnectionGroup;
|
|
4
10
|
export { ContinuousDeploymentPolicyArgs, ContinuousDeploymentPolicyState } from "./continuousDeploymentPolicy";
|
|
5
11
|
export type ContinuousDeploymentPolicy = import("./continuousDeploymentPolicy").ContinuousDeploymentPolicy;
|
|
6
12
|
export declare const ContinuousDeploymentPolicy: typeof import("./continuousDeploymentPolicy").ContinuousDeploymentPolicy;
|
|
7
13
|
export { DistributionArgs, DistributionState } from "./distribution";
|
|
8
14
|
export type Distribution = import("./distribution").Distribution;
|
|
9
15
|
export declare const Distribution: typeof import("./distribution").Distribution;
|
|
16
|
+
export { DistributionTenantArgs, DistributionTenantState } from "./distributionTenant";
|
|
17
|
+
export type DistributionTenant = import("./distributionTenant").DistributionTenant;
|
|
18
|
+
export declare const DistributionTenant: typeof import("./distributionTenant").DistributionTenant;
|
|
10
19
|
export { FieldLevelEncryptionConfigArgs, FieldLevelEncryptionConfigState } from "./fieldLevelEncryptionConfig";
|
|
11
20
|
export type FieldLevelEncryptionConfig = import("./fieldLevelEncryptionConfig").FieldLevelEncryptionConfig;
|
|
12
21
|
export declare const FieldLevelEncryptionConfig: typeof import("./fieldLevelEncryptionConfig").FieldLevelEncryptionConfig;
|
|
@@ -19,9 +28,15 @@ export declare const Function: typeof import("./function").Function;
|
|
|
19
28
|
export { GetCachePolicyArgs, GetCachePolicyResult, GetCachePolicyOutputArgs } from "./getCachePolicy";
|
|
20
29
|
export declare const getCachePolicy: typeof import("./getCachePolicy").getCachePolicy;
|
|
21
30
|
export declare const getCachePolicyOutput: typeof import("./getCachePolicy").getCachePolicyOutput;
|
|
31
|
+
export { GetConnectionGroupArgs, GetConnectionGroupResult, GetConnectionGroupOutputArgs } from "./getConnectionGroup";
|
|
32
|
+
export declare const getConnectionGroup: typeof import("./getConnectionGroup").getConnectionGroup;
|
|
33
|
+
export declare const getConnectionGroupOutput: typeof import("./getConnectionGroup").getConnectionGroupOutput;
|
|
22
34
|
export { GetDistributionArgs, GetDistributionResult, GetDistributionOutputArgs } from "./getDistribution";
|
|
23
35
|
export declare const getDistribution: typeof import("./getDistribution").getDistribution;
|
|
24
36
|
export declare const getDistributionOutput: typeof import("./getDistribution").getDistributionOutput;
|
|
37
|
+
export { GetDistributionTenantArgs, GetDistributionTenantResult, GetDistributionTenantOutputArgs } from "./getDistributionTenant";
|
|
38
|
+
export declare const getDistributionTenant: typeof import("./getDistributionTenant").getDistributionTenant;
|
|
39
|
+
export declare const getDistributionTenantOutput: typeof import("./getDistributionTenant").getDistributionTenantOutput;
|
|
25
40
|
export { GetFunctionArgs, GetFunctionResult, GetFunctionOutputArgs } from "./getFunction";
|
|
26
41
|
export declare const getFunction: typeof import("./getFunction").getFunction;
|
|
27
42
|
export declare const getFunctionOutput: typeof import("./getFunction").getFunctionOutput;
|
|
@@ -61,6 +76,9 @@ export declare const KeyvaluestoreKeysExclusive: typeof import("./keyvaluestoreK
|
|
|
61
76
|
export { MonitoringSubscriptionArgs, MonitoringSubscriptionState } from "./monitoringSubscription";
|
|
62
77
|
export type MonitoringSubscription = import("./monitoringSubscription").MonitoringSubscription;
|
|
63
78
|
export declare const MonitoringSubscription: typeof import("./monitoringSubscription").MonitoringSubscription;
|
|
79
|
+
export { MultitenantDistributionArgs, MultitenantDistributionState } from "./multitenantDistribution";
|
|
80
|
+
export type MultitenantDistribution = import("./multitenantDistribution").MultitenantDistribution;
|
|
81
|
+
export declare const MultitenantDistribution: typeof import("./multitenantDistribution").MultitenantDistribution;
|
|
64
82
|
export { OriginAccessControlArgs, OriginAccessControlState } from "./originAccessControl";
|
|
65
83
|
export type OriginAccessControl = import("./originAccessControl").OriginAccessControl;
|
|
66
84
|
export declare const OriginAccessControl: typeof import("./originAccessControl").OriginAccessControl;
|
package/cloudfront/index.js
CHANGED
|
@@ -2,15 +2,21 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.VpcOrigin = exports.TrustStore = exports.ResponseHeadersPolicy = exports.RealtimeLogConfig = exports.PublicKey = exports.OriginRequestPolicy = exports.OriginAccessIdentity = exports.OriginAccessControl = exports.MonitoringSubscription = exports.KeyvaluestoreKeysExclusive = exports.KeyvaluestoreKey = exports.KeyValueStore = exports.KeyGroup = exports.getResponseHeadersPolicyOutput = exports.getResponseHeadersPolicy = exports.getRealtimeLogConfigOutput = exports.getRealtimeLogConfig = exports.getOriginRequestPolicyOutput = exports.getOriginRequestPolicy = exports.getOriginAccessIdentityOutput = exports.getOriginAccessIdentity = exports.getOriginAccessIdentitiesOutput = exports.getOriginAccessIdentities = exports.getOriginAccessControlOutput = exports.getOriginAccessControl = exports.getLogDeliveryCanonicalUserIdOutput = exports.getLogDeliveryCanonicalUserId = exports.getFunctionOutput = exports.getFunction = exports.getDistributionOutput = exports.getDistribution = exports.getCachePolicyOutput = exports.getCachePolicy = exports.Function = exports.FieldLevelEncryptionProfile = exports.FieldLevelEncryptionConfig = exports.Distribution = exports.ContinuousDeploymentPolicy = exports.CachePolicy = void 0;
|
|
5
|
+
exports.VpcOrigin = exports.TrustStore = exports.ResponseHeadersPolicy = exports.RealtimeLogConfig = exports.PublicKey = exports.OriginRequestPolicy = exports.OriginAccessIdentity = exports.OriginAccessControl = exports.MultitenantDistribution = exports.MonitoringSubscription = exports.KeyvaluestoreKeysExclusive = exports.KeyvaluestoreKey = exports.KeyValueStore = exports.KeyGroup = exports.getResponseHeadersPolicyOutput = exports.getResponseHeadersPolicy = exports.getRealtimeLogConfigOutput = exports.getRealtimeLogConfig = exports.getOriginRequestPolicyOutput = exports.getOriginRequestPolicy = exports.getOriginAccessIdentityOutput = exports.getOriginAccessIdentity = exports.getOriginAccessIdentitiesOutput = exports.getOriginAccessIdentities = exports.getOriginAccessControlOutput = exports.getOriginAccessControl = exports.getLogDeliveryCanonicalUserIdOutput = exports.getLogDeliveryCanonicalUserId = exports.getFunctionOutput = exports.getFunction = exports.getDistributionTenantOutput = exports.getDistributionTenant = exports.getDistributionOutput = exports.getDistribution = exports.getConnectionGroupOutput = exports.getConnectionGroup = exports.getCachePolicyOutput = exports.getCachePolicy = exports.Function = exports.FieldLevelEncryptionProfile = exports.FieldLevelEncryptionConfig = exports.DistributionTenant = exports.Distribution = exports.ContinuousDeploymentPolicy = exports.ConnectionGroup = exports.ConnectionFunction = exports.CachePolicy = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
exports.CachePolicy = null;
|
|
9
9
|
utilities.lazyLoad(exports, ["CachePolicy"], () => require("./cachePolicy"));
|
|
10
|
+
exports.ConnectionFunction = null;
|
|
11
|
+
utilities.lazyLoad(exports, ["ConnectionFunction"], () => require("./connectionFunction"));
|
|
12
|
+
exports.ConnectionGroup = null;
|
|
13
|
+
utilities.lazyLoad(exports, ["ConnectionGroup"], () => require("./connectionGroup"));
|
|
10
14
|
exports.ContinuousDeploymentPolicy = null;
|
|
11
15
|
utilities.lazyLoad(exports, ["ContinuousDeploymentPolicy"], () => require("./continuousDeploymentPolicy"));
|
|
12
16
|
exports.Distribution = null;
|
|
13
17
|
utilities.lazyLoad(exports, ["Distribution"], () => require("./distribution"));
|
|
18
|
+
exports.DistributionTenant = null;
|
|
19
|
+
utilities.lazyLoad(exports, ["DistributionTenant"], () => require("./distributionTenant"));
|
|
14
20
|
exports.FieldLevelEncryptionConfig = null;
|
|
15
21
|
utilities.lazyLoad(exports, ["FieldLevelEncryptionConfig"], () => require("./fieldLevelEncryptionConfig"));
|
|
16
22
|
exports.FieldLevelEncryptionProfile = null;
|
|
@@ -20,9 +26,15 @@ utilities.lazyLoad(exports, ["Function"], () => require("./function"));
|
|
|
20
26
|
exports.getCachePolicy = null;
|
|
21
27
|
exports.getCachePolicyOutput = null;
|
|
22
28
|
utilities.lazyLoad(exports, ["getCachePolicy", "getCachePolicyOutput"], () => require("./getCachePolicy"));
|
|
29
|
+
exports.getConnectionGroup = null;
|
|
30
|
+
exports.getConnectionGroupOutput = null;
|
|
31
|
+
utilities.lazyLoad(exports, ["getConnectionGroup", "getConnectionGroupOutput"], () => require("./getConnectionGroup"));
|
|
23
32
|
exports.getDistribution = null;
|
|
24
33
|
exports.getDistributionOutput = null;
|
|
25
34
|
utilities.lazyLoad(exports, ["getDistribution", "getDistributionOutput"], () => require("./getDistribution"));
|
|
35
|
+
exports.getDistributionTenant = null;
|
|
36
|
+
exports.getDistributionTenantOutput = null;
|
|
37
|
+
utilities.lazyLoad(exports, ["getDistributionTenant", "getDistributionTenantOutput"], () => require("./getDistributionTenant"));
|
|
26
38
|
exports.getFunction = null;
|
|
27
39
|
exports.getFunctionOutput = null;
|
|
28
40
|
utilities.lazyLoad(exports, ["getFunction", "getFunctionOutput"], () => require("./getFunction"));
|
|
@@ -57,6 +69,8 @@ exports.KeyvaluestoreKeysExclusive = null;
|
|
|
57
69
|
utilities.lazyLoad(exports, ["KeyvaluestoreKeysExclusive"], () => require("./keyvaluestoreKeysExclusive"));
|
|
58
70
|
exports.MonitoringSubscription = null;
|
|
59
71
|
utilities.lazyLoad(exports, ["MonitoringSubscription"], () => require("./monitoringSubscription"));
|
|
72
|
+
exports.MultitenantDistribution = null;
|
|
73
|
+
utilities.lazyLoad(exports, ["MultitenantDistribution"], () => require("./multitenantDistribution"));
|
|
60
74
|
exports.OriginAccessControl = null;
|
|
61
75
|
utilities.lazyLoad(exports, ["OriginAccessControl"], () => require("./originAccessControl"));
|
|
62
76
|
exports.OriginAccessIdentity = null;
|
|
@@ -79,10 +93,16 @@ const _module = {
|
|
|
79
93
|
switch (type) {
|
|
80
94
|
case "aws:cloudfront/cachePolicy:CachePolicy":
|
|
81
95
|
return new exports.CachePolicy(name, undefined, { urn });
|
|
96
|
+
case "aws:cloudfront/connectionFunction:ConnectionFunction":
|
|
97
|
+
return new exports.ConnectionFunction(name, undefined, { urn });
|
|
98
|
+
case "aws:cloudfront/connectionGroup:ConnectionGroup":
|
|
99
|
+
return new exports.ConnectionGroup(name, undefined, { urn });
|
|
82
100
|
case "aws:cloudfront/continuousDeploymentPolicy:ContinuousDeploymentPolicy":
|
|
83
101
|
return new exports.ContinuousDeploymentPolicy(name, undefined, { urn });
|
|
84
102
|
case "aws:cloudfront/distribution:Distribution":
|
|
85
103
|
return new exports.Distribution(name, undefined, { urn });
|
|
104
|
+
case "aws:cloudfront/distributionTenant:DistributionTenant":
|
|
105
|
+
return new exports.DistributionTenant(name, undefined, { urn });
|
|
86
106
|
case "aws:cloudfront/fieldLevelEncryptionConfig:FieldLevelEncryptionConfig":
|
|
87
107
|
return new exports.FieldLevelEncryptionConfig(name, undefined, { urn });
|
|
88
108
|
case "aws:cloudfront/fieldLevelEncryptionProfile:FieldLevelEncryptionProfile":
|
|
@@ -99,6 +119,8 @@ const _module = {
|
|
|
99
119
|
return new exports.KeyvaluestoreKeysExclusive(name, undefined, { urn });
|
|
100
120
|
case "aws:cloudfront/monitoringSubscription:MonitoringSubscription":
|
|
101
121
|
return new exports.MonitoringSubscription(name, undefined, { urn });
|
|
122
|
+
case "aws:cloudfront/multitenantDistribution:MultitenantDistribution":
|
|
123
|
+
return new exports.MultitenantDistribution(name, undefined, { urn });
|
|
102
124
|
case "aws:cloudfront/originAccessControl:OriginAccessControl":
|
|
103
125
|
return new exports.OriginAccessControl(name, undefined, { urn });
|
|
104
126
|
case "aws:cloudfront/originAccessIdentity:OriginAccessIdentity":
|
|
@@ -121,8 +143,11 @@ const _module = {
|
|
|
121
143
|
},
|
|
122
144
|
};
|
|
123
145
|
pulumi.runtime.registerResourceModule("aws", "cloudfront/cachePolicy", _module);
|
|
146
|
+
pulumi.runtime.registerResourceModule("aws", "cloudfront/connectionFunction", _module);
|
|
147
|
+
pulumi.runtime.registerResourceModule("aws", "cloudfront/connectionGroup", _module);
|
|
124
148
|
pulumi.runtime.registerResourceModule("aws", "cloudfront/continuousDeploymentPolicy", _module);
|
|
125
149
|
pulumi.runtime.registerResourceModule("aws", "cloudfront/distribution", _module);
|
|
150
|
+
pulumi.runtime.registerResourceModule("aws", "cloudfront/distributionTenant", _module);
|
|
126
151
|
pulumi.runtime.registerResourceModule("aws", "cloudfront/fieldLevelEncryptionConfig", _module);
|
|
127
152
|
pulumi.runtime.registerResourceModule("aws", "cloudfront/fieldLevelEncryptionProfile", _module);
|
|
128
153
|
pulumi.runtime.registerResourceModule("aws", "cloudfront/function", _module);
|
|
@@ -131,6 +156,7 @@ pulumi.runtime.registerResourceModule("aws", "cloudfront/keyValueStore", _module
|
|
|
131
156
|
pulumi.runtime.registerResourceModule("aws", "cloudfront/keyvaluestoreKey", _module);
|
|
132
157
|
pulumi.runtime.registerResourceModule("aws", "cloudfront/keyvaluestoreKeysExclusive", _module);
|
|
133
158
|
pulumi.runtime.registerResourceModule("aws", "cloudfront/monitoringSubscription", _module);
|
|
159
|
+
pulumi.runtime.registerResourceModule("aws", "cloudfront/multitenantDistribution", _module);
|
|
134
160
|
pulumi.runtime.registerResourceModule("aws", "cloudfront/originAccessControl", _module);
|
|
135
161
|
pulumi.runtime.registerResourceModule("aws", "cloudfront/originAccessIdentity", _module);
|
|
136
162
|
pulumi.runtime.registerResourceModule("aws", "cloudfront/originRequestPolicy", _module);
|