@pulumi/aws 5.5.0 → 5.7.0-alpha.1653989347
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/autoscaling/getAmiIds.d.ts +8 -0
- package/autoscaling/getAmiIds.js +1 -0
- package/autoscaling/getAmiIds.js.map +1 -1
- package/autoscaling/group.d.ts +49 -0
- package/autoscaling/group.js +39 -0
- package/autoscaling/group.js.map +1 -1
- package/autoscaling/policy.d.ts +12 -0
- package/autoscaling/policy.js +2 -0
- package/autoscaling/policy.js.map +1 -1
- package/cloudfront/getResponseHeadersPolicy.d.ts +4 -0
- package/cloudfront/getResponseHeadersPolicy.js.map +1 -1
- package/cloudfront/responseHeadersPolicy.d.ts +33 -0
- package/cloudfront/responseHeadersPolicy.js +23 -0
- package/cloudfront/responseHeadersPolicy.js.map +1 -1
- package/cloudsearch/domain.d.ts +1 -0
- package/cloudsearch/domain.js +1 -0
- package/cloudsearch/domain.js.map +1 -1
- package/cloudwatch/metricStream.d.ts +44 -0
- package/cloudwatch/metricStream.js +34 -0
- package/cloudwatch/metricStream.js.map +1 -1
- package/config/vars.js +1 -1
- package/config/vars.js.map +1 -1
- package/connect/instance.d.ts +1 -1
- package/connect/instance.js +1 -1
- package/datasync/locationHdfs.d.ts +4 -4
- package/datasync/locationHdfs.js +1 -1
- package/ec2/ami.d.ts +15 -3
- package/ec2/ami.js +2 -0
- package/ec2/ami.js.map +1 -1
- package/ec2/amiCopy.d.ts +11 -3
- package/ec2/amiCopy.js +2 -0
- package/ec2/amiCopy.js.map +1 -1
- package/ec2/amiFromInstance.d.ts +8 -0
- package/ec2/amiFromInstance.js +2 -0
- package/ec2/amiFromInstance.js.map +1 -1
- package/ec2/fleet.d.ts +8 -0
- package/ec2/fleet.js +2 -0
- package/ec2/fleet.js.map +1 -1
- package/ec2/getAmi.d.ts +4 -0
- package/ec2/getAmi.js.map +1 -1
- package/ecr/registryScanningConfiguration.d.ts +1 -1
- package/ecr/registryScanningConfiguration.js +1 -1
- package/efs/index.d.ts +1 -0
- package/efs/index.js +5 -0
- package/efs/index.js.map +1 -1
- package/efs/replicationConfiguration.d.ts +143 -0
- package/efs/replicationConfiguration.js +111 -0
- package/efs/replicationConfiguration.js.map +1 -0
- package/elasticache/globalReplicationGroup.d.ts +51 -31
- package/elasticache/globalReplicationGroup.js +4 -31
- package/elasticache/globalReplicationGroup.js.map +1 -1
- package/elasticache/replicationGroup.d.ts +1 -1
- package/getAmi.d.ts +4 -0
- package/getAmi.js.map +1 -1
- package/getAutoscalingGroups.d.ts +8 -0
- package/getAutoscalingGroups.js +1 -0
- package/getAutoscalingGroups.js.map +1 -1
- package/keyspaces/index.d.ts +1 -0
- package/keyspaces/index.js +5 -0
- package/keyspaces/index.js.map +1 -1
- package/keyspaces/keyspace.d.ts +3 -3
- package/keyspaces/keyspace.js +1 -1
- package/keyspaces/table.d.ts +223 -0
- package/keyspaces/table.js +114 -0
- package/keyspaces/table.js.map +1 -0
- package/lb/getHostedZoneId.d.ts +64 -0
- package/lb/getHostedZoneId.js +46 -0
- package/lb/getHostedZoneId.js.map +1 -0
- package/lb/index.d.ts +1 -0
- package/lb/index.js +1 -0
- package/lb/index.js.map +1 -1
- package/location/getPlaceIndex.d.ts +88 -0
- package/location/getPlaceIndex.js +37 -0
- package/location/getPlaceIndex.js.map +1 -0
- package/location/index.d.ts +2 -0
- package/location/index.js +6 -0
- package/location/index.js.map +1 -1
- package/location/placeIndex.d.ts +150 -0
- package/location/placeIndex.js +94 -0
- package/location/placeIndex.js.map +1 -0
- package/msk/cluster.d.ts +35 -1
- package/msk/cluster.js +35 -1
- package/msk/cluster.js.map +1 -1
- package/networkmanager/getCoreNetworkPolicyDocument.d.ts +146 -0
- package/networkmanager/getCoreNetworkPolicyDocument.js +106 -0
- package/networkmanager/getCoreNetworkPolicyDocument.js.map +1 -0
- package/networkmanager/index.d.ts +1 -0
- package/networkmanager/index.js +1 -0
- package/networkmanager/index.js.map +1 -1
- package/organizations/account.d.ts +20 -9
- package/organizations/account.js +4 -0
- package/organizations/account.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/provider.js +1 -1
- package/provider.js.map +1 -1
- package/rds/cluster.d.ts +30 -0
- package/rds/cluster.js +30 -0
- package/rds/cluster.js.map +1 -1
- package/rds/index.d.ts +1 -0
- package/rds/index.js +5 -0
- package/rds/index.js.map +1 -1
- package/rds/snapshotCopy.d.ts +299 -0
- package/rds/snapshotCopy.js +138 -0
- package/rds/snapshotCopy.js.map +1 -0
- package/redshift/authenticationProfile.d.ts +87 -0
- package/redshift/authenticationProfile.js +84 -0
- package/redshift/authenticationProfile.js.map +1 -0
- package/redshift/cluster.d.ts +69 -9
- package/redshift/cluster.js +10 -0
- package/redshift/cluster.js.map +1 -1
- package/redshift/endpointAccess.d.ts +145 -0
- package/redshift/endpointAccess.js +96 -0
- package/redshift/endpointAccess.js.map +1 -0
- package/redshift/eventSubscription.d.ts +15 -15
- package/redshift/getCluster.d.ts +33 -0
- package/redshift/getCluster.js.map +1 -1
- package/redshift/getSubnetGroup.d.ts +75 -0
- package/redshift/getSubnetGroup.js +37 -0
- package/redshift/getSubnetGroup.js.map +1 -0
- package/redshift/hsmClientCertificate.d.ts +122 -0
- package/redshift/hsmClientCertificate.js +82 -0
- package/redshift/hsmClientCertificate.js.map +1 -0
- package/redshift/index.d.ts +5 -0
- package/redshift/index.js +21 -0
- package/redshift/index.js.map +1 -1
- package/redshift/usageLimit.d.ts +177 -0
- package/redshift/usageLimit.js +102 -0
- package/redshift/usageLimit.js.map +1 -0
- package/route53/getResolverRules.d.ts +27 -2
- package/route53/getResolverRules.js +15 -2
- package/route53/getResolverRules.js.map +1 -1
- package/s3/bucketObjectv2.js +2 -0
- package/s3/bucketObjectv2.js.map +1 -1
- package/s3/bucketV2.d.ts +1 -1
- package/s3/bucketV2.js +1 -1
- package/s3/bucketWebsiteConfigurationV2.d.ts +42 -1
- package/s3/bucketWebsiteConfigurationV2.js +28 -0
- package/s3/bucketWebsiteConfigurationV2.js.map +1 -1
- package/secretsmanager/getSecretVersion.d.ts +1 -1
- package/transfer/server.d.ts +3 -3
- package/types/input.d.ts +1112 -247
- package/types/output.d.ts +768 -27
package/redshift/getCluster.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { output as outputs } from "../types";
|
|
2
3
|
/**
|
|
3
4
|
* Provides details about a specific redshift cluster.
|
|
4
5
|
*
|
|
@@ -56,6 +57,14 @@ export interface GetClusterResult {
|
|
|
56
57
|
* Whether major version upgrades can be applied during maintenance period
|
|
57
58
|
*/
|
|
58
59
|
readonly allowVersionUpgrade: boolean;
|
|
60
|
+
/**
|
|
61
|
+
* The value represents how the cluster is configured to use AQUA.
|
|
62
|
+
*/
|
|
63
|
+
readonly aquaConfigurationStatus: string;
|
|
64
|
+
/**
|
|
65
|
+
* Amazon Resource Name (ARN) of cluster.
|
|
66
|
+
*/
|
|
67
|
+
readonly arn: string;
|
|
59
68
|
/**
|
|
60
69
|
* The backup retention period
|
|
61
70
|
*/
|
|
@@ -76,6 +85,10 @@ export interface GetClusterResult {
|
|
|
76
85
|
* The cluster identifier
|
|
77
86
|
*/
|
|
78
87
|
readonly clusterIdentifier: string;
|
|
88
|
+
/**
|
|
89
|
+
* The nodes in the cluster. Cluster node blocks are documented below
|
|
90
|
+
*/
|
|
91
|
+
readonly clusterNodes: outputs.redshift.GetClusterClusterNode[];
|
|
79
92
|
/**
|
|
80
93
|
* The name of the parameter group to be associated with this cluster
|
|
81
94
|
*/
|
|
@@ -105,6 +118,10 @@ export interface GetClusterResult {
|
|
|
105
118
|
* The name of the default database in the cluster
|
|
106
119
|
*/
|
|
107
120
|
readonly databaseName: string;
|
|
121
|
+
/**
|
|
122
|
+
* ∂The Amazon Resource Name (ARN) for the IAM role that was set as default for the cluster when the cluster was created.
|
|
123
|
+
*/
|
|
124
|
+
readonly defaultIamRoleArn: string;
|
|
108
125
|
/**
|
|
109
126
|
* The Elastic IP of the cluster
|
|
110
127
|
*/
|
|
@@ -137,6 +154,22 @@ export interface GetClusterResult {
|
|
|
137
154
|
* The KMS encryption key associated to the cluster
|
|
138
155
|
*/
|
|
139
156
|
readonly kmsKeyId: string;
|
|
157
|
+
/**
|
|
158
|
+
* The log destination type.
|
|
159
|
+
*/
|
|
160
|
+
readonly logDestinationType: string;
|
|
161
|
+
/**
|
|
162
|
+
* The collection of exported log types. Log types include the connection log, user log and user activity log.
|
|
163
|
+
*/
|
|
164
|
+
readonly logExports: string[];
|
|
165
|
+
/**
|
|
166
|
+
* The name of the maintenance track for the restored cluster.
|
|
167
|
+
*/
|
|
168
|
+
readonly maintenanceTrackName: string;
|
|
169
|
+
/**
|
|
170
|
+
* (Optional) The default number of days to retain a manual snapshot.
|
|
171
|
+
*/
|
|
172
|
+
readonly manualSnapshotRetentionPeriod: number;
|
|
140
173
|
/**
|
|
141
174
|
* Username for the master DB user
|
|
142
175
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getCluster.js","sourceRoot":"","sources":["../../redshift/getCluster.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"getCluster.js","sourceRoot":"","sources":["../../redshift/getCluster.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oCAAoC,EAAE;QAC/D,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,gCAUC;AAmLD,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,UAAU,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC9D,CAAC;AAFD,4CAEC"}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Provides details about a specific redshift subnet 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 example = aws.redshift.getSubnetGroup({
|
|
12
|
+
* name: aws_redshift_subnet_group.example.name,
|
|
13
|
+
* });
|
|
14
|
+
* ```
|
|
15
|
+
*/
|
|
16
|
+
export declare function getSubnetGroup(args: GetSubnetGroupArgs, opts?: pulumi.InvokeOptions): Promise<GetSubnetGroupResult>;
|
|
17
|
+
/**
|
|
18
|
+
* A collection of arguments for invoking getSubnetGroup.
|
|
19
|
+
*/
|
|
20
|
+
export interface GetSubnetGroupArgs {
|
|
21
|
+
/**
|
|
22
|
+
* The name of the cluster subnet group for which information is requested.
|
|
23
|
+
*/
|
|
24
|
+
name: string;
|
|
25
|
+
/**
|
|
26
|
+
* The tags associated to the Subnet Group
|
|
27
|
+
*/
|
|
28
|
+
tags?: {
|
|
29
|
+
[key: string]: string;
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* A collection of values returned by getSubnetGroup.
|
|
34
|
+
*/
|
|
35
|
+
export interface GetSubnetGroupResult {
|
|
36
|
+
/**
|
|
37
|
+
* Amazon Resource Name (ARN) of the Redshift Subnet Group name.
|
|
38
|
+
*/
|
|
39
|
+
readonly arn: string;
|
|
40
|
+
/**
|
|
41
|
+
* The description of the Redshift Subnet group.
|
|
42
|
+
*/
|
|
43
|
+
readonly description: string;
|
|
44
|
+
/**
|
|
45
|
+
* The provider-assigned unique ID for this managed resource.
|
|
46
|
+
*/
|
|
47
|
+
readonly id: string;
|
|
48
|
+
readonly name: string;
|
|
49
|
+
/**
|
|
50
|
+
* An array of VPC subnet IDs.
|
|
51
|
+
*/
|
|
52
|
+
readonly subnetIds: string[];
|
|
53
|
+
/**
|
|
54
|
+
* The tags associated to the Subnet Group
|
|
55
|
+
*/
|
|
56
|
+
readonly tags: {
|
|
57
|
+
[key: string]: string;
|
|
58
|
+
};
|
|
59
|
+
}
|
|
60
|
+
export declare function getSubnetGroupOutput(args: GetSubnetGroupOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetSubnetGroupResult>;
|
|
61
|
+
/**
|
|
62
|
+
* A collection of arguments for invoking getSubnetGroup.
|
|
63
|
+
*/
|
|
64
|
+
export interface GetSubnetGroupOutputArgs {
|
|
65
|
+
/**
|
|
66
|
+
* The name of the cluster subnet group for which information is requested.
|
|
67
|
+
*/
|
|
68
|
+
name: pulumi.Input<string>;
|
|
69
|
+
/**
|
|
70
|
+
* The tags associated to the Subnet Group
|
|
71
|
+
*/
|
|
72
|
+
tags?: pulumi.Input<{
|
|
73
|
+
[key: string]: pulumi.Input<string>;
|
|
74
|
+
}>;
|
|
75
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
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.getSubnetGroupOutput = exports.getSubnetGroup = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Provides details about a specific redshift subnet 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 example = aws.redshift.getSubnetGroup({
|
|
18
|
+
* name: aws_redshift_subnet_group.example.name,
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
function getSubnetGroup(args, opts) {
|
|
23
|
+
if (!opts) {
|
|
24
|
+
opts = {};
|
|
25
|
+
}
|
|
26
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
27
|
+
return pulumi.runtime.invoke("aws:redshift/getSubnetGroup:getSubnetGroup", {
|
|
28
|
+
"name": args.name,
|
|
29
|
+
"tags": args.tags,
|
|
30
|
+
}, opts);
|
|
31
|
+
}
|
|
32
|
+
exports.getSubnetGroup = getSubnetGroup;
|
|
33
|
+
function getSubnetGroupOutput(args, opts) {
|
|
34
|
+
return pulumi.output(args).apply(a => getSubnetGroup(a, opts));
|
|
35
|
+
}
|
|
36
|
+
exports.getSubnetGroupOutput = getSubnetGroupOutput;
|
|
37
|
+
//# sourceMappingURL=getSubnetGroup.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getSubnetGroup.js","sourceRoot":"","sources":["../../redshift/getSubnetGroup.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,wCAUC;AA2CD,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,cAAc,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClE,CAAC;AAFD,oDAEC"}
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Creates an HSM client certificate that an Amazon Redshift cluster will use to connect to the client's HSM in order to store and retrieve the keys used to encrypt the cluster databases.
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as aws from "@pulumi/aws";
|
|
10
|
+
*
|
|
11
|
+
* const example = new aws.redshift.HsmClientCertificate("example", {
|
|
12
|
+
* hsmClientCertificateIdentifier: "example",
|
|
13
|
+
* });
|
|
14
|
+
* ```
|
|
15
|
+
*
|
|
16
|
+
* ## Import
|
|
17
|
+
*
|
|
18
|
+
* Redshift Hsm Client Certificates support import by `hsm_client_certificate_identifier`, e.g., console
|
|
19
|
+
*
|
|
20
|
+
* ```sh
|
|
21
|
+
* $ pulumi import aws:redshift/hsmClientCertificate:HsmClientCertificate test example
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
export declare class HsmClientCertificate extends pulumi.CustomResource {
|
|
25
|
+
/**
|
|
26
|
+
* Get an existing HsmClientCertificate resource's state with the given name, ID, and optional extra
|
|
27
|
+
* properties used to qualify the lookup.
|
|
28
|
+
*
|
|
29
|
+
* @param name The _unique_ name of the resulting resource.
|
|
30
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
31
|
+
* @param state Any extra arguments used during the lookup.
|
|
32
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
33
|
+
*/
|
|
34
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: HsmClientCertificateState, opts?: pulumi.CustomResourceOptions): HsmClientCertificate;
|
|
35
|
+
/**
|
|
36
|
+
* Returns true if the given object is an instance of HsmClientCertificate. This is designed to work even
|
|
37
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
38
|
+
*/
|
|
39
|
+
static isInstance(obj: any): obj is HsmClientCertificate;
|
|
40
|
+
/**
|
|
41
|
+
* Amazon Resource Name (ARN) of the Hsm Client Certificate.
|
|
42
|
+
*/
|
|
43
|
+
readonly arn: pulumi.Output<string>;
|
|
44
|
+
/**
|
|
45
|
+
* The identifier of the HSM client certificate.
|
|
46
|
+
*/
|
|
47
|
+
readonly hsmClientCertificateIdentifier: pulumi.Output<string>;
|
|
48
|
+
/**
|
|
49
|
+
* The public key that the Amazon Redshift cluster will use to connect to the HSM. You must register the public key in the HSM.
|
|
50
|
+
*/
|
|
51
|
+
readonly hsmClientCertificatePublicKey: pulumi.Output<string>;
|
|
52
|
+
/**
|
|
53
|
+
* A map of tags to assign to the resource. If configured with a provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.
|
|
54
|
+
*/
|
|
55
|
+
readonly tags: pulumi.Output<{
|
|
56
|
+
[key: string]: string;
|
|
57
|
+
} | undefined>;
|
|
58
|
+
/**
|
|
59
|
+
* A map of tags assigned to the resource, including those inherited from the provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block).
|
|
60
|
+
*/
|
|
61
|
+
readonly tagsAll: pulumi.Output<{
|
|
62
|
+
[key: string]: string;
|
|
63
|
+
}>;
|
|
64
|
+
/**
|
|
65
|
+
* Create a HsmClientCertificate resource with the given unique name, arguments, and options.
|
|
66
|
+
*
|
|
67
|
+
* @param name The _unique_ name of the resource.
|
|
68
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
69
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
70
|
+
*/
|
|
71
|
+
constructor(name: string, args: HsmClientCertificateArgs, opts?: pulumi.CustomResourceOptions);
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* Input properties used for looking up and filtering HsmClientCertificate resources.
|
|
75
|
+
*/
|
|
76
|
+
export interface HsmClientCertificateState {
|
|
77
|
+
/**
|
|
78
|
+
* Amazon Resource Name (ARN) of the Hsm Client Certificate.
|
|
79
|
+
*/
|
|
80
|
+
arn?: pulumi.Input<string>;
|
|
81
|
+
/**
|
|
82
|
+
* The identifier of the HSM client certificate.
|
|
83
|
+
*/
|
|
84
|
+
hsmClientCertificateIdentifier?: pulumi.Input<string>;
|
|
85
|
+
/**
|
|
86
|
+
* The public key that the Amazon Redshift cluster will use to connect to the HSM. You must register the public key in the HSM.
|
|
87
|
+
*/
|
|
88
|
+
hsmClientCertificatePublicKey?: pulumi.Input<string>;
|
|
89
|
+
/**
|
|
90
|
+
* A map of tags to assign to the resource. If configured with a provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.
|
|
91
|
+
*/
|
|
92
|
+
tags?: pulumi.Input<{
|
|
93
|
+
[key: string]: pulumi.Input<string>;
|
|
94
|
+
}>;
|
|
95
|
+
/**
|
|
96
|
+
* A map of tags assigned to the resource, including those inherited from the provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block).
|
|
97
|
+
*/
|
|
98
|
+
tagsAll?: pulumi.Input<{
|
|
99
|
+
[key: string]: pulumi.Input<string>;
|
|
100
|
+
}>;
|
|
101
|
+
}
|
|
102
|
+
/**
|
|
103
|
+
* The set of arguments for constructing a HsmClientCertificate resource.
|
|
104
|
+
*/
|
|
105
|
+
export interface HsmClientCertificateArgs {
|
|
106
|
+
/**
|
|
107
|
+
* The identifier of the HSM client certificate.
|
|
108
|
+
*/
|
|
109
|
+
hsmClientCertificateIdentifier: pulumi.Input<string>;
|
|
110
|
+
/**
|
|
111
|
+
* A map of tags to assign to the resource. If configured with a provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.
|
|
112
|
+
*/
|
|
113
|
+
tags?: pulumi.Input<{
|
|
114
|
+
[key: string]: pulumi.Input<string>;
|
|
115
|
+
}>;
|
|
116
|
+
/**
|
|
117
|
+
* A map of tags assigned to the resource, including those inherited from the provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block).
|
|
118
|
+
*/
|
|
119
|
+
tagsAll?: pulumi.Input<{
|
|
120
|
+
[key: string]: pulumi.Input<string>;
|
|
121
|
+
}>;
|
|
122
|
+
}
|
|
@@ -0,0 +1,82 @@
|
|
|
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.HsmClientCertificate = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Creates an HSM client certificate that an Amazon Redshift cluster will use to connect to the client's HSM in order to store and retrieve the keys used to encrypt the cluster databases.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as aws from "@pulumi/aws";
|
|
16
|
+
*
|
|
17
|
+
* const example = new aws.redshift.HsmClientCertificate("example", {
|
|
18
|
+
* hsmClientCertificateIdentifier: "example",
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* ## Import
|
|
23
|
+
*
|
|
24
|
+
* Redshift Hsm Client Certificates support import by `hsm_client_certificate_identifier`, e.g., console
|
|
25
|
+
*
|
|
26
|
+
* ```sh
|
|
27
|
+
* $ pulumi import aws:redshift/hsmClientCertificate:HsmClientCertificate test example
|
|
28
|
+
* ```
|
|
29
|
+
*/
|
|
30
|
+
class HsmClientCertificate extends pulumi.CustomResource {
|
|
31
|
+
constructor(name, argsOrState, opts) {
|
|
32
|
+
let resourceInputs = {};
|
|
33
|
+
opts = opts || {};
|
|
34
|
+
if (opts.id) {
|
|
35
|
+
const state = argsOrState;
|
|
36
|
+
resourceInputs["arn"] = state ? state.arn : undefined;
|
|
37
|
+
resourceInputs["hsmClientCertificateIdentifier"] = state ? state.hsmClientCertificateIdentifier : undefined;
|
|
38
|
+
resourceInputs["hsmClientCertificatePublicKey"] = state ? state.hsmClientCertificatePublicKey : undefined;
|
|
39
|
+
resourceInputs["tags"] = state ? state.tags : undefined;
|
|
40
|
+
resourceInputs["tagsAll"] = state ? state.tagsAll : undefined;
|
|
41
|
+
}
|
|
42
|
+
else {
|
|
43
|
+
const args = argsOrState;
|
|
44
|
+
if ((!args || args.hsmClientCertificateIdentifier === undefined) && !opts.urn) {
|
|
45
|
+
throw new Error("Missing required property 'hsmClientCertificateIdentifier'");
|
|
46
|
+
}
|
|
47
|
+
resourceInputs["hsmClientCertificateIdentifier"] = args ? args.hsmClientCertificateIdentifier : undefined;
|
|
48
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
49
|
+
resourceInputs["tagsAll"] = args ? args.tagsAll : undefined;
|
|
50
|
+
resourceInputs["arn"] = undefined /*out*/;
|
|
51
|
+
resourceInputs["hsmClientCertificatePublicKey"] = undefined /*out*/;
|
|
52
|
+
}
|
|
53
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
54
|
+
super(HsmClientCertificate.__pulumiType, name, resourceInputs, opts);
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* Get an existing HsmClientCertificate resource's state with the given name, ID, and optional extra
|
|
58
|
+
* properties used to qualify the lookup.
|
|
59
|
+
*
|
|
60
|
+
* @param name The _unique_ name of the resulting resource.
|
|
61
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
62
|
+
* @param state Any extra arguments used during the lookup.
|
|
63
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
64
|
+
*/
|
|
65
|
+
static get(name, id, state, opts) {
|
|
66
|
+
return new HsmClientCertificate(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
67
|
+
}
|
|
68
|
+
/**
|
|
69
|
+
* Returns true if the given object is an instance of HsmClientCertificate. This is designed to work even
|
|
70
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
71
|
+
*/
|
|
72
|
+
static isInstance(obj) {
|
|
73
|
+
if (obj === undefined || obj === null) {
|
|
74
|
+
return false;
|
|
75
|
+
}
|
|
76
|
+
return obj['__pulumiType'] === HsmClientCertificate.__pulumiType;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
exports.HsmClientCertificate = HsmClientCertificate;
|
|
80
|
+
/** @internal */
|
|
81
|
+
HsmClientCertificate.__pulumiType = 'aws:redshift/hsmClientCertificate:HsmClientCertificate';
|
|
82
|
+
//# sourceMappingURL=hsmClientCertificate.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hsmClientCertificate.js","sourceRoot":"","sources":["../../redshift/hsmClientCertificate.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,MAAa,oBAAqB,SAAQ,MAAM,CAAC,cAAc;IAyD3D,YAAY,IAAY,EAAE,WAAkE,EAAE,IAAmC;QAC7H,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAoD,CAAC;YACnE,cAAc,CAAC,KAAK,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,gCAAgC,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,8BAA8B,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5G,cAAc,CAAC,+BAA+B,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,6BAA6B,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1G,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;SACjE;aAAM;YACH,MAAM,IAAI,GAAG,WAAmD,CAAC;YACjE,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,8BAA8B,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC3E,MAAM,IAAI,KAAK,CAAC,4DAA4D,CAAC,CAAC;aACjF;YACD,cAAc,CAAC,gCAAgC,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,8BAA8B,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1G,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC1C,cAAc,CAAC,+BAA+B,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACvE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,oBAAoB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACzE,CAAC;IA/ED;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAiC,EAAE,IAAmC;QAC/H,OAAO,IAAI,oBAAoB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC3E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,oBAAoB,CAAC,YAAY,CAAC;IACrE,CAAC;;AA1BL,oDAiFC;AAnEG,gBAAgB;AACO,iCAAY,GAAG,wDAAwD,CAAC"}
|
package/redshift/index.d.ts
CHANGED
|
@@ -1,8 +1,12 @@
|
|
|
1
|
+
export * from "./authenticationProfile";
|
|
1
2
|
export * from "./cluster";
|
|
3
|
+
export * from "./endpointAccess";
|
|
2
4
|
export * from "./eventSubscription";
|
|
3
5
|
export * from "./getCluster";
|
|
4
6
|
export * from "./getOrderableCluster";
|
|
5
7
|
export * from "./getServiceAccount";
|
|
8
|
+
export * from "./getSubnetGroup";
|
|
9
|
+
export * from "./hsmClientCertificate";
|
|
6
10
|
export * from "./parameterGroup";
|
|
7
11
|
export * from "./scheduledAction";
|
|
8
12
|
export * from "./securityGroup";
|
|
@@ -10,3 +14,4 @@ export * from "./snapshotCopyGrant";
|
|
|
10
14
|
export * from "./snapshotSchedule";
|
|
11
15
|
export * from "./snapshotScheduleAssociation";
|
|
12
16
|
export * from "./subnetGroup";
|
|
17
|
+
export * from "./usageLimit";
|
package/redshift/index.js
CHANGED
|
@@ -19,11 +19,15 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
19
19
|
const pulumi = require("@pulumi/pulumi");
|
|
20
20
|
const utilities = require("../utilities");
|
|
21
21
|
// Export members:
|
|
22
|
+
__exportStar(require("./authenticationProfile"), exports);
|
|
22
23
|
__exportStar(require("./cluster"), exports);
|
|
24
|
+
__exportStar(require("./endpointAccess"), exports);
|
|
23
25
|
__exportStar(require("./eventSubscription"), exports);
|
|
24
26
|
__exportStar(require("./getCluster"), exports);
|
|
25
27
|
__exportStar(require("./getOrderableCluster"), exports);
|
|
26
28
|
__exportStar(require("./getServiceAccount"), exports);
|
|
29
|
+
__exportStar(require("./getSubnetGroup"), exports);
|
|
30
|
+
__exportStar(require("./hsmClientCertificate"), exports);
|
|
27
31
|
__exportStar(require("./parameterGroup"), exports);
|
|
28
32
|
__exportStar(require("./scheduledAction"), exports);
|
|
29
33
|
__exportStar(require("./securityGroup"), exports);
|
|
@@ -31,9 +35,13 @@ __exportStar(require("./snapshotCopyGrant"), exports);
|
|
|
31
35
|
__exportStar(require("./snapshotSchedule"), exports);
|
|
32
36
|
__exportStar(require("./snapshotScheduleAssociation"), exports);
|
|
33
37
|
__exportStar(require("./subnetGroup"), exports);
|
|
38
|
+
__exportStar(require("./usageLimit"), exports);
|
|
34
39
|
// Import resources to register:
|
|
40
|
+
const authenticationProfile_1 = require("./authenticationProfile");
|
|
35
41
|
const cluster_1 = require("./cluster");
|
|
42
|
+
const endpointAccess_1 = require("./endpointAccess");
|
|
36
43
|
const eventSubscription_1 = require("./eventSubscription");
|
|
44
|
+
const hsmClientCertificate_1 = require("./hsmClientCertificate");
|
|
37
45
|
const parameterGroup_1 = require("./parameterGroup");
|
|
38
46
|
const scheduledAction_1 = require("./scheduledAction");
|
|
39
47
|
const securityGroup_1 = require("./securityGroup");
|
|
@@ -41,14 +49,21 @@ const snapshotCopyGrant_1 = require("./snapshotCopyGrant");
|
|
|
41
49
|
const snapshotSchedule_1 = require("./snapshotSchedule");
|
|
42
50
|
const snapshotScheduleAssociation_1 = require("./snapshotScheduleAssociation");
|
|
43
51
|
const subnetGroup_1 = require("./subnetGroup");
|
|
52
|
+
const usageLimit_1 = require("./usageLimit");
|
|
44
53
|
const _module = {
|
|
45
54
|
version: utilities.getVersion(),
|
|
46
55
|
construct: (name, type, urn) => {
|
|
47
56
|
switch (type) {
|
|
57
|
+
case "aws:redshift/authenticationProfile:AuthenticationProfile":
|
|
58
|
+
return new authenticationProfile_1.AuthenticationProfile(name, undefined, { urn });
|
|
48
59
|
case "aws:redshift/cluster:Cluster":
|
|
49
60
|
return new cluster_1.Cluster(name, undefined, { urn });
|
|
61
|
+
case "aws:redshift/endpointAccess:EndpointAccess":
|
|
62
|
+
return new endpointAccess_1.EndpointAccess(name, undefined, { urn });
|
|
50
63
|
case "aws:redshift/eventSubscription:EventSubscription":
|
|
51
64
|
return new eventSubscription_1.EventSubscription(name, undefined, { urn });
|
|
65
|
+
case "aws:redshift/hsmClientCertificate:HsmClientCertificate":
|
|
66
|
+
return new hsmClientCertificate_1.HsmClientCertificate(name, undefined, { urn });
|
|
52
67
|
case "aws:redshift/parameterGroup:ParameterGroup":
|
|
53
68
|
return new parameterGroup_1.ParameterGroup(name, undefined, { urn });
|
|
54
69
|
case "aws:redshift/scheduledAction:ScheduledAction":
|
|
@@ -63,13 +78,18 @@ const _module = {
|
|
|
63
78
|
return new snapshotScheduleAssociation_1.SnapshotScheduleAssociation(name, undefined, { urn });
|
|
64
79
|
case "aws:redshift/subnetGroup:SubnetGroup":
|
|
65
80
|
return new subnetGroup_1.SubnetGroup(name, undefined, { urn });
|
|
81
|
+
case "aws:redshift/usageLimit:UsageLimit":
|
|
82
|
+
return new usageLimit_1.UsageLimit(name, undefined, { urn });
|
|
66
83
|
default:
|
|
67
84
|
throw new Error(`unknown resource type ${type}`);
|
|
68
85
|
}
|
|
69
86
|
},
|
|
70
87
|
};
|
|
88
|
+
pulumi.runtime.registerResourceModule("aws", "redshift/authenticationProfile", _module);
|
|
71
89
|
pulumi.runtime.registerResourceModule("aws", "redshift/cluster", _module);
|
|
90
|
+
pulumi.runtime.registerResourceModule("aws", "redshift/endpointAccess", _module);
|
|
72
91
|
pulumi.runtime.registerResourceModule("aws", "redshift/eventSubscription", _module);
|
|
92
|
+
pulumi.runtime.registerResourceModule("aws", "redshift/hsmClientCertificate", _module);
|
|
73
93
|
pulumi.runtime.registerResourceModule("aws", "redshift/parameterGroup", _module);
|
|
74
94
|
pulumi.runtime.registerResourceModule("aws", "redshift/scheduledAction", _module);
|
|
75
95
|
pulumi.runtime.registerResourceModule("aws", "redshift/securityGroup", _module);
|
|
@@ -77,4 +97,5 @@ pulumi.runtime.registerResourceModule("aws", "redshift/snapshotCopyGrant", _modu
|
|
|
77
97
|
pulumi.runtime.registerResourceModule("aws", "redshift/snapshotSchedule", _module);
|
|
78
98
|
pulumi.runtime.registerResourceModule("aws", "redshift/snapshotScheduleAssociation", _module);
|
|
79
99
|
pulumi.runtime.registerResourceModule("aws", "redshift/subnetGroup", _module);
|
|
100
|
+
pulumi.runtime.registerResourceModule("aws", "redshift/usageLimit", _module);
|
|
80
101
|
//# sourceMappingURL=index.js.map
|
package/redshift/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../redshift/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C,kBAAkB;AAClB,4CAA0B;AAC1B,sDAAoC;AACpC,+CAA6B;AAC7B,wDAAsC;AACtC,sDAAoC;AACpC,mDAAiC;AACjC,oDAAkC;AAClC,kDAAgC;AAChC,sDAAoC;AACpC,qDAAmC;AACnC,gEAA8C;AAC9C,gDAA8B;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../redshift/index.ts"],"names":[],"mappings":"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"}
|