@pulumi/aws 4.33.1 → 4.34.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/appstream/fleet.d.ts +3 -3
- package/batch/getJobQueue.d.ts +4 -0
- package/batch/getJobQueue.js.map +1 -1
- package/batch/getSchedulingPolicy.d.ts +69 -0
- package/batch/getSchedulingPolicy.js +39 -0
- package/batch/getSchedulingPolicy.js.map +1 -0
- package/batch/index.d.ts +2 -0
- package/batch/index.js +6 -0
- package/batch/index.js.map +1 -1
- package/batch/jobQueue.d.ts +37 -0
- package/batch/jobQueue.js +27 -0
- package/batch/jobQueue.js.map +1 -1
- package/batch/schedulingPolicy.d.ts +134 -0
- package/batch/schedulingPolicy.js +97 -0
- package/batch/schedulingPolicy.js.map +1 -0
- package/cloud9/environmentMembership.d.ts +106 -0
- package/cloud9/environmentMembership.js +92 -0
- package/cloud9/environmentMembership.js.map +1 -0
- package/cloud9/index.d.ts +1 -0
- package/cloud9/index.js +5 -0
- package/cloud9/index.js.map +1 -1
- package/cloudwatch/eventTarget.d.ts +48 -3
- package/cloudwatch/eventTarget.js +45 -0
- package/cloudwatch/eventTarget.js.map +1 -1
- package/codebuild/index.d.ts +1 -0
- package/codebuild/index.js +5 -0
- package/codebuild/index.js.map +1 -1
- package/codebuild/project.d.ts +49 -5
- package/codebuild/project.js +8 -0
- package/codebuild/project.js.map +1 -1
- package/codebuild/resourcePolicy.d.ts +108 -0
- package/codebuild/resourcePolicy.js +107 -0
- package/codebuild/resourcePolicy.js.map +1 -0
- package/codepipeline/webhook.d.ts +8 -0
- package/codepipeline/webhook.js +2 -0
- package/codepipeline/webhook.js.map +1 -1
- package/cognito/getUserPoolClients.d.ts +49 -0
- package/cognito/getUserPoolClients.js +38 -0
- package/cognito/getUserPoolClients.js.map +1 -0
- package/cognito/getUserPoolSigningCertificate.d.ts +49 -0
- package/cognito/getUserPoolSigningCertificate.js +38 -0
- package/cognito/getUserPoolSigningCertificate.js.map +1 -0
- package/cognito/index.d.ts +2 -0
- package/cognito/index.js +2 -0
- package/cognito/index.js.map +1 -1
- package/datasync/index.d.ts +2 -0
- package/datasync/index.js +10 -0
- package/datasync/index.js.map +1 -1
- package/datasync/locationFsxLustre.d.ts +155 -0
- package/datasync/locationFsxLustre.js +94 -0
- package/datasync/locationFsxLustre.js.map +1 -0
- package/datasync/locationHdfs.d.ts +257 -0
- package/datasync/locationHdfs.js +117 -0
- package/datasync/locationHdfs.js.map +1 -0
- package/dax/cluster.d.ts +18 -0
- package/dax/cluster.js +2 -0
- package/dax/cluster.js.map +1 -1
- package/devicefarm/devicePool.d.ts +170 -0
- package/devicefarm/devicePool.js +100 -0
- package/devicefarm/devicePool.js.map +1 -0
- package/devicefarm/index.d.ts +3 -0
- package/devicefarm/index.js +15 -0
- package/devicefarm/index.js.map +1 -1
- package/devicefarm/networkProfile.d.ts +247 -0
- package/devicefarm/networkProfile.js +105 -0
- package/devicefarm/networkProfile.js.map +1 -0
- package/devicefarm/upload.d.ts +142 -0
- package/devicefarm/upload.js +97 -0
- package/devicefarm/upload.js.map +1 -0
- package/directconnect/privateVirtualInterface.d.ts +3 -0
- package/directconnect/privateVirtualInterface.js +2 -0
- package/directconnect/privateVirtualInterface.js.map +1 -1
- package/directconnect/transitVirtualInterface.d.ts +3 -0
- package/directconnect/transitVirtualInterface.js +2 -0
- package/directconnect/transitVirtualInterface.js.map +1 -1
- package/ec2/defaultSubnet.d.ts +15 -0
- package/ec2/defaultSubnet.js +10 -0
- package/ec2/defaultSubnet.js.map +1 -1
- package/ec2/getSubnet.d.ts +20 -0
- package/ec2/getSubnet.js.map +1 -1
- package/ec2/index.d.ts +3 -0
- package/ec2/index.js +15 -0
- package/ec2/index.js.map +1 -1
- package/ec2/subnet.d.ts +65 -5
- package/ec2/subnet.js +10 -3
- package/ec2/subnet.js.map +1 -1
- package/ec2/vpcEndpointConnectionAccepter.d.ts +105 -0
- package/ec2/vpcEndpointConnectionAccepter.js +98 -0
- package/ec2/vpcEndpointConnectionAccepter.js.map +1 -0
- package/ec2/vpcIpamOrganizationAdminAccount.d.ts +94 -0
- package/ec2/vpcIpamOrganizationAdminAccount.js +85 -0
- package/ec2/vpcIpamOrganizationAdminAccount.js.map +1 -0
- package/ec2/vpcIpamPoolCidr.d.ts +3 -0
- package/ec2/vpcIpamPoolCidr.js +3 -0
- package/ec2/vpcIpamPoolCidr.js.map +1 -1
- package/ec2/vpcIpamPoolCidrAllocation.d.ts +3 -3
- package/ec2/vpcIpamPreviewNextCidr.d.ts +100 -0
- package/ec2/vpcIpamPreviewNextCidr.js +90 -0
- package/ec2/vpcIpamPreviewNextCidr.js.map +1 -0
- package/ecr/replicationConfiguration.d.ts +22 -0
- package/ecr/replicationConfiguration.js +22 -0
- package/ecr/replicationConfiguration.js.map +1 -1
- package/ecs/getTaskDefinition.d.ts +39 -0
- package/ecs/getTaskDefinition.js +35 -0
- package/ecs/getTaskDefinition.js.map +1 -1
- package/fsx/backup.d.ts +15 -0
- package/fsx/backup.js +15 -0
- package/fsx/backup.js.map +1 -1
- package/fsx/index.d.ts +3 -0
- package/fsx/index.js +15 -0
- package/fsx/index.js.map +1 -1
- package/fsx/openZfsFileSystem.d.ts +341 -0
- package/fsx/openZfsFileSystem.js +144 -0
- package/fsx/openZfsFileSystem.js.map +1 -0
- package/fsx/openZfsSnapshot.d.ts +149 -0
- package/fsx/openZfsSnapshot.js +107 -0
- package/fsx/openZfsSnapshot.js.map +1 -0
- package/fsx/openZfsVolume.d.ts +225 -0
- package/fsx/openZfsVolume.js +101 -0
- package/fsx/openZfsVolume.js.map +1 -0
- package/glue/trigger.d.ts +15 -3
- package/glue/trigger.js +2 -0
- package/glue/trigger.js.map +1 -1
- package/index.d.ts +3 -1
- package/index.js +7 -2
- package/index.js.map +1 -1
- package/memorydb/acl.d.ts +142 -0
- package/memorydb/acl.js +90 -0
- package/memorydb/acl.js.map +1 -0
- package/memorydb/cluster.d.ts +388 -0
- package/memorydb/cluster.js +140 -0
- package/memorydb/cluster.js.map +1 -0
- package/memorydb/index.d.ts +5 -0
- package/memorydb/index.js +53 -0
- package/memorydb/index.js.map +1 -0
- package/memorydb/parameterGroup.d.ts +160 -0
- package/memorydb/parameterGroup.js +96 -0
- package/memorydb/parameterGroup.js.map +1 -0
- package/memorydb/subnetGroup.d.ts +146 -0
- package/memorydb/subnetGroup.js +96 -0
- package/memorydb/subnetGroup.js.map +1 -0
- package/memorydb/user.d.ts +138 -0
- package/memorydb/user.js +83 -0
- package/memorydb/user.js.map +1 -0
- package/mskconnect/customPlugin.d.ts +144 -0
- package/mskconnect/customPlugin.js +104 -0
- package/mskconnect/customPlugin.js.map +1 -0
- package/mskconnect/getCustomPlugin.d.ts +61 -0
- package/mskconnect/getCustomPlugin.js +38 -0
- package/mskconnect/getCustomPlugin.js.map +1 -0
- package/mskconnect/getWorkerConfiguration.d.ts +61 -0
- package/mskconnect/getWorkerConfiguration.js +38 -0
- package/mskconnect/getWorkerConfiguration.js.map +1 -0
- package/mskconnect/index.d.ts +4 -0
- package/mskconnect/index.js +40 -0
- package/mskconnect/index.js.map +1 -0
- package/mskconnect/workerConfiguration.d.ts +113 -0
- package/mskconnect/workerConfiguration.js +87 -0
- package/mskconnect/workerConfiguration.js.map +1 -0
- package/organizations/getResourceTags.d.ts +63 -0
- package/organizations/getResourceTags.js +39 -0
- package/organizations/getResourceTags.js.map +1 -0
- package/organizations/index.d.ts +1 -0
- package/organizations/index.js +1 -0
- package/organizations/index.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +1 -1
- package/sagemaker/device.d.ts +97 -0
- package/sagemaker/device.js +89 -0
- package/sagemaker/device.js.map +1 -0
- package/sagemaker/getPrebuiltEcrImage.d.ts +2 -2
- package/sagemaker/index.d.ts +1 -0
- package/sagemaker/index.js +5 -0
- package/sagemaker/index.js.map +1 -1
- package/ses/getActiveReceiptRuleSet.d.ts +31 -0
- package/ses/getActiveReceiptRuleSet.js +30 -0
- package/ses/getActiveReceiptRuleSet.js.map +1 -0
- package/ses/getDomainIdentity.d.ts +56 -0
- package/ses/getDomainIdentity.js +38 -0
- package/ses/getDomainIdentity.js.map +1 -0
- package/ses/getEmailIdentity.d.ts +52 -0
- package/ses/getEmailIdentity.js +38 -0
- package/ses/getEmailIdentity.js.map +1 -0
- package/ses/index.d.ts +3 -0
- package/ses/index.js +3 -0
- package/ses/index.js.map +1 -1
- package/sqs/queue.d.ts +16 -0
- package/sqs/queue.js +6 -0
- package/sqs/queue.js.map +1 -1
- package/ssm/getParametersByPath.d.ts +9 -0
- package/ssm/getParametersByPath.js +1 -0
- package/ssm/getParametersByPath.js.map +1 -1
- package/timestreamwrite/table.d.ts +12 -0
- package/timestreamwrite/table.js +2 -0
- package/timestreamwrite/table.js.map +1 -1
- package/types/input.d.ts +409 -11
- package/types/output.d.ts +430 -11
- package/wafv2/webAclLoggingConfiguration.d.ts +3 -3
|
@@ -2,6 +2,41 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
/**
|
|
3
3
|
* The ECS task definition data source allows access to details of
|
|
4
4
|
* a specific AWS ECS task definition.
|
|
5
|
+
*
|
|
6
|
+
* ## Example Usage
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as aws from "@pulumi/aws";
|
|
11
|
+
*
|
|
12
|
+
* const mongoTaskDefinition = aws.ecs.getTaskDefinition({
|
|
13
|
+
* taskDefinition: mongoEcs / taskDefinitionTaskDefinition.family,
|
|
14
|
+
* });
|
|
15
|
+
* const foo = new aws.ecs.Cluster("foo", {});
|
|
16
|
+
* const mongoEcs_taskDefinitionTaskDefinition = new aws.ecs.TaskDefinition("mongoEcs/taskDefinitionTaskDefinition", {
|
|
17
|
+
* family: "mongodb",
|
|
18
|
+
* containerDefinitions: `[
|
|
19
|
+
* {
|
|
20
|
+
* "cpu": 128,
|
|
21
|
+
* "environment": [{
|
|
22
|
+
* "name": "SECRET",
|
|
23
|
+
* "value": "KEY"
|
|
24
|
+
* }],
|
|
25
|
+
* "essential": true,
|
|
26
|
+
* "image": "mongo:latest",
|
|
27
|
+
* "memory": 128,
|
|
28
|
+
* "memoryReservation": 64,
|
|
29
|
+
* "name": "mongodb"
|
|
30
|
+
* }
|
|
31
|
+
* ]
|
|
32
|
+
* `,
|
|
33
|
+
* });
|
|
34
|
+
* const mongoService = new aws.ecs.Service("mongoService", {
|
|
35
|
+
* cluster: foo.id,
|
|
36
|
+
* desiredCount: 2,
|
|
37
|
+
* taskDefinition: mongoEcs / taskDefinitionTaskDefinition.arn,
|
|
38
|
+
* });
|
|
39
|
+
* ```
|
|
5
40
|
*/
|
|
6
41
|
export declare function getTaskDefinition(args: GetTaskDefinitionArgs, opts?: pulumi.InvokeOptions): Promise<GetTaskDefinitionResult>;
|
|
7
42
|
/**
|
|
@@ -17,6 +52,10 @@ export interface GetTaskDefinitionArgs {
|
|
|
17
52
|
* A collection of values returned by getTaskDefinition.
|
|
18
53
|
*/
|
|
19
54
|
export interface GetTaskDefinitionResult {
|
|
55
|
+
/**
|
|
56
|
+
* The ARN of the task definition
|
|
57
|
+
*/
|
|
58
|
+
readonly arn: string;
|
|
20
59
|
/**
|
|
21
60
|
* The family of this task definition
|
|
22
61
|
*/
|
package/ecs/getTaskDefinition.js
CHANGED
|
@@ -8,6 +8,41 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* The ECS task definition data source allows access to details of
|
|
10
10
|
* a specific AWS ECS task definition.
|
|
11
|
+
*
|
|
12
|
+
* ## Example Usage
|
|
13
|
+
*
|
|
14
|
+
* ```typescript
|
|
15
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
16
|
+
* import * as aws from "@pulumi/aws";
|
|
17
|
+
*
|
|
18
|
+
* const mongoTaskDefinition = aws.ecs.getTaskDefinition({
|
|
19
|
+
* taskDefinition: mongoEcs / taskDefinitionTaskDefinition.family,
|
|
20
|
+
* });
|
|
21
|
+
* const foo = new aws.ecs.Cluster("foo", {});
|
|
22
|
+
* const mongoEcs_taskDefinitionTaskDefinition = new aws.ecs.TaskDefinition("mongoEcs/taskDefinitionTaskDefinition", {
|
|
23
|
+
* family: "mongodb",
|
|
24
|
+
* containerDefinitions: `[
|
|
25
|
+
* {
|
|
26
|
+
* "cpu": 128,
|
|
27
|
+
* "environment": [{
|
|
28
|
+
* "name": "SECRET",
|
|
29
|
+
* "value": "KEY"
|
|
30
|
+
* }],
|
|
31
|
+
* "essential": true,
|
|
32
|
+
* "image": "mongo:latest",
|
|
33
|
+
* "memory": 128,
|
|
34
|
+
* "memoryReservation": 64,
|
|
35
|
+
* "name": "mongodb"
|
|
36
|
+
* }
|
|
37
|
+
* ]
|
|
38
|
+
* `,
|
|
39
|
+
* });
|
|
40
|
+
* const mongoService = new aws.ecs.Service("mongoService", {
|
|
41
|
+
* cluster: foo.id,
|
|
42
|
+
* desiredCount: 2,
|
|
43
|
+
* taskDefinition: mongoEcs / taskDefinitionTaskDefinition.arn,
|
|
44
|
+
* });
|
|
45
|
+
* ```
|
|
11
46
|
*/
|
|
12
47
|
function getTaskDefinition(args, opts) {
|
|
13
48
|
if (!opts) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTaskDefinition.js","sourceRoot":"","sources":["../../ecs/getTaskDefinition.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"getTaskDefinition.js","sourceRoot":"","sources":["../../ecs/getTaskDefinition.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6CAA6C,EAAE;QACxE,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,8CAWC;AA+CD,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAClG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,iBAAiB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACrE,CAAC;AAFD,0DAEC"}
|
package/fsx/backup.d.ts
CHANGED
|
@@ -48,6 +48,21 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
48
48
|
* const exampleBackup = new aws.fsx.Backup("exampleBackup", {volumeId: exampleOntapVolume.id});
|
|
49
49
|
* ```
|
|
50
50
|
*
|
|
51
|
+
* ## OpenZFS Example
|
|
52
|
+
*
|
|
53
|
+
* ```typescript
|
|
54
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
55
|
+
* import * as aws from "@pulumi/aws";
|
|
56
|
+
*
|
|
57
|
+
* const exampleOpenZfsFileSystem = new aws.fsx.OpenZfsFileSystem("exampleOpenZfsFileSystem", {
|
|
58
|
+
* storageCapacity: 64,
|
|
59
|
+
* subnetIds: [aws_subnet.example.id],
|
|
60
|
+
* deploymentType: "SINGLE_AZ_1",
|
|
61
|
+
* throughputCapacity: 64,
|
|
62
|
+
* });
|
|
63
|
+
* const exampleBackup = new aws.fsx.Backup("exampleBackup", {fileSystemId: exampleOpenZfsFileSystem.id});
|
|
64
|
+
* ```
|
|
65
|
+
*
|
|
51
66
|
* ## Import
|
|
52
67
|
*
|
|
53
68
|
* FSx Backups can be imported using the `id`, e.g.,
|
package/fsx/backup.js
CHANGED
|
@@ -54,6 +54,21 @@ const utilities = require("../utilities");
|
|
|
54
54
|
* const exampleBackup = new aws.fsx.Backup("exampleBackup", {volumeId: exampleOntapVolume.id});
|
|
55
55
|
* ```
|
|
56
56
|
*
|
|
57
|
+
* ## OpenZFS Example
|
|
58
|
+
*
|
|
59
|
+
* ```typescript
|
|
60
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
61
|
+
* import * as aws from "@pulumi/aws";
|
|
62
|
+
*
|
|
63
|
+
* const exampleOpenZfsFileSystem = new aws.fsx.OpenZfsFileSystem("exampleOpenZfsFileSystem", {
|
|
64
|
+
* storageCapacity: 64,
|
|
65
|
+
* subnetIds: [aws_subnet.example.id],
|
|
66
|
+
* deploymentType: "SINGLE_AZ_1",
|
|
67
|
+
* throughputCapacity: 64,
|
|
68
|
+
* });
|
|
69
|
+
* const exampleBackup = new aws.fsx.Backup("exampleBackup", {fileSystemId: exampleOpenZfsFileSystem.id});
|
|
70
|
+
* ```
|
|
71
|
+
*
|
|
57
72
|
* ## Import
|
|
58
73
|
*
|
|
59
74
|
* FSx Backups can be imported using the `id`, e.g.,
|
package/fsx/backup.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"backup.js","sourceRoot":"","sources":["../../fsx/backup.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"backup.js","sourceRoot":"","sources":["../../fsx/backup.ts"],"names":[],"mappings":"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"}
|
package/fsx/index.d.ts
CHANGED
|
@@ -3,4 +3,7 @@ export * from "./lustreFileSystem";
|
|
|
3
3
|
export * from "./ontapFileSystem";
|
|
4
4
|
export * from "./ontapStorageVirtualMachine";
|
|
5
5
|
export * from "./ontapVolume";
|
|
6
|
+
export * from "./openZfsFileSystem";
|
|
7
|
+
export * from "./openZfsSnapshot";
|
|
8
|
+
export * from "./openZfsVolume";
|
|
6
9
|
export * from "./windowsFileSystem";
|
package/fsx/index.js
CHANGED
|
@@ -20,6 +20,9 @@ __exportStar(require("./lustreFileSystem"), exports);
|
|
|
20
20
|
__exportStar(require("./ontapFileSystem"), exports);
|
|
21
21
|
__exportStar(require("./ontapStorageVirtualMachine"), exports);
|
|
22
22
|
__exportStar(require("./ontapVolume"), exports);
|
|
23
|
+
__exportStar(require("./openZfsFileSystem"), exports);
|
|
24
|
+
__exportStar(require("./openZfsSnapshot"), exports);
|
|
25
|
+
__exportStar(require("./openZfsVolume"), exports);
|
|
23
26
|
__exportStar(require("./windowsFileSystem"), exports);
|
|
24
27
|
// Import resources to register:
|
|
25
28
|
const backup_1 = require("./backup");
|
|
@@ -27,6 +30,9 @@ const lustreFileSystem_1 = require("./lustreFileSystem");
|
|
|
27
30
|
const ontapFileSystem_1 = require("./ontapFileSystem");
|
|
28
31
|
const ontapStorageVirtualMachine_1 = require("./ontapStorageVirtualMachine");
|
|
29
32
|
const ontapVolume_1 = require("./ontapVolume");
|
|
33
|
+
const openZfsFileSystem_1 = require("./openZfsFileSystem");
|
|
34
|
+
const openZfsSnapshot_1 = require("./openZfsSnapshot");
|
|
35
|
+
const openZfsVolume_1 = require("./openZfsVolume");
|
|
30
36
|
const windowsFileSystem_1 = require("./windowsFileSystem");
|
|
31
37
|
const _module = {
|
|
32
38
|
version: utilities.getVersion(),
|
|
@@ -42,6 +48,12 @@ const _module = {
|
|
|
42
48
|
return new ontapStorageVirtualMachine_1.OntapStorageVirtualMachine(name, undefined, { urn });
|
|
43
49
|
case "aws:fsx/ontapVolume:OntapVolume":
|
|
44
50
|
return new ontapVolume_1.OntapVolume(name, undefined, { urn });
|
|
51
|
+
case "aws:fsx/openZfsFileSystem:OpenZfsFileSystem":
|
|
52
|
+
return new openZfsFileSystem_1.OpenZfsFileSystem(name, undefined, { urn });
|
|
53
|
+
case "aws:fsx/openZfsSnapshot:OpenZfsSnapshot":
|
|
54
|
+
return new openZfsSnapshot_1.OpenZfsSnapshot(name, undefined, { urn });
|
|
55
|
+
case "aws:fsx/openZfsVolume:OpenZfsVolume":
|
|
56
|
+
return new openZfsVolume_1.OpenZfsVolume(name, undefined, { urn });
|
|
45
57
|
case "aws:fsx/windowsFileSystem:WindowsFileSystem":
|
|
46
58
|
return new windowsFileSystem_1.WindowsFileSystem(name, undefined, { urn });
|
|
47
59
|
default:
|
|
@@ -54,5 +66,8 @@ pulumi.runtime.registerResourceModule("aws", "fsx/lustreFileSystem", _module);
|
|
|
54
66
|
pulumi.runtime.registerResourceModule("aws", "fsx/ontapFileSystem", _module);
|
|
55
67
|
pulumi.runtime.registerResourceModule("aws", "fsx/ontapStorageVirtualMachine", _module);
|
|
56
68
|
pulumi.runtime.registerResourceModule("aws", "fsx/ontapVolume", _module);
|
|
69
|
+
pulumi.runtime.registerResourceModule("aws", "fsx/openZfsFileSystem", _module);
|
|
70
|
+
pulumi.runtime.registerResourceModule("aws", "fsx/openZfsSnapshot", _module);
|
|
71
|
+
pulumi.runtime.registerResourceModule("aws", "fsx/openZfsVolume", _module);
|
|
57
72
|
pulumi.runtime.registerResourceModule("aws", "fsx/windowsFileSystem", _module);
|
|
58
73
|
//# sourceMappingURL=index.js.map
|
package/fsx/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../fsx/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C,kBAAkB;AAClB,2CAAyB;AACzB,qDAAmC;AACnC,oDAAkC;AAClC,+DAA6C;AAC7C,gDAA8B;AAC9B,sDAAoC;AAEpC,gCAAgC;AAChC,qCAAkC;AAClC,yDAAsD;AACtD,uDAAoD;AACpD,6EAA0E;AAC1E,+CAA4C;AAC5C,2DAAwD;AAExD,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,uBAAuB;gBACxB,OAAO,IAAI,eAAM,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACpD,KAAK,2CAA2C;gBAC5C,OAAO,IAAI,mCAAgB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC9D,KAAK,yCAAyC;gBAC1C,OAAO,IAAI,iCAAe,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC7D,KAAK,+DAA+D;gBAChE,OAAO,IAAI,uDAA0B,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACxE,KAAK,iCAAiC;gBAClC,OAAO,IAAI,yBAAW,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACzD,KAAK,6CAA6C;gBAC9C,OAAO,IAAI,qCAAiB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC/D;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,YAAY,EAAE,OAAO,CAAC,CAAA;AACnE,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,sBAAsB,EAAE,OAAO,CAAC,CAAA;AAC7E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,qBAAqB,EAAE,OAAO,CAAC,CAAA;AAC5E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,gCAAgC,EAAE,OAAO,CAAC,CAAA;AACvF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,iBAAiB,EAAE,OAAO,CAAC,CAAA;AACxE,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,uBAAuB,EAAE,OAAO,CAAC,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../fsx/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,341 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { input as inputs, output as outputs } from "../types";
|
|
3
|
+
/**
|
|
4
|
+
* Manages an Amazon FSx for OpenZFS file system.
|
|
5
|
+
* See the [FSx OpenZFS User Guide](https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/what-is-fsx.html) for more information.
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
*
|
|
9
|
+
* ```typescript
|
|
10
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
+
* import * as aws from "@pulumi/aws";
|
|
12
|
+
*
|
|
13
|
+
* const test = new aws.fsx.OpenZfsFileSystem("test", {
|
|
14
|
+
* storageCapacity: 64,
|
|
15
|
+
* subnetIds: [aws_subnet.test1.id],
|
|
16
|
+
* deploymentType: "SINGLE_AZ_1",
|
|
17
|
+
* throughputCapacity: 64,
|
|
18
|
+
* });
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* ## Import
|
|
22
|
+
*
|
|
23
|
+
* FSx File Systems can be imported using the `id`, e.g.,
|
|
24
|
+
*
|
|
25
|
+
* ```sh
|
|
26
|
+
* $ pulumi import aws:fsx/openZfsFileSystem:OpenZfsFileSystem example fs-543ab12b1ca672f33
|
|
27
|
+
* ```
|
|
28
|
+
*
|
|
29
|
+
* Certain resource arguments, like `security_group_ids`, do not have a FSx API method for reading the information after creation. If the argument is set in the Terraform configuration on an imported resource, Terraform will always show a difference. To workaround this behavior, either omit the argument from the Terraform configuration or use [`ignore_changes`](https://www.terraform.io/docs/configuration/meta-arguments/lifecycle.html#ignore_changes) to hide the difference, e.g., terraform resource "aws_fsx_openzfs_file_system" "example" {
|
|
30
|
+
*
|
|
31
|
+
* # ... other configuration ...
|
|
32
|
+
*
|
|
33
|
+
* security_group_ids = [aws_security_group.example.id]
|
|
34
|
+
*
|
|
35
|
+
* # There is no FSx API for reading security_group_ids
|
|
36
|
+
*
|
|
37
|
+
* lifecycle {
|
|
38
|
+
*
|
|
39
|
+
* ignore_changes = [security_group_ids]
|
|
40
|
+
*
|
|
41
|
+
* } }
|
|
42
|
+
*/
|
|
43
|
+
export declare class OpenZfsFileSystem extends pulumi.CustomResource {
|
|
44
|
+
/**
|
|
45
|
+
* Get an existing OpenZfsFileSystem resource's state with the given name, ID, and optional extra
|
|
46
|
+
* properties used to qualify the lookup.
|
|
47
|
+
*
|
|
48
|
+
* @param name The _unique_ name of the resulting resource.
|
|
49
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
50
|
+
* @param state Any extra arguments used during the lookup.
|
|
51
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
52
|
+
*/
|
|
53
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: OpenZfsFileSystemState, opts?: pulumi.CustomResourceOptions): OpenZfsFileSystem;
|
|
54
|
+
/**
|
|
55
|
+
* Returns true if the given object is an instance of OpenZfsFileSystem. This is designed to work even
|
|
56
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
57
|
+
*/
|
|
58
|
+
static isInstance(obj: any): obj is OpenZfsFileSystem;
|
|
59
|
+
/**
|
|
60
|
+
* Amazon Resource Name of the file system.
|
|
61
|
+
*/
|
|
62
|
+
readonly arn: pulumi.Output<string>;
|
|
63
|
+
/**
|
|
64
|
+
* The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days.
|
|
65
|
+
*/
|
|
66
|
+
readonly automaticBackupRetentionDays: pulumi.Output<number | undefined>;
|
|
67
|
+
/**
|
|
68
|
+
* The ID of the source backup to create the filesystem from.
|
|
69
|
+
*/
|
|
70
|
+
readonly backupId: pulumi.Output<string | undefined>;
|
|
71
|
+
/**
|
|
72
|
+
* A boolean flag indicating whether tags for the file system should be copied to backups. The default value is false.
|
|
73
|
+
*/
|
|
74
|
+
readonly copyTagsToBackups: pulumi.Output<boolean | undefined>;
|
|
75
|
+
/**
|
|
76
|
+
* A boolean flag indicating whether tags for the file system should be copied to snapshots. The default value is false.
|
|
77
|
+
*/
|
|
78
|
+
readonly copyTagsToVolumes: pulumi.Output<boolean | undefined>;
|
|
79
|
+
/**
|
|
80
|
+
* A recurring daily time, in the format HH:MM. HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily. Requires `automaticBackupRetentionDays` to be set.
|
|
81
|
+
*/
|
|
82
|
+
readonly dailyAutomaticBackupStartTime: pulumi.Output<string>;
|
|
83
|
+
/**
|
|
84
|
+
* - The filesystem deployment type. Only `SINGLE_AZ_1` is supported.
|
|
85
|
+
*/
|
|
86
|
+
readonly deploymentType: pulumi.Output<string>;
|
|
87
|
+
/**
|
|
88
|
+
* The SSD IOPS configuration for the Amazon FSx for OpenZFS file system. See Disk Iops Configuration Below.
|
|
89
|
+
*/
|
|
90
|
+
readonly diskIopsConfiguration: pulumi.Output<outputs.fsx.OpenZfsFileSystemDiskIopsConfiguration>;
|
|
91
|
+
/**
|
|
92
|
+
* DNS name for the file system, e.g., `fs-12345678.fsx.us-west-2.amazonaws.com`
|
|
93
|
+
*/
|
|
94
|
+
readonly dnsName: pulumi.Output<string>;
|
|
95
|
+
/**
|
|
96
|
+
* ARN for the KMS Key to encrypt the file system at rest, Defaults to an AWS managed KMS Key.
|
|
97
|
+
*/
|
|
98
|
+
readonly kmsKeyId: pulumi.Output<string>;
|
|
99
|
+
/**
|
|
100
|
+
* Set of Elastic Network Interface identifiers from which the file system is accessible The first network interface returned is the primary network interface.
|
|
101
|
+
*/
|
|
102
|
+
readonly networkInterfaceIds: pulumi.Output<string[]>;
|
|
103
|
+
/**
|
|
104
|
+
* AWS account identifier that created the file system.
|
|
105
|
+
*/
|
|
106
|
+
readonly ownerId: pulumi.Output<string>;
|
|
107
|
+
/**
|
|
108
|
+
* The configuration for the root volume of the file system. All other volumes are children or the root volume. See Root Volume Configuration Below.
|
|
109
|
+
*/
|
|
110
|
+
readonly rootVolumeConfiguration: pulumi.Output<outputs.fsx.OpenZfsFileSystemRootVolumeConfiguration>;
|
|
111
|
+
/**
|
|
112
|
+
* Identifier of the root volume, e.g., `fsvol-12345678`
|
|
113
|
+
*/
|
|
114
|
+
readonly rootVolumeId: pulumi.Output<string>;
|
|
115
|
+
/**
|
|
116
|
+
* A list of IDs for the security groups that apply to the specified network interfaces created for file system access. These security groups will apply to all network interfaces.
|
|
117
|
+
*/
|
|
118
|
+
readonly securityGroupIds: pulumi.Output<string[] | undefined>;
|
|
119
|
+
/**
|
|
120
|
+
* The storage capacity (GiB) of the file system. Valid values between `64` and `524288`.
|
|
121
|
+
*/
|
|
122
|
+
readonly storageCapacity: pulumi.Output<number | undefined>;
|
|
123
|
+
/**
|
|
124
|
+
* The filesystem storage type. Only `SSD` is supported.
|
|
125
|
+
*/
|
|
126
|
+
readonly storageType: pulumi.Output<string | undefined>;
|
|
127
|
+
/**
|
|
128
|
+
* A list of IDs for the subnets that the file system will be accessible from. Exactly 1 subnet need to be provided.
|
|
129
|
+
*/
|
|
130
|
+
readonly subnetIds: pulumi.Output<string>;
|
|
131
|
+
/**
|
|
132
|
+
* A map of tags to assign to the file system. 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.
|
|
133
|
+
*/
|
|
134
|
+
readonly tags: pulumi.Output<{
|
|
135
|
+
[key: string]: string;
|
|
136
|
+
} | undefined>;
|
|
137
|
+
/**
|
|
138
|
+
* 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).
|
|
139
|
+
*/
|
|
140
|
+
readonly tagsAll: pulumi.Output<{
|
|
141
|
+
[key: string]: string;
|
|
142
|
+
}>;
|
|
143
|
+
/**
|
|
144
|
+
* Throughput (megabytes per second) of the file system in power of 2 increments. Minimum of `64` and maximum of `4096`.
|
|
145
|
+
*/
|
|
146
|
+
readonly throughputCapacity: pulumi.Output<number>;
|
|
147
|
+
/**
|
|
148
|
+
* Identifier of the Virtual Private Cloud for the file system.
|
|
149
|
+
*/
|
|
150
|
+
readonly vpcId: pulumi.Output<string>;
|
|
151
|
+
/**
|
|
152
|
+
* The preferred start time (in `d:HH:MM` format) to perform weekly maintenance, in the UTC time zone.
|
|
153
|
+
*/
|
|
154
|
+
readonly weeklyMaintenanceStartTime: pulumi.Output<string>;
|
|
155
|
+
/**
|
|
156
|
+
* Create a OpenZfsFileSystem resource with the given unique name, arguments, and options.
|
|
157
|
+
*
|
|
158
|
+
* @param name The _unique_ name of the resource.
|
|
159
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
160
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
161
|
+
*/
|
|
162
|
+
constructor(name: string, args: OpenZfsFileSystemArgs, opts?: pulumi.CustomResourceOptions);
|
|
163
|
+
}
|
|
164
|
+
/**
|
|
165
|
+
* Input properties used for looking up and filtering OpenZfsFileSystem resources.
|
|
166
|
+
*/
|
|
167
|
+
export interface OpenZfsFileSystemState {
|
|
168
|
+
/**
|
|
169
|
+
* Amazon Resource Name of the file system.
|
|
170
|
+
*/
|
|
171
|
+
arn?: pulumi.Input<string>;
|
|
172
|
+
/**
|
|
173
|
+
* The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days.
|
|
174
|
+
*/
|
|
175
|
+
automaticBackupRetentionDays?: pulumi.Input<number>;
|
|
176
|
+
/**
|
|
177
|
+
* The ID of the source backup to create the filesystem from.
|
|
178
|
+
*/
|
|
179
|
+
backupId?: pulumi.Input<string>;
|
|
180
|
+
/**
|
|
181
|
+
* A boolean flag indicating whether tags for the file system should be copied to backups. The default value is false.
|
|
182
|
+
*/
|
|
183
|
+
copyTagsToBackups?: pulumi.Input<boolean>;
|
|
184
|
+
/**
|
|
185
|
+
* A boolean flag indicating whether tags for the file system should be copied to snapshots. The default value is false.
|
|
186
|
+
*/
|
|
187
|
+
copyTagsToVolumes?: pulumi.Input<boolean>;
|
|
188
|
+
/**
|
|
189
|
+
* A recurring daily time, in the format HH:MM. HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily. Requires `automaticBackupRetentionDays` to be set.
|
|
190
|
+
*/
|
|
191
|
+
dailyAutomaticBackupStartTime?: pulumi.Input<string>;
|
|
192
|
+
/**
|
|
193
|
+
* - The filesystem deployment type. Only `SINGLE_AZ_1` is supported.
|
|
194
|
+
*/
|
|
195
|
+
deploymentType?: pulumi.Input<string>;
|
|
196
|
+
/**
|
|
197
|
+
* The SSD IOPS configuration for the Amazon FSx for OpenZFS file system. See Disk Iops Configuration Below.
|
|
198
|
+
*/
|
|
199
|
+
diskIopsConfiguration?: pulumi.Input<inputs.fsx.OpenZfsFileSystemDiskIopsConfiguration>;
|
|
200
|
+
/**
|
|
201
|
+
* DNS name for the file system, e.g., `fs-12345678.fsx.us-west-2.amazonaws.com`
|
|
202
|
+
*/
|
|
203
|
+
dnsName?: pulumi.Input<string>;
|
|
204
|
+
/**
|
|
205
|
+
* ARN for the KMS Key to encrypt the file system at rest, Defaults to an AWS managed KMS Key.
|
|
206
|
+
*/
|
|
207
|
+
kmsKeyId?: pulumi.Input<string>;
|
|
208
|
+
/**
|
|
209
|
+
* Set of Elastic Network Interface identifiers from which the file system is accessible The first network interface returned is the primary network interface.
|
|
210
|
+
*/
|
|
211
|
+
networkInterfaceIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
212
|
+
/**
|
|
213
|
+
* AWS account identifier that created the file system.
|
|
214
|
+
*/
|
|
215
|
+
ownerId?: pulumi.Input<string>;
|
|
216
|
+
/**
|
|
217
|
+
* The configuration for the root volume of the file system. All other volumes are children or the root volume. See Root Volume Configuration Below.
|
|
218
|
+
*/
|
|
219
|
+
rootVolumeConfiguration?: pulumi.Input<inputs.fsx.OpenZfsFileSystemRootVolumeConfiguration>;
|
|
220
|
+
/**
|
|
221
|
+
* Identifier of the root volume, e.g., `fsvol-12345678`
|
|
222
|
+
*/
|
|
223
|
+
rootVolumeId?: pulumi.Input<string>;
|
|
224
|
+
/**
|
|
225
|
+
* A list of IDs for the security groups that apply to the specified network interfaces created for file system access. These security groups will apply to all network interfaces.
|
|
226
|
+
*/
|
|
227
|
+
securityGroupIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
228
|
+
/**
|
|
229
|
+
* The storage capacity (GiB) of the file system. Valid values between `64` and `524288`.
|
|
230
|
+
*/
|
|
231
|
+
storageCapacity?: pulumi.Input<number>;
|
|
232
|
+
/**
|
|
233
|
+
* The filesystem storage type. Only `SSD` is supported.
|
|
234
|
+
*/
|
|
235
|
+
storageType?: pulumi.Input<string>;
|
|
236
|
+
/**
|
|
237
|
+
* A list of IDs for the subnets that the file system will be accessible from. Exactly 1 subnet need to be provided.
|
|
238
|
+
*/
|
|
239
|
+
subnetIds?: pulumi.Input<string>;
|
|
240
|
+
/**
|
|
241
|
+
* A map of tags to assign to the file system. 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.
|
|
242
|
+
*/
|
|
243
|
+
tags?: pulumi.Input<{
|
|
244
|
+
[key: string]: pulumi.Input<string>;
|
|
245
|
+
}>;
|
|
246
|
+
/**
|
|
247
|
+
* 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).
|
|
248
|
+
*/
|
|
249
|
+
tagsAll?: pulumi.Input<{
|
|
250
|
+
[key: string]: pulumi.Input<string>;
|
|
251
|
+
}>;
|
|
252
|
+
/**
|
|
253
|
+
* Throughput (megabytes per second) of the file system in power of 2 increments. Minimum of `64` and maximum of `4096`.
|
|
254
|
+
*/
|
|
255
|
+
throughputCapacity?: pulumi.Input<number>;
|
|
256
|
+
/**
|
|
257
|
+
* Identifier of the Virtual Private Cloud for the file system.
|
|
258
|
+
*/
|
|
259
|
+
vpcId?: pulumi.Input<string>;
|
|
260
|
+
/**
|
|
261
|
+
* The preferred start time (in `d:HH:MM` format) to perform weekly maintenance, in the UTC time zone.
|
|
262
|
+
*/
|
|
263
|
+
weeklyMaintenanceStartTime?: pulumi.Input<string>;
|
|
264
|
+
}
|
|
265
|
+
/**
|
|
266
|
+
* The set of arguments for constructing a OpenZfsFileSystem resource.
|
|
267
|
+
*/
|
|
268
|
+
export interface OpenZfsFileSystemArgs {
|
|
269
|
+
/**
|
|
270
|
+
* The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days.
|
|
271
|
+
*/
|
|
272
|
+
automaticBackupRetentionDays?: pulumi.Input<number>;
|
|
273
|
+
/**
|
|
274
|
+
* The ID of the source backup to create the filesystem from.
|
|
275
|
+
*/
|
|
276
|
+
backupId?: pulumi.Input<string>;
|
|
277
|
+
/**
|
|
278
|
+
* A boolean flag indicating whether tags for the file system should be copied to backups. The default value is false.
|
|
279
|
+
*/
|
|
280
|
+
copyTagsToBackups?: pulumi.Input<boolean>;
|
|
281
|
+
/**
|
|
282
|
+
* A boolean flag indicating whether tags for the file system should be copied to snapshots. The default value is false.
|
|
283
|
+
*/
|
|
284
|
+
copyTagsToVolumes?: pulumi.Input<boolean>;
|
|
285
|
+
/**
|
|
286
|
+
* A recurring daily time, in the format HH:MM. HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily. Requires `automaticBackupRetentionDays` to be set.
|
|
287
|
+
*/
|
|
288
|
+
dailyAutomaticBackupStartTime?: pulumi.Input<string>;
|
|
289
|
+
/**
|
|
290
|
+
* - The filesystem deployment type. Only `SINGLE_AZ_1` is supported.
|
|
291
|
+
*/
|
|
292
|
+
deploymentType: pulumi.Input<string>;
|
|
293
|
+
/**
|
|
294
|
+
* The SSD IOPS configuration for the Amazon FSx for OpenZFS file system. See Disk Iops Configuration Below.
|
|
295
|
+
*/
|
|
296
|
+
diskIopsConfiguration?: pulumi.Input<inputs.fsx.OpenZfsFileSystemDiskIopsConfiguration>;
|
|
297
|
+
/**
|
|
298
|
+
* ARN for the KMS Key to encrypt the file system at rest, Defaults to an AWS managed KMS Key.
|
|
299
|
+
*/
|
|
300
|
+
kmsKeyId?: pulumi.Input<string>;
|
|
301
|
+
/**
|
|
302
|
+
* The configuration for the root volume of the file system. All other volumes are children or the root volume. See Root Volume Configuration Below.
|
|
303
|
+
*/
|
|
304
|
+
rootVolumeConfiguration?: pulumi.Input<inputs.fsx.OpenZfsFileSystemRootVolumeConfiguration>;
|
|
305
|
+
/**
|
|
306
|
+
* A list of IDs for the security groups that apply to the specified network interfaces created for file system access. These security groups will apply to all network interfaces.
|
|
307
|
+
*/
|
|
308
|
+
securityGroupIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
309
|
+
/**
|
|
310
|
+
* The storage capacity (GiB) of the file system. Valid values between `64` and `524288`.
|
|
311
|
+
*/
|
|
312
|
+
storageCapacity?: pulumi.Input<number>;
|
|
313
|
+
/**
|
|
314
|
+
* The filesystem storage type. Only `SSD` is supported.
|
|
315
|
+
*/
|
|
316
|
+
storageType?: pulumi.Input<string>;
|
|
317
|
+
/**
|
|
318
|
+
* A list of IDs for the subnets that the file system will be accessible from. Exactly 1 subnet need to be provided.
|
|
319
|
+
*/
|
|
320
|
+
subnetIds: pulumi.Input<string>;
|
|
321
|
+
/**
|
|
322
|
+
* A map of tags to assign to the file system. 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.
|
|
323
|
+
*/
|
|
324
|
+
tags?: pulumi.Input<{
|
|
325
|
+
[key: string]: pulumi.Input<string>;
|
|
326
|
+
}>;
|
|
327
|
+
/**
|
|
328
|
+
* 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).
|
|
329
|
+
*/
|
|
330
|
+
tagsAll?: pulumi.Input<{
|
|
331
|
+
[key: string]: pulumi.Input<string>;
|
|
332
|
+
}>;
|
|
333
|
+
/**
|
|
334
|
+
* Throughput (megabytes per second) of the file system in power of 2 increments. Minimum of `64` and maximum of `4096`.
|
|
335
|
+
*/
|
|
336
|
+
throughputCapacity: pulumi.Input<number>;
|
|
337
|
+
/**
|
|
338
|
+
* The preferred start time (in `d:HH:MM` format) to perform weekly maintenance, in the UTC time zone.
|
|
339
|
+
*/
|
|
340
|
+
weeklyMaintenanceStartTime?: pulumi.Input<string>;
|
|
341
|
+
}
|