@pulumi/aws 4.28.0-alpha.1637005539 → 4.29.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/targetGroupAttachment.d.ts +3 -3
- package/applicationloadbalancing/targetGroupAttachment.d.ts +3 -3
- package/appstream/directoryConfig.d.ts +108 -0
- package/appstream/directoryConfig.js +93 -0
- package/appstream/directoryConfig.js.map +1 -0
- package/appstream/index.d.ts +1 -0
- package/appstream/index.js +5 -0
- package/appstream/index.js.map +1 -1
- package/autoscaling/group.d.ts +3 -3
- package/cloudfront/responseHeadersPolicy.d.ts +28 -4
- package/cloudfront/responseHeadersPolicy.js +25 -1
- package/cloudfront/responseHeadersPolicy.js.map +1 -1
- package/ec2/getInstanceType.d.ts +4 -0
- package/ec2/getInstanceType.js.map +1 -1
- package/elasticloadbalancingv2/targetGroupAttachment.d.ts +3 -3
- package/emr/cluster.d.ts +12 -0
- package/emr/cluster.js +2 -0
- package/emr/cluster.js.map +1 -1
- package/emr/getReleaseLabels.d.ts +53 -0
- package/emr/getReleaseLabels.js +42 -0
- package/emr/getReleaseLabels.js.map +1 -0
- package/emr/index.d.ts +1 -0
- package/emr/index.js +1 -0
- package/emr/index.js.map +1 -1
- package/iot/index.d.ts +2 -0
- package/iot/index.js +10 -0
- package/iot/index.js.map +1 -1
- package/iot/thingGroup.d.ts +153 -0
- package/iot/thingGroup.js +100 -0
- package/iot/thingGroup.js.map +1 -0
- package/iot/thingGroupMembership.d.ts +96 -0
- package/iot/thingGroupMembership.js +85 -0
- package/iot/thingGroupMembership.js.map +1 -0
- package/iot/thingType.d.ts +36 -0
- package/iot/thingType.js +4 -0
- package/iot/thingType.js.map +1 -1
- package/lambda/index.d.ts +1 -0
- package/lambda/index.js +5 -0
- package/lambda/index.js.map +1 -1
- package/lambda/layerVersion.d.ts +41 -83
- package/lambda/layerVersion.js +2 -45
- package/lambda/layerVersion.js.map +1 -1
- package/lambda/layerVersionPermission.d.ts +154 -0
- package/lambda/layerVersionPermission.js +110 -0
- package/lambda/layerVersionPermission.js.map +1 -0
- package/lb/targetGroupAttachment.d.ts +3 -3
- package/package.json +2 -2
- package/package.json.dev +1 -1
- package/quicksight/user.d.ts +1 -1
- package/quicksight/user.js +1 -1
- package/s3/accessPoint.d.ts +20 -28
- package/s3/accessPoint.js +4 -28
- package/s3/accessPoint.js.map +1 -1
- package/s3/bucket.d.ts +2 -0
- package/s3/bucket.js +2 -0
- package/s3/bucket.js.map +1 -1
- package/s3/bucketReplicationConfig.d.ts +190 -0
- package/s3/bucketReplicationConfig.js +181 -0
- package/s3/bucketReplicationConfig.js.map +1 -0
- package/s3/index.d.ts +1 -0
- package/s3/index.js +5 -0
- package/s3/index.js.map +1 -1
- package/s3control/accessPointPolicy.d.ts +77 -0
- package/s3control/accessPointPolicy.js +70 -0
- package/s3control/accessPointPolicy.js.map +1 -0
- package/s3control/index.d.ts +5 -0
- package/s3control/index.js +25 -0
- package/s3control/index.js.map +1 -1
- package/s3control/multiRegionAccessPoint.d.ts +123 -0
- package/s3control/multiRegionAccessPoint.js +103 -0
- package/s3control/multiRegionAccessPoint.js.map +1 -0
- package/s3control/multiRegionAccessPointPolicy.d.ts +115 -0
- package/s3control/multiRegionAccessPointPolicy.js +107 -0
- package/s3control/multiRegionAccessPointPolicy.js.map +1 -0
- package/s3control/objectLambdaAccessPoint.d.ts +105 -0
- package/s3control/objectLambdaAccessPoint.js +93 -0
- package/s3control/objectLambdaAccessPoint.js.map +1 -0
- package/s3control/objectLambdaAccessPointPolicy.d.ts +114 -0
- package/s3control/objectLambdaAccessPointPolicy.js +103 -0
- package/s3control/objectLambdaAccessPointPolicy.js.map +1 -0
- package/sagemaker/endpoint.d.ts +19 -6
- package/sagemaker/endpoint.js +2 -0
- package/sagemaker/endpoint.js.map +1 -1
- package/securityhub/findingAggregator.d.ts +124 -0
- package/securityhub/findingAggregator.js +120 -0
- package/securityhub/findingAggregator.js.map +1 -0
- package/securityhub/index.d.ts +1 -0
- package/securityhub/index.js +5 -0
- package/securityhub/index.js.map +1 -1
- package/types/enums/iam/index.d.ts +1 -0
- package/types/enums/iam/index.js +1 -0
- package/types/enums/iam/index.js.map +1 -1
- package/types/input.d.ts +463 -29
- package/types/output.d.ts +455 -28
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Provides a Lambda Layer Version Permission resource. It allows you to share you own Lambda Layers to another account by account ID, to all accounts in AWS organization or even to all AWS accounts.
|
|
4
|
+
*
|
|
5
|
+
* For information about Lambda Layer Permissions and how to use them, see [Using Resource-based Policies for AWS Lambda][1]
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
*
|
|
9
|
+
* ```typescript
|
|
10
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
+
* import * as aws from "@pulumi/aws";
|
|
12
|
+
*
|
|
13
|
+
* const lambdaLayerPermission = new aws.lambda.LayerVersionPermission("lambda_layer_permission", {
|
|
14
|
+
* action: "lambda:GetLayerVersion",
|
|
15
|
+
* layerName: "arn:aws:lambda:us-west-2:123456654321:layer:test_layer1",
|
|
16
|
+
* principal: "111111111111",
|
|
17
|
+
* statementId: "dev-account",
|
|
18
|
+
* versionNumber: 1,
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* ## Import
|
|
23
|
+
*
|
|
24
|
+
* Lambda Layer Permissions can be imported using `layer_name` and `version_number`, separated by a comma (`,`).
|
|
25
|
+
*
|
|
26
|
+
* ```sh
|
|
27
|
+
* $ pulumi import aws:lambda/layerVersionPermission:LayerVersionPermission example arn:aws:lambda:us-west-2:123456654321:layer:test_layer1,1
|
|
28
|
+
* ```
|
|
29
|
+
*
|
|
30
|
+
* [1]https://docs.aws.amazon.com/lambda/latest/dg/access-control-resource-based.html#permissions-resource-xaccountlayer
|
|
31
|
+
*/
|
|
32
|
+
export declare class LayerVersionPermission extends pulumi.CustomResource {
|
|
33
|
+
/**
|
|
34
|
+
* Get an existing LayerVersionPermission resource's state with the given name, ID, and optional extra
|
|
35
|
+
* properties used to qualify the lookup.
|
|
36
|
+
*
|
|
37
|
+
* @param name The _unique_ name of the resulting resource.
|
|
38
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
39
|
+
* @param state Any extra arguments used during the lookup.
|
|
40
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
41
|
+
*/
|
|
42
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: LayerVersionPermissionState, opts?: pulumi.CustomResourceOptions): LayerVersionPermission;
|
|
43
|
+
/**
|
|
44
|
+
* Returns true if the given object is an instance of LayerVersionPermission. This is designed to work even
|
|
45
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
46
|
+
*/
|
|
47
|
+
static isInstance(obj: any): obj is LayerVersionPermission;
|
|
48
|
+
/**
|
|
49
|
+
* Action, which will be allowed. `lambda:GetLayerVersion` value is suggested by AWS documantation.
|
|
50
|
+
*/
|
|
51
|
+
readonly action: pulumi.Output<string>;
|
|
52
|
+
/**
|
|
53
|
+
* The name or ARN of the Lambda Layer, which you want to grant access to.
|
|
54
|
+
*/
|
|
55
|
+
readonly layerName: pulumi.Output<string>;
|
|
56
|
+
/**
|
|
57
|
+
* An identifier of AWS Organization, which should be able to use your Lambda Layer. `principal` should be equal to `*` if `organizationId` provided.
|
|
58
|
+
*/
|
|
59
|
+
readonly organizationId: pulumi.Output<string | undefined>;
|
|
60
|
+
/**
|
|
61
|
+
* Full Lambda Layer Permission policy.
|
|
62
|
+
*/
|
|
63
|
+
readonly policy: pulumi.Output<string>;
|
|
64
|
+
/**
|
|
65
|
+
* AWS account ID which should be able to use your Lambda Layer. `*` can be used here, if you want to share your Lambda Layer widely.
|
|
66
|
+
*/
|
|
67
|
+
readonly principal: pulumi.Output<string>;
|
|
68
|
+
/**
|
|
69
|
+
* A unique identifier for the current revision of the policy.
|
|
70
|
+
*/
|
|
71
|
+
readonly revisionId: pulumi.Output<string>;
|
|
72
|
+
/**
|
|
73
|
+
* The name of Lambda Layer Permission, for example `dev-account` - human readable note about what is this permission for.
|
|
74
|
+
*/
|
|
75
|
+
readonly statementId: pulumi.Output<string>;
|
|
76
|
+
/**
|
|
77
|
+
* Version of Lambda Layer, which you want to grant access to. Note: permissions only apply to a single version of a layer.
|
|
78
|
+
*/
|
|
79
|
+
readonly versionNumber: pulumi.Output<number>;
|
|
80
|
+
/**
|
|
81
|
+
* Create a LayerVersionPermission resource with the given unique name, arguments, and options.
|
|
82
|
+
*
|
|
83
|
+
* @param name The _unique_ name of the resource.
|
|
84
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
85
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
86
|
+
*/
|
|
87
|
+
constructor(name: string, args: LayerVersionPermissionArgs, opts?: pulumi.CustomResourceOptions);
|
|
88
|
+
}
|
|
89
|
+
/**
|
|
90
|
+
* Input properties used for looking up and filtering LayerVersionPermission resources.
|
|
91
|
+
*/
|
|
92
|
+
export interface LayerVersionPermissionState {
|
|
93
|
+
/**
|
|
94
|
+
* Action, which will be allowed. `lambda:GetLayerVersion` value is suggested by AWS documantation.
|
|
95
|
+
*/
|
|
96
|
+
action?: pulumi.Input<string>;
|
|
97
|
+
/**
|
|
98
|
+
* The name or ARN of the Lambda Layer, which you want to grant access to.
|
|
99
|
+
*/
|
|
100
|
+
layerName?: pulumi.Input<string>;
|
|
101
|
+
/**
|
|
102
|
+
* An identifier of AWS Organization, which should be able to use your Lambda Layer. `principal` should be equal to `*` if `organizationId` provided.
|
|
103
|
+
*/
|
|
104
|
+
organizationId?: pulumi.Input<string>;
|
|
105
|
+
/**
|
|
106
|
+
* Full Lambda Layer Permission policy.
|
|
107
|
+
*/
|
|
108
|
+
policy?: pulumi.Input<string>;
|
|
109
|
+
/**
|
|
110
|
+
* AWS account ID which should be able to use your Lambda Layer. `*` can be used here, if you want to share your Lambda Layer widely.
|
|
111
|
+
*/
|
|
112
|
+
principal?: pulumi.Input<string>;
|
|
113
|
+
/**
|
|
114
|
+
* A unique identifier for the current revision of the policy.
|
|
115
|
+
*/
|
|
116
|
+
revisionId?: pulumi.Input<string>;
|
|
117
|
+
/**
|
|
118
|
+
* The name of Lambda Layer Permission, for example `dev-account` - human readable note about what is this permission for.
|
|
119
|
+
*/
|
|
120
|
+
statementId?: pulumi.Input<string>;
|
|
121
|
+
/**
|
|
122
|
+
* Version of Lambda Layer, which you want to grant access to. Note: permissions only apply to a single version of a layer.
|
|
123
|
+
*/
|
|
124
|
+
versionNumber?: pulumi.Input<number>;
|
|
125
|
+
}
|
|
126
|
+
/**
|
|
127
|
+
* The set of arguments for constructing a LayerVersionPermission resource.
|
|
128
|
+
*/
|
|
129
|
+
export interface LayerVersionPermissionArgs {
|
|
130
|
+
/**
|
|
131
|
+
* Action, which will be allowed. `lambda:GetLayerVersion` value is suggested by AWS documantation.
|
|
132
|
+
*/
|
|
133
|
+
action: pulumi.Input<string>;
|
|
134
|
+
/**
|
|
135
|
+
* The name or ARN of the Lambda Layer, which you want to grant access to.
|
|
136
|
+
*/
|
|
137
|
+
layerName: pulumi.Input<string>;
|
|
138
|
+
/**
|
|
139
|
+
* An identifier of AWS Organization, which should be able to use your Lambda Layer. `principal` should be equal to `*` if `organizationId` provided.
|
|
140
|
+
*/
|
|
141
|
+
organizationId?: pulumi.Input<string>;
|
|
142
|
+
/**
|
|
143
|
+
* AWS account ID which should be able to use your Lambda Layer. `*` can be used here, if you want to share your Lambda Layer widely.
|
|
144
|
+
*/
|
|
145
|
+
principal: pulumi.Input<string>;
|
|
146
|
+
/**
|
|
147
|
+
* The name of Lambda Layer Permission, for example `dev-account` - human readable note about what is this permission for.
|
|
148
|
+
*/
|
|
149
|
+
statementId: pulumi.Input<string>;
|
|
150
|
+
/**
|
|
151
|
+
* Version of Lambda Layer, which you want to grant access to. Note: permissions only apply to a single version of a layer.
|
|
152
|
+
*/
|
|
153
|
+
versionNumber: pulumi.Input<number>;
|
|
154
|
+
}
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
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.LayerVersionPermission = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Provides a Lambda Layer Version Permission resource. It allows you to share you own Lambda Layers to another account by account ID, to all accounts in AWS organization or even to all AWS accounts.
|
|
10
|
+
*
|
|
11
|
+
* For information about Lambda Layer Permissions and how to use them, see [Using Resource-based Policies for AWS Lambda][1]
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as aws from "@pulumi/aws";
|
|
18
|
+
*
|
|
19
|
+
* const lambdaLayerPermission = new aws.lambda.LayerVersionPermission("lambda_layer_permission", {
|
|
20
|
+
* action: "lambda:GetLayerVersion",
|
|
21
|
+
* layerName: "arn:aws:lambda:us-west-2:123456654321:layer:test_layer1",
|
|
22
|
+
* principal: "111111111111",
|
|
23
|
+
* statementId: "dev-account",
|
|
24
|
+
* versionNumber: 1,
|
|
25
|
+
* });
|
|
26
|
+
* ```
|
|
27
|
+
*
|
|
28
|
+
* ## Import
|
|
29
|
+
*
|
|
30
|
+
* Lambda Layer Permissions can be imported using `layer_name` and `version_number`, separated by a comma (`,`).
|
|
31
|
+
*
|
|
32
|
+
* ```sh
|
|
33
|
+
* $ pulumi import aws:lambda/layerVersionPermission:LayerVersionPermission example arn:aws:lambda:us-west-2:123456654321:layer:test_layer1,1
|
|
34
|
+
* ```
|
|
35
|
+
*
|
|
36
|
+
* [1]https://docs.aws.amazon.com/lambda/latest/dg/access-control-resource-based.html#permissions-resource-xaccountlayer
|
|
37
|
+
*/
|
|
38
|
+
class LayerVersionPermission extends pulumi.CustomResource {
|
|
39
|
+
constructor(name, argsOrState, opts) {
|
|
40
|
+
let inputs = {};
|
|
41
|
+
opts = opts || {};
|
|
42
|
+
if (opts.id) {
|
|
43
|
+
const state = argsOrState;
|
|
44
|
+
inputs["action"] = state ? state.action : undefined;
|
|
45
|
+
inputs["layerName"] = state ? state.layerName : undefined;
|
|
46
|
+
inputs["organizationId"] = state ? state.organizationId : undefined;
|
|
47
|
+
inputs["policy"] = state ? state.policy : undefined;
|
|
48
|
+
inputs["principal"] = state ? state.principal : undefined;
|
|
49
|
+
inputs["revisionId"] = state ? state.revisionId : undefined;
|
|
50
|
+
inputs["statementId"] = state ? state.statementId : undefined;
|
|
51
|
+
inputs["versionNumber"] = state ? state.versionNumber : undefined;
|
|
52
|
+
}
|
|
53
|
+
else {
|
|
54
|
+
const args = argsOrState;
|
|
55
|
+
if ((!args || args.action === undefined) && !opts.urn) {
|
|
56
|
+
throw new Error("Missing required property 'action'");
|
|
57
|
+
}
|
|
58
|
+
if ((!args || args.layerName === undefined) && !opts.urn) {
|
|
59
|
+
throw new Error("Missing required property 'layerName'");
|
|
60
|
+
}
|
|
61
|
+
if ((!args || args.principal === undefined) && !opts.urn) {
|
|
62
|
+
throw new Error("Missing required property 'principal'");
|
|
63
|
+
}
|
|
64
|
+
if ((!args || args.statementId === undefined) && !opts.urn) {
|
|
65
|
+
throw new Error("Missing required property 'statementId'");
|
|
66
|
+
}
|
|
67
|
+
if ((!args || args.versionNumber === undefined) && !opts.urn) {
|
|
68
|
+
throw new Error("Missing required property 'versionNumber'");
|
|
69
|
+
}
|
|
70
|
+
inputs["action"] = args ? args.action : undefined;
|
|
71
|
+
inputs["layerName"] = args ? args.layerName : undefined;
|
|
72
|
+
inputs["organizationId"] = args ? args.organizationId : undefined;
|
|
73
|
+
inputs["principal"] = args ? args.principal : undefined;
|
|
74
|
+
inputs["statementId"] = args ? args.statementId : undefined;
|
|
75
|
+
inputs["versionNumber"] = args ? args.versionNumber : undefined;
|
|
76
|
+
inputs["policy"] = undefined /*out*/;
|
|
77
|
+
inputs["revisionId"] = undefined /*out*/;
|
|
78
|
+
}
|
|
79
|
+
if (!opts.version) {
|
|
80
|
+
opts = pulumi.mergeOptions(opts, { version: utilities.getVersion() });
|
|
81
|
+
}
|
|
82
|
+
super(LayerVersionPermission.__pulumiType, name, inputs, opts);
|
|
83
|
+
}
|
|
84
|
+
/**
|
|
85
|
+
* Get an existing LayerVersionPermission resource's state with the given name, ID, and optional extra
|
|
86
|
+
* properties used to qualify the lookup.
|
|
87
|
+
*
|
|
88
|
+
* @param name The _unique_ name of the resulting resource.
|
|
89
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
90
|
+
* @param state Any extra arguments used during the lookup.
|
|
91
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
92
|
+
*/
|
|
93
|
+
static get(name, id, state, opts) {
|
|
94
|
+
return new LayerVersionPermission(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
95
|
+
}
|
|
96
|
+
/**
|
|
97
|
+
* Returns true if the given object is an instance of LayerVersionPermission. This is designed to work even
|
|
98
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
99
|
+
*/
|
|
100
|
+
static isInstance(obj) {
|
|
101
|
+
if (obj === undefined || obj === null) {
|
|
102
|
+
return false;
|
|
103
|
+
}
|
|
104
|
+
return obj['__pulumiType'] === LayerVersionPermission.__pulumiType;
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
exports.LayerVersionPermission = LayerVersionPermission;
|
|
108
|
+
/** @internal */
|
|
109
|
+
LayerVersionPermission.__pulumiType = 'aws:lambda/layerVersionPermission:LayerVersionPermission';
|
|
110
|
+
//# sourceMappingURL=layerVersionPermission.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"layerVersionPermission.js","sourceRoot":"","sources":["../../lambda/layerVersionPermission.ts"],"names":[],"mappings":"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"}
|
|
@@ -76,7 +76,7 @@ export declare class TargetGroupAttachment extends pulumi.CustomResource {
|
|
|
76
76
|
*/
|
|
77
77
|
readonly targetGroupArn: pulumi.Output<string>;
|
|
78
78
|
/**
|
|
79
|
-
* The ID of the target. This is the Instance ID for an instance, or the container ID for an ECS container. If the target type is ip, specify an IP address. If the target type is lambda, specify the arn of lambda.
|
|
79
|
+
* The ID of the target. This is the Instance ID for an instance, or the container ID for an ECS container. If the target type is ip, specify an IP address. If the target type is lambda, specify the arn of lambda. If the target type is alb, specify the arn of alb.
|
|
80
80
|
*/
|
|
81
81
|
readonly targetId: pulumi.Output<string>;
|
|
82
82
|
/**
|
|
@@ -105,7 +105,7 @@ export interface TargetGroupAttachmentState {
|
|
|
105
105
|
*/
|
|
106
106
|
targetGroupArn?: pulumi.Input<string>;
|
|
107
107
|
/**
|
|
108
|
-
* The ID of the target. This is the Instance ID for an instance, or the container ID for an ECS container. If the target type is ip, specify an IP address. If the target type is lambda, specify the arn of lambda.
|
|
108
|
+
* The ID of the target. This is the Instance ID for an instance, or the container ID for an ECS container. If the target type is ip, specify an IP address. If the target type is lambda, specify the arn of lambda. If the target type is alb, specify the arn of alb.
|
|
109
109
|
*/
|
|
110
110
|
targetId?: pulumi.Input<string>;
|
|
111
111
|
}
|
|
@@ -126,7 +126,7 @@ export interface TargetGroupAttachmentArgs {
|
|
|
126
126
|
*/
|
|
127
127
|
targetGroupArn: pulumi.Input<string>;
|
|
128
128
|
/**
|
|
129
|
-
* The ID of the target. This is the Instance ID for an instance, or the container ID for an ECS container. If the target type is ip, specify an IP address. If the target type is lambda, specify the arn of lambda.
|
|
129
|
+
* The ID of the target. This is the Instance ID for an instance, or the container ID for an ECS container. If the target type is ip, specify an IP address. If the target type is lambda, specify the arn of lambda. If the target type is alb, specify the arn of alb.
|
|
130
130
|
*/
|
|
131
131
|
targetId: pulumi.Input<string>;
|
|
132
132
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/aws",
|
|
3
|
-
"version": "v4.
|
|
3
|
+
"version": "v4.29.0",
|
|
4
4
|
"description": "A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"build": "tsc",
|
|
14
|
-
"install": "node scripts/install-pulumi-plugin.js resource aws v4.
|
|
14
|
+
"install": "node scripts/install-pulumi-plugin.js resource aws v4.29.0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@pulumi/pulumi": "^3.0.0",
|
package/package.json.dev
CHANGED
package/quicksight/user.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
11
11
|
* const example = new aws.quicksight.User("example", {
|
|
12
12
|
* email: "author@example.com",
|
|
13
13
|
* identityType: "IAM",
|
|
14
|
-
*
|
|
14
|
+
* sessionName: "an-author",
|
|
15
15
|
* userRole: "AUTHOR",
|
|
16
16
|
* });
|
|
17
17
|
* ```
|
package/quicksight/user.js
CHANGED
|
@@ -17,7 +17,7 @@ const utilities = require("../utilities");
|
|
|
17
17
|
* const example = new aws.quicksight.User("example", {
|
|
18
18
|
* email: "author@example.com",
|
|
19
19
|
* identityType: "IAM",
|
|
20
|
-
*
|
|
20
|
+
* sessionName: "an-author",
|
|
21
21
|
* userRole: "AUTHOR",
|
|
22
22
|
* });
|
|
23
23
|
* ```
|
package/s3/accessPoint.d.ts
CHANGED
|
@@ -1,34 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import { input as inputs, output as outputs } from "../types";
|
|
3
3
|
/**
|
|
4
|
-
* Provides a resource to manage an S3 Access Point.
|
|
5
|
-
*
|
|
6
|
-
* ## Example Usage
|
|
7
|
-
* ### AWS Partition Bucket
|
|
8
|
-
*
|
|
9
|
-
* ```typescript
|
|
10
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
-
* import * as aws from "@pulumi/aws";
|
|
12
|
-
*
|
|
13
|
-
* const exampleBucket = new aws.s3.Bucket("exampleBucket", {});
|
|
14
|
-
* const exampleAccessPoint = new aws.s3.AccessPoint("exampleAccessPoint", {bucket: exampleBucket.id});
|
|
15
|
-
* ```
|
|
16
|
-
* ### S3 on Outposts Bucket
|
|
17
|
-
*
|
|
18
|
-
* ```typescript
|
|
19
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
20
|
-
* import * as aws from "@pulumi/aws";
|
|
21
|
-
*
|
|
22
|
-
* const exampleBucket = new aws.s3control.Bucket("exampleBucket", {bucket: "example"});
|
|
23
|
-
* const exampleVpc = new aws.ec2.Vpc("exampleVpc", {cidrBlock: "10.0.0.0/16"});
|
|
24
|
-
* const exampleAccessPoint = new aws.s3.AccessPoint("exampleAccessPoint", {
|
|
25
|
-
* bucket: exampleBucket.arn,
|
|
26
|
-
* vpcConfiguration: {
|
|
27
|
-
* vpcId: exampleVpc.id,
|
|
28
|
-
* },
|
|
29
|
-
* });
|
|
30
|
-
* ```
|
|
31
|
-
*
|
|
32
4
|
* ## Import
|
|
33
5
|
*
|
|
34
6
|
* For Access Points associated with an AWS Partition S3 Bucket, this resource can be imported using the `account_id` and `name` separated by a colon (`:`), e.g.,
|
|
@@ -63,6 +35,10 @@ export declare class AccessPoint extends pulumi.CustomResource {
|
|
|
63
35
|
* The AWS account ID for the owner of the bucket for which you want to create an access point. Defaults to automatically determined account ID of the provider.
|
|
64
36
|
*/
|
|
65
37
|
readonly accountId: pulumi.Output<string>;
|
|
38
|
+
/**
|
|
39
|
+
* The alias of the S3 Access Point.
|
|
40
|
+
*/
|
|
41
|
+
readonly alias: pulumi.Output<string>;
|
|
66
42
|
/**
|
|
67
43
|
* Amazon Resource Name (ARN) of the S3 Access Point.
|
|
68
44
|
*/
|
|
@@ -76,6 +52,12 @@ export declare class AccessPoint extends pulumi.CustomResource {
|
|
|
76
52
|
* Note: S3 access points only support secure access by HTTPS. HTTP isn't supported.
|
|
77
53
|
*/
|
|
78
54
|
readonly domainName: pulumi.Output<string>;
|
|
55
|
+
/**
|
|
56
|
+
* The VPC endpoints for the S3 Access Point.
|
|
57
|
+
*/
|
|
58
|
+
readonly endpoints: pulumi.Output<{
|
|
59
|
+
[key: string]: string;
|
|
60
|
+
}>;
|
|
79
61
|
/**
|
|
80
62
|
* Indicates whether this access point currently has a policy that allows public access.
|
|
81
63
|
*/
|
|
@@ -117,6 +99,10 @@ export interface AccessPointState {
|
|
|
117
99
|
* The AWS account ID for the owner of the bucket for which you want to create an access point. Defaults to automatically determined account ID of the provider.
|
|
118
100
|
*/
|
|
119
101
|
accountId?: pulumi.Input<string>;
|
|
102
|
+
/**
|
|
103
|
+
* The alias of the S3 Access Point.
|
|
104
|
+
*/
|
|
105
|
+
alias?: pulumi.Input<string>;
|
|
120
106
|
/**
|
|
121
107
|
* Amazon Resource Name (ARN) of the S3 Access Point.
|
|
122
108
|
*/
|
|
@@ -130,6 +116,12 @@ export interface AccessPointState {
|
|
|
130
116
|
* Note: S3 access points only support secure access by HTTPS. HTTP isn't supported.
|
|
131
117
|
*/
|
|
132
118
|
domainName?: pulumi.Input<string>;
|
|
119
|
+
/**
|
|
120
|
+
* The VPC endpoints for the S3 Access Point.
|
|
121
|
+
*/
|
|
122
|
+
endpoints?: pulumi.Input<{
|
|
123
|
+
[key: string]: pulumi.Input<string>;
|
|
124
|
+
}>;
|
|
133
125
|
/**
|
|
134
126
|
* Indicates whether this access point currently has a policy that allows public access.
|
|
135
127
|
*/
|
package/s3/accessPoint.js
CHANGED
|
@@ -6,34 +6,6 @@ exports.AccessPoint = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Provides a resource to manage an S3 Access Point.
|
|
10
|
-
*
|
|
11
|
-
* ## Example Usage
|
|
12
|
-
* ### AWS Partition Bucket
|
|
13
|
-
*
|
|
14
|
-
* ```typescript
|
|
15
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
16
|
-
* import * as aws from "@pulumi/aws";
|
|
17
|
-
*
|
|
18
|
-
* const exampleBucket = new aws.s3.Bucket("exampleBucket", {});
|
|
19
|
-
* const exampleAccessPoint = new aws.s3.AccessPoint("exampleAccessPoint", {bucket: exampleBucket.id});
|
|
20
|
-
* ```
|
|
21
|
-
* ### S3 on Outposts Bucket
|
|
22
|
-
*
|
|
23
|
-
* ```typescript
|
|
24
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
25
|
-
* import * as aws from "@pulumi/aws";
|
|
26
|
-
*
|
|
27
|
-
* const exampleBucket = new aws.s3control.Bucket("exampleBucket", {bucket: "example"});
|
|
28
|
-
* const exampleVpc = new aws.ec2.Vpc("exampleVpc", {cidrBlock: "10.0.0.0/16"});
|
|
29
|
-
* const exampleAccessPoint = new aws.s3.AccessPoint("exampleAccessPoint", {
|
|
30
|
-
* bucket: exampleBucket.arn,
|
|
31
|
-
* vpcConfiguration: {
|
|
32
|
-
* vpcId: exampleVpc.id,
|
|
33
|
-
* },
|
|
34
|
-
* });
|
|
35
|
-
* ```
|
|
36
|
-
*
|
|
37
9
|
* ## Import
|
|
38
10
|
*
|
|
39
11
|
* For Access Points associated with an AWS Partition S3 Bucket, this resource can be imported using the `account_id` and `name` separated by a colon (`:`), e.g.,
|
|
@@ -55,9 +27,11 @@ class AccessPoint extends pulumi.CustomResource {
|
|
|
55
27
|
if (opts.id) {
|
|
56
28
|
const state = argsOrState;
|
|
57
29
|
inputs["accountId"] = state ? state.accountId : undefined;
|
|
30
|
+
inputs["alias"] = state ? state.alias : undefined;
|
|
58
31
|
inputs["arn"] = state ? state.arn : undefined;
|
|
59
32
|
inputs["bucket"] = state ? state.bucket : undefined;
|
|
60
33
|
inputs["domainName"] = state ? state.domainName : undefined;
|
|
34
|
+
inputs["endpoints"] = state ? state.endpoints : undefined;
|
|
61
35
|
inputs["hasPublicAccessPolicy"] = state ? state.hasPublicAccessPolicy : undefined;
|
|
62
36
|
inputs["name"] = state ? state.name : undefined;
|
|
63
37
|
inputs["networkOrigin"] = state ? state.networkOrigin : undefined;
|
|
@@ -76,8 +50,10 @@ class AccessPoint extends pulumi.CustomResource {
|
|
|
76
50
|
inputs["policy"] = args ? args.policy : undefined;
|
|
77
51
|
inputs["publicAccessBlockConfiguration"] = args ? args.publicAccessBlockConfiguration : undefined;
|
|
78
52
|
inputs["vpcConfiguration"] = args ? args.vpcConfiguration : undefined;
|
|
53
|
+
inputs["alias"] = undefined /*out*/;
|
|
79
54
|
inputs["arn"] = undefined /*out*/;
|
|
80
55
|
inputs["domainName"] = undefined /*out*/;
|
|
56
|
+
inputs["endpoints"] = undefined /*out*/;
|
|
81
57
|
inputs["hasPublicAccessPolicy"] = undefined /*out*/;
|
|
82
58
|
inputs["networkOrigin"] = undefined /*out*/;
|
|
83
59
|
}
|
package/s3/accessPoint.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accessPoint.js","sourceRoot":"","sources":["../../s3/accessPoint.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"accessPoint.js","sourceRoot":"","sources":["../../s3/accessPoint.ts"],"names":[],"mappings":"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"}
|
package/s3/bucket.d.ts
CHANGED
|
@@ -161,6 +161,8 @@ import { PolicyDocument } from "../iam";
|
|
|
161
161
|
* ```
|
|
162
162
|
* ### Using replication configuration
|
|
163
163
|
*
|
|
164
|
+
* > **NOTE:** See the [`aws.s3.BucketReplicationConfig` resource](https://www.terraform.io/docs/providers/aws/r/s3_bucket_replication_configuration.html) to support bi-directional replication configuration and additional features.
|
|
165
|
+
*
|
|
164
166
|
* ```typescript
|
|
165
167
|
* import * as pulumi from "@pulumi/pulumi";
|
|
166
168
|
* import * as aws from "@pulumi/aws";
|
package/s3/bucket.js
CHANGED
|
@@ -165,6 +165,8 @@ const utilities = require("../utilities");
|
|
|
165
165
|
* ```
|
|
166
166
|
* ### Using replication configuration
|
|
167
167
|
*
|
|
168
|
+
* > **NOTE:** See the [`aws.s3.BucketReplicationConfig` resource](https://www.terraform.io/docs/providers/aws/r/s3_bucket_replication_configuration.html) to support bi-directional replication configuration and additional features.
|
|
169
|
+
*
|
|
168
170
|
* ```typescript
|
|
169
171
|
* import * as pulumi from "@pulumi/pulumi";
|
|
170
172
|
* import * as aws from "@pulumi/aws";
|
package/s3/bucket.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bucket.js","sourceRoot":"","sources":["../../s3/bucket.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAK1C
|
|
1
|
+
{"version":3,"file":"bucket.js","sourceRoot":"","sources":["../../s3/bucket.ts"],"names":[],"mappings":"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"}
|