@pulumi/aws 5.31.0 → 5.32.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.
Files changed (99) hide show
  1. package/acm/certificate.d.ts +1 -1
  2. package/amplify/domainAssociation.d.ts +12 -0
  3. package/amplify/domainAssociation.js +2 -0
  4. package/amplify/domainAssociation.js.map +1 -1
  5. package/apigateway/account.d.ts +1 -1
  6. package/apigateway/account.js +1 -1
  7. package/appsync/dataSource.d.ts +49 -0
  8. package/appsync/dataSource.js +49 -0
  9. package/appsync/dataSource.js.map +1 -1
  10. package/cloudhsmv2/hsm.d.ts +6 -6
  11. package/codebuild/project.d.ts +178 -0
  12. package/codebuild/project.js +178 -0
  13. package/codebuild/project.js.map +1 -1
  14. package/cognito/resourceServer.d.ts +1 -1
  15. package/cognito/resourceServer.js +1 -1
  16. package/dynamodb/table.d.ts +12 -6
  17. package/dynamodb/table.js.map +1 -1
  18. package/ec2/flowLog.d.ts +12 -0
  19. package/ec2/flowLog.js +2 -0
  20. package/ec2/flowLog.js.map +1 -1
  21. package/ec2/getInstances.d.ts +4 -0
  22. package/ec2/getInstances.js.map +1 -1
  23. package/ec2/launchConfiguration.d.ts +2 -0
  24. package/ec2/launchConfiguration.js +2 -0
  25. package/ec2/launchConfiguration.js.map +1 -1
  26. package/ec2transitgateway/getAttachment.d.ts +8 -0
  27. package/ec2transitgateway/getAttachment.js.map +1 -1
  28. package/ecs/getTaskExecution.d.ts +201 -0
  29. package/ecs/getTaskExecution.js +49 -0
  30. package/ecs/getTaskExecution.js.map +1 -0
  31. package/ecs/index.d.ts +3 -0
  32. package/ecs/index.js +4 -1
  33. package/ecs/index.js.map +1 -1
  34. package/eks/cluster.d.ts +28 -0
  35. package/eks/cluster.js +28 -0
  36. package/eks/cluster.js.map +1 -1
  37. package/grafana/workspace.d.ts +12 -0
  38. package/grafana/workspace.js +2 -0
  39. package/grafana/workspace.js.map +1 -1
  40. package/iam/policyAttachment.d.ts +38 -0
  41. package/iam/policyAttachment.js +38 -0
  42. package/iam/policyAttachment.js.map +1 -1
  43. package/lambda/function.d.ts +2 -0
  44. package/lambda/function.js +2 -0
  45. package/lambda/function.js.map +1 -1
  46. package/lambda/getInvocation.d.ts +4 -0
  47. package/lambda/getInvocation.js +4 -0
  48. package/lambda/getInvocation.js.map +1 -1
  49. package/lambda/invocation.d.ts +2 -0
  50. package/lambda/invocation.js +2 -0
  51. package/lambda/invocation.js.map +1 -1
  52. package/licensemanager/getLicenseGrants.d.ts +77 -0
  53. package/licensemanager/getLicenseGrants.js +60 -0
  54. package/licensemanager/getLicenseGrants.js.map +1 -0
  55. package/licensemanager/getReceivedLicense.d.ts +121 -0
  56. package/licensemanager/getReceivedLicense.js +51 -0
  57. package/licensemanager/getReceivedLicense.js.map +1 -0
  58. package/licensemanager/getReceivedLicenses.d.ts +75 -0
  59. package/licensemanager/getReceivedLicenses.js +58 -0
  60. package/licensemanager/getReceivedLicenses.js.map +1 -0
  61. package/licensemanager/index.d.ts +15 -0
  62. package/licensemanager/index.js +20 -1
  63. package/licensemanager/index.js.map +1 -1
  64. package/licensemanager/licenseGrant.d.ts +135 -0
  65. package/licensemanager/licenseGrant.js +85 -0
  66. package/licensemanager/licenseGrant.js.map +1 -0
  67. package/licensemanager/licenseGrantAccepter.d.ts +123 -0
  68. package/licensemanager/licenseGrantAccepter.js +79 -0
  69. package/licensemanager/licenseGrantAccepter.js.map +1 -0
  70. package/organizations/policy.d.ts +16 -0
  71. package/organizations/policy.js +16 -0
  72. package/organizations/policy.js.map +1 -1
  73. package/package.json +2 -2
  74. package/package.json.dev +2 -2
  75. package/rds/instance.d.ts +12 -6
  76. package/rds/instance.js +2 -0
  77. package/rds/instance.js.map +1 -1
  78. package/rds/snapshot.d.ts +12 -0
  79. package/rds/snapshot.js +2 -0
  80. package/rds/snapshot.js.map +1 -1
  81. package/redshift/clusterSnapshot.d.ts +137 -0
  82. package/redshift/clusterSnapshot.js +80 -0
  83. package/redshift/clusterSnapshot.js.map +1 -0
  84. package/redshift/index.d.ts +3 -0
  85. package/redshift/index.js +6 -1
  86. package/redshift/index.js.map +1 -1
  87. package/redshiftserverless/namespace.d.ts +3 -3
  88. package/route53/hostedZoneDnsSec.d.ts +4 -25
  89. package/route53/hostedZoneDnsSec.js +4 -25
  90. package/route53/hostedZoneDnsSec.js.map +1 -1
  91. package/sagemaker/domain.d.ts +3 -3
  92. package/sesv2/configurationSet.d.ts +12 -0
  93. package/sesv2/configurationSet.js +2 -0
  94. package/sesv2/configurationSet.js.map +1 -1
  95. package/transfer/server.d.ts +15 -3
  96. package/transfer/server.js +2 -0
  97. package/transfer/server.js.map +1 -1
  98. package/types/input.d.ts +505 -11
  99. package/types/output.d.ts +444 -11
@@ -0,0 +1,137 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Creates a Redshift cluster snapshot
4
+ *
5
+ * ## Import
6
+ *
7
+ * Redshift Cluster Snapshots support import by `snapshot_identifier`, e.g., console
8
+ *
9
+ * ```sh
10
+ * $ pulumi import aws:redshift/clusterSnapshot:ClusterSnapshot test example
11
+ * ```
12
+ */
13
+ export declare class ClusterSnapshot extends pulumi.CustomResource {
14
+ /**
15
+ * Get an existing ClusterSnapshot resource's state with the given name, ID, and optional extra
16
+ * properties used to qualify the lookup.
17
+ *
18
+ * @param name The _unique_ name of the resulting resource.
19
+ * @param id The _unique_ provider ID of the resource to lookup.
20
+ * @param state Any extra arguments used during the lookup.
21
+ * @param opts Optional settings to control the behavior of the CustomResource.
22
+ */
23
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ClusterSnapshotState, opts?: pulumi.CustomResourceOptions): ClusterSnapshot;
24
+ /**
25
+ * Returns true if the given object is an instance of ClusterSnapshot. This is designed to work even
26
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
27
+ */
28
+ static isInstance(obj: any): obj is ClusterSnapshot;
29
+ /**
30
+ * Amazon Resource Name (ARN) of the snapshot.
31
+ */
32
+ readonly arn: pulumi.Output<string>;
33
+ /**
34
+ * The cluster identifier for which you want a snapshot.
35
+ */
36
+ readonly clusterIdentifier: pulumi.Output<string>;
37
+ /**
38
+ * The Key Management Service (KMS) key ID of the encryption key that was used to encrypt data in the cluster from which the snapshot was taken.
39
+ */
40
+ readonly kmsKeyId: pulumi.Output<string>;
41
+ /**
42
+ * The number of days that a manual snapshot is retained. If the value is `-1`, the manual snapshot is retained indefinitely. Valid values are -1 and between `1` and `3653`.
43
+ */
44
+ readonly manualSnapshotRetentionPeriod: pulumi.Output<number | undefined>;
45
+ /**
46
+ * For manual snapshots, the Amazon Web Services account used to create or copy the snapshot. For automatic snapshots, the owner of the cluster. The owner can perform all snapshot actions, such as sharing a manual snapshot.
47
+ */
48
+ readonly ownerAccount: pulumi.Output<string>;
49
+ /**
50
+ * A unique identifier for the snapshot that you are requesting. This identifier must be unique for all snapshots within the Amazon Web Services account.
51
+ */
52
+ readonly snapshotIdentifier: pulumi.Output<string>;
53
+ /**
54
+ * A map of tags to assign to the resource. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
55
+ */
56
+ readonly tags: pulumi.Output<{
57
+ [key: string]: string;
58
+ } | undefined>;
59
+ /**
60
+ * A map of tags assigned to the resource, including those inherited from the provider `defaultTags` configuration block.
61
+ */
62
+ readonly tagsAll: pulumi.Output<{
63
+ [key: string]: string;
64
+ }>;
65
+ /**
66
+ * Create a ClusterSnapshot resource with the given unique name, arguments, and options.
67
+ *
68
+ * @param name The _unique_ name of the resource.
69
+ * @param args The arguments to use to populate this resource's properties.
70
+ * @param opts A bag of options that control this resource's behavior.
71
+ */
72
+ constructor(name: string, args: ClusterSnapshotArgs, opts?: pulumi.CustomResourceOptions);
73
+ }
74
+ /**
75
+ * Input properties used for looking up and filtering ClusterSnapshot resources.
76
+ */
77
+ export interface ClusterSnapshotState {
78
+ /**
79
+ * Amazon Resource Name (ARN) of the snapshot.
80
+ */
81
+ arn?: pulumi.Input<string>;
82
+ /**
83
+ * The cluster identifier for which you want a snapshot.
84
+ */
85
+ clusterIdentifier?: pulumi.Input<string>;
86
+ /**
87
+ * The Key Management Service (KMS) key ID of the encryption key that was used to encrypt data in the cluster from which the snapshot was taken.
88
+ */
89
+ kmsKeyId?: pulumi.Input<string>;
90
+ /**
91
+ * The number of days that a manual snapshot is retained. If the value is `-1`, the manual snapshot is retained indefinitely. Valid values are -1 and between `1` and `3653`.
92
+ */
93
+ manualSnapshotRetentionPeriod?: pulumi.Input<number>;
94
+ /**
95
+ * For manual snapshots, the Amazon Web Services account used to create or copy the snapshot. For automatic snapshots, the owner of the cluster. The owner can perform all snapshot actions, such as sharing a manual snapshot.
96
+ */
97
+ ownerAccount?: pulumi.Input<string>;
98
+ /**
99
+ * A unique identifier for the snapshot that you are requesting. This identifier must be unique for all snapshots within the Amazon Web Services account.
100
+ */
101
+ snapshotIdentifier?: pulumi.Input<string>;
102
+ /**
103
+ * A map of tags to assign to the resource. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
104
+ */
105
+ tags?: pulumi.Input<{
106
+ [key: string]: pulumi.Input<string>;
107
+ }>;
108
+ /**
109
+ * A map of tags assigned to the resource, including those inherited from the provider `defaultTags` configuration block.
110
+ */
111
+ tagsAll?: pulumi.Input<{
112
+ [key: string]: pulumi.Input<string>;
113
+ }>;
114
+ }
115
+ /**
116
+ * The set of arguments for constructing a ClusterSnapshot resource.
117
+ */
118
+ export interface ClusterSnapshotArgs {
119
+ /**
120
+ * The cluster identifier for which you want a snapshot.
121
+ */
122
+ clusterIdentifier: pulumi.Input<string>;
123
+ /**
124
+ * The number of days that a manual snapshot is retained. If the value is `-1`, the manual snapshot is retained indefinitely. Valid values are -1 and between `1` and `3653`.
125
+ */
126
+ manualSnapshotRetentionPeriod?: pulumi.Input<number>;
127
+ /**
128
+ * A unique identifier for the snapshot that you are requesting. This identifier must be unique for all snapshots within the Amazon Web Services account.
129
+ */
130
+ snapshotIdentifier: pulumi.Input<string>;
131
+ /**
132
+ * A map of tags to assign to the resource. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
133
+ */
134
+ tags?: pulumi.Input<{
135
+ [key: string]: pulumi.Input<string>;
136
+ }>;
137
+ }
@@ -0,0 +1,80 @@
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.ClusterSnapshot = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Creates a Redshift cluster snapshot
10
+ *
11
+ * ## Import
12
+ *
13
+ * Redshift Cluster Snapshots support import by `snapshot_identifier`, e.g., console
14
+ *
15
+ * ```sh
16
+ * $ pulumi import aws:redshift/clusterSnapshot:ClusterSnapshot test example
17
+ * ```
18
+ */
19
+ class ClusterSnapshot extends pulumi.CustomResource {
20
+ /**
21
+ * Get an existing ClusterSnapshot resource's state with the given name, ID, and optional extra
22
+ * properties used to qualify the lookup.
23
+ *
24
+ * @param name The _unique_ name of the resulting resource.
25
+ * @param id The _unique_ provider ID of the resource to lookup.
26
+ * @param state Any extra arguments used during the lookup.
27
+ * @param opts Optional settings to control the behavior of the CustomResource.
28
+ */
29
+ static get(name, id, state, opts) {
30
+ return new ClusterSnapshot(name, state, Object.assign(Object.assign({}, opts), { id: id }));
31
+ }
32
+ /**
33
+ * Returns true if the given object is an instance of ClusterSnapshot. This is designed to work even
34
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
35
+ */
36
+ static isInstance(obj) {
37
+ if (obj === undefined || obj === null) {
38
+ return false;
39
+ }
40
+ return obj['__pulumiType'] === ClusterSnapshot.__pulumiType;
41
+ }
42
+ constructor(name, argsOrState, opts) {
43
+ let resourceInputs = {};
44
+ opts = opts || {};
45
+ if (opts.id) {
46
+ const state = argsOrState;
47
+ resourceInputs["arn"] = state ? state.arn : undefined;
48
+ resourceInputs["clusterIdentifier"] = state ? state.clusterIdentifier : undefined;
49
+ resourceInputs["kmsKeyId"] = state ? state.kmsKeyId : undefined;
50
+ resourceInputs["manualSnapshotRetentionPeriod"] = state ? state.manualSnapshotRetentionPeriod : undefined;
51
+ resourceInputs["ownerAccount"] = state ? state.ownerAccount : undefined;
52
+ resourceInputs["snapshotIdentifier"] = state ? state.snapshotIdentifier : undefined;
53
+ resourceInputs["tags"] = state ? state.tags : undefined;
54
+ resourceInputs["tagsAll"] = state ? state.tagsAll : undefined;
55
+ }
56
+ else {
57
+ const args = argsOrState;
58
+ if ((!args || args.clusterIdentifier === undefined) && !opts.urn) {
59
+ throw new Error("Missing required property 'clusterIdentifier'");
60
+ }
61
+ if ((!args || args.snapshotIdentifier === undefined) && !opts.urn) {
62
+ throw new Error("Missing required property 'snapshotIdentifier'");
63
+ }
64
+ resourceInputs["clusterIdentifier"] = args ? args.clusterIdentifier : undefined;
65
+ resourceInputs["manualSnapshotRetentionPeriod"] = args ? args.manualSnapshotRetentionPeriod : undefined;
66
+ resourceInputs["snapshotIdentifier"] = args ? args.snapshotIdentifier : undefined;
67
+ resourceInputs["tags"] = args ? args.tags : undefined;
68
+ resourceInputs["arn"] = undefined /*out*/;
69
+ resourceInputs["kmsKeyId"] = undefined /*out*/;
70
+ resourceInputs["ownerAccount"] = undefined /*out*/;
71
+ resourceInputs["tagsAll"] = undefined /*out*/;
72
+ }
73
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
74
+ super(ClusterSnapshot.__pulumiType, name, resourceInputs, opts);
75
+ }
76
+ }
77
+ exports.ClusterSnapshot = ClusterSnapshot;
78
+ /** @internal */
79
+ ClusterSnapshot.__pulumiType = 'aws:redshift/clusterSnapshot:ClusterSnapshot';
80
+ //# sourceMappingURL=clusterSnapshot.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"clusterSnapshot.js","sourceRoot":"","sources":["../../redshift/clusterSnapshot.ts"],"names":[],"mappings":"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"}
@@ -7,6 +7,9 @@ export declare const Cluster: typeof import("./cluster").Cluster;
7
7
  export { ClusterIamRolesArgs, ClusterIamRolesState } from "./clusterIamRoles";
8
8
  export type ClusterIamRoles = import("./clusterIamRoles").ClusterIamRoles;
9
9
  export declare const ClusterIamRoles: typeof import("./clusterIamRoles").ClusterIamRoles;
10
+ export { ClusterSnapshotArgs, ClusterSnapshotState } from "./clusterSnapshot";
11
+ export type ClusterSnapshot = import("./clusterSnapshot").ClusterSnapshot;
12
+ export declare const ClusterSnapshot: typeof import("./clusterSnapshot").ClusterSnapshot;
10
13
  export { EndpointAccessArgs, EndpointAccessState } from "./endpointAccess";
11
14
  export type EndpointAccess = import("./endpointAccess").EndpointAccess;
12
15
  export declare const EndpointAccess: typeof import("./endpointAccess").EndpointAccess;
package/redshift/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
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.UsageLimit = exports.SubnetGroup = exports.SnapshotScheduleAssociation = exports.SnapshotSchedule = exports.SnapshotCopyGrant = exports.SecurityGroup = exports.ScheduledAction = exports.Partner = exports.ParameterGroup = exports.HsmConfiguration = exports.HsmClientCertificate = exports.getSubnetGroupOutput = exports.getSubnetGroup = exports.getServiceAccountOutput = exports.getServiceAccount = exports.getOrderableClusterOutput = exports.getOrderableCluster = exports.getClusterCredentialsOutput = exports.getClusterCredentials = exports.getClusterOutput = exports.getCluster = exports.EventSubscription = exports.EndpointAuthorization = exports.EndpointAccess = exports.ClusterIamRoles = exports.Cluster = exports.AuthenticationProfile = void 0;
5
+ exports.UsageLimit = exports.SubnetGroup = exports.SnapshotScheduleAssociation = exports.SnapshotSchedule = exports.SnapshotCopyGrant = exports.SecurityGroup = exports.ScheduledAction = exports.Partner = exports.ParameterGroup = exports.HsmConfiguration = exports.HsmClientCertificate = exports.getSubnetGroupOutput = exports.getSubnetGroup = exports.getServiceAccountOutput = exports.getServiceAccount = exports.getOrderableClusterOutput = exports.getOrderableCluster = exports.getClusterCredentialsOutput = exports.getClusterCredentials = exports.getClusterOutput = exports.getCluster = exports.EventSubscription = exports.EndpointAuthorization = exports.EndpointAccess = exports.ClusterSnapshot = exports.ClusterIamRoles = exports.Cluster = exports.AuthenticationProfile = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  exports.AuthenticationProfile = null;
@@ -11,6 +11,8 @@ exports.Cluster = null;
11
11
  utilities.lazyLoad(exports, ["Cluster"], () => require("./cluster"));
12
12
  exports.ClusterIamRoles = null;
13
13
  utilities.lazyLoad(exports, ["ClusterIamRoles"], () => require("./clusterIamRoles"));
14
+ exports.ClusterSnapshot = null;
15
+ utilities.lazyLoad(exports, ["ClusterSnapshot"], () => require("./clusterSnapshot"));
14
16
  exports.EndpointAccess = null;
15
17
  utilities.lazyLoad(exports, ["EndpointAccess"], () => require("./endpointAccess"));
16
18
  exports.EndpointAuthorization = null;
@@ -64,6 +66,8 @@ const _module = {
64
66
  return new exports.Cluster(name, undefined, { urn });
65
67
  case "aws:redshift/clusterIamRoles:ClusterIamRoles":
66
68
  return new exports.ClusterIamRoles(name, undefined, { urn });
69
+ case "aws:redshift/clusterSnapshot:ClusterSnapshot":
70
+ return new exports.ClusterSnapshot(name, undefined, { urn });
67
71
  case "aws:redshift/endpointAccess:EndpointAccess":
68
72
  return new exports.EndpointAccess(name, undefined, { urn });
69
73
  case "aws:redshift/endpointAuthorization:EndpointAuthorization":
@@ -100,6 +104,7 @@ const _module = {
100
104
  pulumi.runtime.registerResourceModule("aws", "redshift/authenticationProfile", _module);
101
105
  pulumi.runtime.registerResourceModule("aws", "redshift/cluster", _module);
102
106
  pulumi.runtime.registerResourceModule("aws", "redshift/clusterIamRoles", _module);
107
+ pulumi.runtime.registerResourceModule("aws", "redshift/clusterSnapshot", _module);
103
108
  pulumi.runtime.registerResourceModule("aws", "redshift/endpointAccess", _module);
104
109
  pulumi.runtime.registerResourceModule("aws", "redshift/endpointAuthorization", _module);
105
110
  pulumi.runtime.registerResourceModule("aws", "redshift/eventSubscription", _module);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../redshift/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../redshift/index.ts"],"names":[],"mappings":"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"}
@@ -52,7 +52,7 @@ export declare class Namespace extends pulumi.CustomResource {
52
52
  */
53
53
  readonly dbName: pulumi.Output<string>;
54
54
  /**
55
- * The Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace.
55
+ * The Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace. When specifying `defaultIamRoleArn`, it also must be part of `iamRoles`.
56
56
  */
57
57
  readonly defaultIamRoleArn: pulumi.Output<string | undefined>;
58
58
  /**
@@ -117,7 +117,7 @@ export interface NamespaceState {
117
117
  */
118
118
  dbName?: pulumi.Input<string>;
119
119
  /**
120
- * The Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace.
120
+ * The Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace. When specifying `defaultIamRoleArn`, it also must be part of `iamRoles`.
121
121
  */
122
122
  defaultIamRoleArn?: pulumi.Input<string>;
123
123
  /**
@@ -170,7 +170,7 @@ export interface NamespaceArgs {
170
170
  */
171
171
  dbName?: pulumi.Input<string>;
172
172
  /**
173
- * The Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace.
173
+ * The Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace. When specifying `defaultIamRoleArn`, it also must be part of `iamRoles`.
174
174
  */
175
175
  defaultIamRoleArn?: pulumi.Input<string>;
176
176
  /**
@@ -15,48 +15,27 @@ import * as pulumi from "@pulumi/pulumi";
15
15
  * customerMasterKeySpec: "ECC_NIST_P256",
16
16
  * deletionWindowInDays: 7,
17
17
  * keyUsage: "SIGN_VERIFY",
18
- * policy: Promise.all([current, current]).then(([current, current1]) => JSON.stringify({
18
+ * policy: current.then(current => JSON.stringify({
19
19
  * Statement: [
20
20
  * {
21
21
  * Action: [
22
22
  * "kms:DescribeKey",
23
23
  * "kms:GetPublicKey",
24
24
  * "kms:Sign",
25
+ * "kms:Verify",
25
26
  * ],
26
27
  * Effect: "Allow",
27
28
  * Principal: {
28
29
  * Service: "dnssec-route53.amazonaws.com",
29
30
  * },
30
- * Sid: "Allow Route 53 DNSSEC Service",
31
31
  * Resource: "*",
32
- * Condition: {
33
- * StringEquals: {
34
- * "aws:SourceAccount": current.accountId,
35
- * },
36
- * ArnLike: {
37
- * "aws:SourceArn": "arn:aws:route53:::hostedzone/*",
38
- * },
39
- * },
40
- * },
41
- * {
42
- * Action: "kms:CreateGrant",
43
- * Effect: "Allow",
44
- * Principal: {
45
- * Service: "dnssec-route53.amazonaws.com",
46
- * },
47
- * Sid: "Allow Route 53 DNSSEC Service to CreateGrant",
48
- * Resource: "*",
49
- * Condition: {
50
- * Bool: {
51
- * "kms:GrantIsForAWSResource": "true",
52
- * },
53
- * },
32
+ * Sid: "Allow Route 53 DNSSEC Service",
54
33
  * },
55
34
  * {
56
35
  * Action: "kms:*",
57
36
  * Effect: "Allow",
58
37
  * Principal: {
59
- * AWS: `arn:aws:iam::${current1.accountId}:root`,
38
+ * AWS: `arn:aws:iam::${current.accountId}:root`,
60
39
  * },
61
40
  * Resource: "*",
62
41
  * Sid: "Enable IAM User Permissions",
@@ -21,48 +21,27 @@ const utilities = require("../utilities");
21
21
  * customerMasterKeySpec: "ECC_NIST_P256",
22
22
  * deletionWindowInDays: 7,
23
23
  * keyUsage: "SIGN_VERIFY",
24
- * policy: Promise.all([current, current]).then(([current, current1]) => JSON.stringify({
24
+ * policy: current.then(current => JSON.stringify({
25
25
  * Statement: [
26
26
  * {
27
27
  * Action: [
28
28
  * "kms:DescribeKey",
29
29
  * "kms:GetPublicKey",
30
30
  * "kms:Sign",
31
+ * "kms:Verify",
31
32
  * ],
32
33
  * Effect: "Allow",
33
34
  * Principal: {
34
35
  * Service: "dnssec-route53.amazonaws.com",
35
36
  * },
36
- * Sid: "Allow Route 53 DNSSEC Service",
37
37
  * Resource: "*",
38
- * Condition: {
39
- * StringEquals: {
40
- * "aws:SourceAccount": current.accountId,
41
- * },
42
- * ArnLike: {
43
- * "aws:SourceArn": "arn:aws:route53:::hostedzone/*",
44
- * },
45
- * },
46
- * },
47
- * {
48
- * Action: "kms:CreateGrant",
49
- * Effect: "Allow",
50
- * Principal: {
51
- * Service: "dnssec-route53.amazonaws.com",
52
- * },
53
- * Sid: "Allow Route 53 DNSSEC Service to CreateGrant",
54
- * Resource: "*",
55
- * Condition: {
56
- * Bool: {
57
- * "kms:GrantIsForAWSResource": "true",
58
- * },
59
- * },
38
+ * Sid: "Allow Route 53 DNSSEC Service",
60
39
  * },
61
40
  * {
62
41
  * Action: "kms:*",
63
42
  * Effect: "Allow",
64
43
  * Principal: {
65
- * AWS: `arn:aws:iam::${current1.accountId}:root`,
44
+ * AWS: `arn:aws:iam::${current.accountId}:root`,
66
45
  * },
67
46
  * Resource: "*",
68
47
  * Sid: "Enable IAM User Permissions",
@@ -1 +1 @@
1
- {"version":3,"file":"hostedZoneDnsSec.js","sourceRoot":"","sources":["../../route53/hostedZoneDnsSec.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmFG;AACH,MAAa,gBAAiB,SAAQ,MAAM,CAAC,cAAc;IACvD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA6B,EAAE,IAAmC;QAC3H,OAAO,IAAI,gBAAgB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACvE,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,gBAAgB,CAAC,YAAY,CAAC;IACjE,CAAC;IAmBD,YAAY,IAAY,EAAE,WAA0D,EAAE,IAAmC;QACrH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAgD,CAAC;YAC/D,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7E;aAAM;YACH,MAAM,IAAI,GAAG,WAA+C,CAAC;YAC7D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,YAAY,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACzD,MAAM,IAAI,KAAK,CAAC,0CAA0C,CAAC,CAAC;aAC/D;YACD,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3E;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,gBAAgB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACrE,CAAC;;AA9DL,4CA+DC;AAjDG,gBAAgB;AACO,6BAAY,GAAG,+CAA+C,CAAC"}
1
+ {"version":3,"file":"hostedZoneDnsSec.js","sourceRoot":"","sources":["../../route53/hostedZoneDnsSec.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8DG;AACH,MAAa,gBAAiB,SAAQ,MAAM,CAAC,cAAc;IACvD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA6B,EAAE,IAAmC;QAC3H,OAAO,IAAI,gBAAgB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACvE,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,gBAAgB,CAAC,YAAY,CAAC;IACjE,CAAC;IAmBD,YAAY,IAAY,EAAE,WAA0D,EAAE,IAAmC;QACrH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAgD,CAAC;YAC/D,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7E;aAAM;YACH,MAAM,IAAI,GAAG,WAA+C,CAAC;YAC7D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,YAAY,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACzD,MAAM,IAAI,KAAK,CAAC,0CAA0C,CAAC,CAAC;aAC/D;YACD,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3E;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,gBAAgB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACrE,CAAC;;AA9DL,4CA+DC;AAjDG,gBAAgB;AACO,6BAAY,GAAG,+CAA+C,CAAC"}
@@ -102,7 +102,7 @@ export declare class Domain extends pulumi.CustomResource {
102
102
  */
103
103
  readonly appNetworkAccessType: pulumi.Output<string | undefined>;
104
104
  /**
105
- * The entity that creates and manages the required security groups for inter-app communication in `VPCOnly` mode. Valid values are `Service` and `Customer`.* `domainSettings` - (Optional) The domain settings. See Domain Settings below.
105
+ * The entity that creates and manages the required security groups for inter-app communication in `VPCOnly` mode. Valid values are `Service` and `Customer`.
106
106
  */
107
107
  readonly appSecurityGroupManagement: pulumi.Output<string | undefined>;
108
108
  /**
@@ -188,7 +188,7 @@ export interface DomainState {
188
188
  */
189
189
  appNetworkAccessType?: pulumi.Input<string>;
190
190
  /**
191
- * The entity that creates and manages the required security groups for inter-app communication in `VPCOnly` mode. Valid values are `Service` and `Customer`.* `domainSettings` - (Optional) The domain settings. See Domain Settings below.
191
+ * The entity that creates and manages the required security groups for inter-app communication in `VPCOnly` mode. Valid values are `Service` and `Customer`.
192
192
  */
193
193
  appSecurityGroupManagement?: pulumi.Input<string>;
194
194
  /**
@@ -266,7 +266,7 @@ export interface DomainArgs {
266
266
  */
267
267
  appNetworkAccessType?: pulumi.Input<string>;
268
268
  /**
269
- * The entity that creates and manages the required security groups for inter-app communication in `VPCOnly` mode. Valid values are `Service` and `Customer`.* `domainSettings` - (Optional) The domain settings. See Domain Settings below.
269
+ * The entity that creates and manages the required security groups for inter-app communication in `VPCOnly` mode. Valid values are `Service` and `Customer`.
270
270
  */
271
271
  appSecurityGroupManagement?: pulumi.Input<string>;
272
272
  /**
@@ -95,6 +95,10 @@ export declare class ConfigurationSet extends pulumi.CustomResource {
95
95
  * An object that defines the open and click tracking options for emails that you send using the configuration set.
96
96
  */
97
97
  readonly trackingOptions: pulumi.Output<outputs.sesv2.ConfigurationSetTrackingOptions | undefined>;
98
+ /**
99
+ * An object that defines the VDM settings that apply to emails that you send using the configuration set.
100
+ */
101
+ readonly vdmOptions: pulumi.Output<outputs.sesv2.ConfigurationSetVdmOptions | undefined>;
98
102
  /**
99
103
  * Create a ConfigurationSet resource with the given unique name, arguments, and options.
100
104
  *
@@ -145,6 +149,10 @@ export interface ConfigurationSetState {
145
149
  * An object that defines the open and click tracking options for emails that you send using the configuration set.
146
150
  */
147
151
  trackingOptions?: pulumi.Input<inputs.sesv2.ConfigurationSetTrackingOptions>;
152
+ /**
153
+ * An object that defines the VDM settings that apply to emails that you send using the configuration set.
154
+ */
155
+ vdmOptions?: pulumi.Input<inputs.sesv2.ConfigurationSetVdmOptions>;
148
156
  }
149
157
  /**
150
158
  * The set of arguments for constructing a ConfigurationSet resource.
@@ -180,4 +188,8 @@ export interface ConfigurationSetArgs {
180
188
  * An object that defines the open and click tracking options for emails that you send using the configuration set.
181
189
  */
182
190
  trackingOptions?: pulumi.Input<inputs.sesv2.ConfigurationSetTrackingOptions>;
191
+ /**
192
+ * An object that defines the VDM settings that apply to emails that you send using the configuration set.
193
+ */
194
+ vdmOptions?: pulumi.Input<inputs.sesv2.ConfigurationSetVdmOptions>;
183
195
  }
@@ -83,6 +83,7 @@ class ConfigurationSet extends pulumi.CustomResource {
83
83
  resourceInputs["tags"] = state ? state.tags : undefined;
84
84
  resourceInputs["tagsAll"] = state ? state.tagsAll : undefined;
85
85
  resourceInputs["trackingOptions"] = state ? state.trackingOptions : undefined;
86
+ resourceInputs["vdmOptions"] = state ? state.vdmOptions : undefined;
86
87
  }
87
88
  else {
88
89
  const args = argsOrState;
@@ -96,6 +97,7 @@ class ConfigurationSet extends pulumi.CustomResource {
96
97
  resourceInputs["suppressionOptions"] = args ? args.suppressionOptions : undefined;
97
98
  resourceInputs["tags"] = args ? args.tags : undefined;
98
99
  resourceInputs["trackingOptions"] = args ? args.trackingOptions : undefined;
100
+ resourceInputs["vdmOptions"] = args ? args.vdmOptions : undefined;
99
101
  resourceInputs["arn"] = undefined /*out*/;
100
102
  resourceInputs["tagsAll"] = undefined /*out*/;
101
103
  }
@@ -1 +1 @@
1
- {"version":3,"file":"configurationSet.js","sourceRoot":"","sources":["../../sesv2/configurationSet.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"configurationSet.js","sourceRoot":"","sources":["../../sesv2/configurationSet.ts"],"names":[],"mappings":"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"}
@@ -149,7 +149,7 @@ export declare class Server extends pulumi.CustomResource {
149
149
  */
150
150
  readonly function: pulumi.Output<string | undefined>;
151
151
  /**
152
- * RSA private key (e.g., as generated by the `ssh-keygen -N "" -m PEM -f my-new-server-key` command).
152
+ * RSA, ECDSA, or ED25519 private key (e.g., as generated by the `ssh-keygen -t rsa -b 2048 -N "" -m PEM -f my-new-server-key`, `ssh-keygen -t ecdsa -b 256 -N "" -m PEM -f my-new-server-key` or `ssh-keygen -t ed25519 -N "" -f my-new-server-key` commands).
153
153
  */
154
154
  readonly hostKey: pulumi.Output<string | undefined>;
155
155
  /**
@@ -176,6 +176,10 @@ export declare class Server extends pulumi.CustomResource {
176
176
  * Specify a string to display when users connect to a server. This string is displayed before the user authenticates.
177
177
  */
178
178
  readonly preAuthenticationLoginBanner: pulumi.Output<string | undefined>;
179
+ /**
180
+ * The protocol settings that are configured for your server.
181
+ */
182
+ readonly protocolDetails: pulumi.Output<outputs.transfer.ServerProtocolDetails>;
179
183
  /**
180
184
  * Specifies the file transfer protocol or protocols over which your file transfer protocol client can connect to your server's endpoint. This defaults to `SFTP` . The available protocols are:
181
185
  */
@@ -254,7 +258,7 @@ export interface ServerState {
254
258
  */
255
259
  function?: pulumi.Input<string>;
256
260
  /**
257
- * RSA private key (e.g., as generated by the `ssh-keygen -N "" -m PEM -f my-new-server-key` command).
261
+ * RSA, ECDSA, or ED25519 private key (e.g., as generated by the `ssh-keygen -t rsa -b 2048 -N "" -m PEM -f my-new-server-key`, `ssh-keygen -t ecdsa -b 256 -N "" -m PEM -f my-new-server-key` or `ssh-keygen -t ed25519 -N "" -f my-new-server-key` commands).
258
262
  */
259
263
  hostKey?: pulumi.Input<string>;
260
264
  /**
@@ -281,6 +285,10 @@ export interface ServerState {
281
285
  * Specify a string to display when users connect to a server. This string is displayed before the user authenticates.
282
286
  */
283
287
  preAuthenticationLoginBanner?: pulumi.Input<string>;
288
+ /**
289
+ * The protocol settings that are configured for your server.
290
+ */
291
+ protocolDetails?: pulumi.Input<inputs.transfer.ServerProtocolDetails>;
284
292
  /**
285
293
  * Specifies the file transfer protocol or protocols over which your file transfer protocol client can connect to your server's endpoint. This defaults to `SFTP` . The available protocols are:
286
294
  */
@@ -343,7 +351,7 @@ export interface ServerArgs {
343
351
  */
344
352
  function?: pulumi.Input<string>;
345
353
  /**
346
- * RSA private key (e.g., as generated by the `ssh-keygen -N "" -m PEM -f my-new-server-key` command).
354
+ * RSA, ECDSA, or ED25519 private key (e.g., as generated by the `ssh-keygen -t rsa -b 2048 -N "" -m PEM -f my-new-server-key`, `ssh-keygen -t ecdsa -b 256 -N "" -m PEM -f my-new-server-key` or `ssh-keygen -t ed25519 -N "" -f my-new-server-key` commands).
347
355
  */
348
356
  hostKey?: pulumi.Input<string>;
349
357
  /**
@@ -366,6 +374,10 @@ export interface ServerArgs {
366
374
  * Specify a string to display when users connect to a server. This string is displayed before the user authenticates.
367
375
  */
368
376
  preAuthenticationLoginBanner?: pulumi.Input<string>;
377
+ /**
378
+ * The protocol settings that are configured for your server.
379
+ */
380
+ protocolDetails?: pulumi.Input<inputs.transfer.ServerProtocolDetails>;
369
381
  /**
370
382
  * Specifies the file transfer protocol or protocols over which your file transfer protocol client can connect to your server's endpoint. This defaults to `SFTP` . The available protocols are:
371
383
  */
@@ -144,6 +144,7 @@ class Server extends pulumi.CustomResource {
144
144
  resourceInputs["loggingRole"] = state ? state.loggingRole : undefined;
145
145
  resourceInputs["postAuthenticationLoginBanner"] = state ? state.postAuthenticationLoginBanner : undefined;
146
146
  resourceInputs["preAuthenticationLoginBanner"] = state ? state.preAuthenticationLoginBanner : undefined;
147
+ resourceInputs["protocolDetails"] = state ? state.protocolDetails : undefined;
147
148
  resourceInputs["protocols"] = state ? state.protocols : undefined;
148
149
  resourceInputs["securityPolicyName"] = state ? state.securityPolicyName : undefined;
149
150
  resourceInputs["tags"] = state ? state.tags : undefined;
@@ -166,6 +167,7 @@ class Server extends pulumi.CustomResource {
166
167
  resourceInputs["loggingRole"] = args ? args.loggingRole : undefined;
167
168
  resourceInputs["postAuthenticationLoginBanner"] = (args === null || args === void 0 ? void 0 : args.postAuthenticationLoginBanner) ? pulumi.secret(args.postAuthenticationLoginBanner) : undefined;
168
169
  resourceInputs["preAuthenticationLoginBanner"] = (args === null || args === void 0 ? void 0 : args.preAuthenticationLoginBanner) ? pulumi.secret(args.preAuthenticationLoginBanner) : undefined;
170
+ resourceInputs["protocolDetails"] = args ? args.protocolDetails : undefined;
169
171
  resourceInputs["protocols"] = args ? args.protocols : undefined;
170
172
  resourceInputs["securityPolicyName"] = args ? args.securityPolicyName : undefined;
171
173
  resourceInputs["tags"] = args ? args.tags : undefined;