@pulumi/aws 6.0.0-alpha.1 → 6.0.0-alpha.2
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/README.md +4 -4
- package/appintegrations/dataIntegration.d.ts +2 -1
- package/appintegrations/dataIntegration.js +4 -0
- package/appintegrations/dataIntegration.js.map +1 -1
- package/auditmanager/accountRegistration.d.ts +109 -0
- package/auditmanager/accountRegistration.js +84 -0
- package/auditmanager/accountRegistration.js.map +1 -0
- package/auditmanager/assessment.d.ts +204 -0
- package/auditmanager/assessment.js +118 -0
- package/auditmanager/assessment.js.map +1 -0
- package/auditmanager/assessmentDelegation.d.ts +144 -0
- package/auditmanager/assessmentDelegation.js +99 -0
- package/auditmanager/assessmentDelegation.js.map +1 -0
- package/auditmanager/assessmentReport.d.ts +118 -0
- package/auditmanager/assessmentReport.js +87 -0
- package/auditmanager/assessmentReport.js.map +1 -0
- package/auditmanager/control.d.ts +186 -0
- package/auditmanager/control.js +98 -0
- package/auditmanager/control.js.map +1 -0
- package/auditmanager/framework.d.ts +163 -0
- package/auditmanager/framework.js +95 -0
- package/auditmanager/framework.js.map +1 -0
- package/auditmanager/frameworkShare.d.ts +123 -0
- package/auditmanager/frameworkShare.js +91 -0
- package/auditmanager/frameworkShare.js.map +1 -0
- package/auditmanager/getControl.d.ts +146 -0
- package/auditmanager/getControl.js +117 -0
- package/auditmanager/getControl.js.map +1 -0
- package/auditmanager/getFramework.d.ts +74 -0
- package/auditmanager/getFramework.js +53 -0
- package/auditmanager/getFramework.js.map +1 -0
- package/auditmanager/index.d.ts +30 -0
- package/auditmanager/index.js +63 -0
- package/auditmanager/index.js.map +1 -0
- package/auditmanager/organizationAdminAccountRegistration.d.ts +77 -0
- package/auditmanager/organizationAdminAccountRegistration.js +75 -0
- package/auditmanager/organizationAdminAccountRegistration.js.map +1 -0
- package/chime/sdkvoiceVoiceProfileDomain.d.ts +2 -1
- package/chime/sdkvoiceVoiceProfileDomain.js +4 -0
- package/chime/sdkvoiceVoiceProfileDomain.js.map +1 -1
- package/cloudfront/fieldLevelEncryptionProfile.d.ts +1 -0
- package/cloudfront/fieldLevelEncryptionProfile.js +1 -0
- package/cloudfront/fieldLevelEncryptionProfile.js.map +1 -1
- package/cloudfront/keyGroup.d.ts +1 -0
- package/cloudfront/keyGroup.js +1 -0
- package/cloudfront/keyGroup.js.map +1 -1
- package/cloudfront/publicKey.d.ts +1 -0
- package/cloudfront/publicKey.js +1 -0
- package/cloudfront/publicKey.js.map +1 -1
- package/directoryservice/index.d.ts +3 -0
- package/directoryservice/index.js +6 -1
- package/directoryservice/index.js.map +1 -1
- package/directoryservice/trust.d.ts +282 -0
- package/directoryservice/trust.js +166 -0
- package/directoryservice/trust.js.map +1 -0
- package/ec2/securityGroup.d.ts +1 -1
- package/ec2/securityGroup.js +1 -1
- package/ec2/securityGroupRule.d.ts +2 -2
- package/ec2/securityGroupRule.js +2 -2
- package/emrcontainers/jobTemplate.d.ts +11 -8
- package/emrcontainers/jobTemplate.js +13 -7
- package/emrcontainers/jobTemplate.js.map +1 -1
- package/glue/dataQualityRuleset.d.ts +8 -2
- package/glue/dataQualityRuleset.js +10 -1
- package/glue/dataQualityRuleset.js.map +1 -1
- package/index.d.ts +4 -1
- package/index.js +10 -4
- package/index.js.map +1 -1
- package/medialive/index.d.ts +3 -0
- package/medialive/index.js +6 -1
- package/medialive/index.js.map +1 -1
- package/medialive/multiplexProgram.d.ts +130 -0
- package/medialive/multiplexProgram.js +109 -0
- package/medialive/multiplexProgram.js.map +1 -0
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/quicksight/folderMembership.d.ts +115 -0
- package/quicksight/folderMembership.js +89 -0
- package/quicksight/folderMembership.js.map +1 -0
- package/quicksight/iamPolicyAssignment.d.ts +152 -0
- package/quicksight/iamPolicyAssignment.js +95 -0
- package/quicksight/iamPolicyAssignment.js.map +1 -0
- package/quicksight/index.d.ts +21 -0
- package/quicksight/index.js +36 -1
- package/quicksight/index.js.map +1 -1
- package/quicksight/ingestion.d.ts +131 -0
- package/quicksight/ingestion.js +93 -0
- package/quicksight/ingestion.js.map +1 -0
- package/quicksight/namespace.d.ts +158 -0
- package/quicksight/namespace.js +89 -0
- package/quicksight/namespace.js.map +1 -0
- package/quicksight/refreshSchedule.d.ts +130 -0
- package/quicksight/refreshSchedule.js +93 -0
- package/quicksight/refreshSchedule.js.map +1 -0
- package/quicksight/templateAlias.d.ts +123 -0
- package/quicksight/templateAlias.js +91 -0
- package/quicksight/templateAlias.js.map +1 -0
- package/quicksight/vpcConnection.d.ts +236 -0
- package/quicksight/vpcConnection.js +145 -0
- package/quicksight/vpcConnection.js.map +1 -0
- package/rds/exportTask.d.ts +299 -0
- package/rds/exportTask.js +198 -0
- package/rds/exportTask.js.map +1 -0
- package/rds/index.d.ts +3 -0
- package/rds/index.js +6 -1
- package/rds/index.js.map +1 -1
- package/resourceexplorer/index.d.ts +6 -0
- package/resourceexplorer/index.js +27 -0
- package/resourceexplorer/index.js.map +1 -0
- package/resourceexplorer/index_.d.ts +111 -0
- package/resourceexplorer/index_.js +80 -0
- package/resourceexplorer/index_.js.map +1 -0
- package/resourceexplorer/view.d.ts +155 -0
- package/resourceexplorer/view.js +95 -0
- package/resourceexplorer/view.js.map +1 -0
- package/route53/cidrCollection.d.ts +84 -0
- package/route53/cidrCollection.js +76 -0
- package/route53/cidrCollection.js.map +1 -0
- package/route53/cidrLocation.d.ts +100 -0
- package/route53/cidrLocation.js +90 -0
- package/route53/cidrLocation.js.map +1 -0
- package/route53/index.d.ts +6 -0
- package/route53/index.js +11 -1
- package/route53/index.js.map +1 -1
- package/types/input.d.ts +345 -2
- package/types/output.d.ts +298 -2
- package/vpc/getSecurityGroupRule.d.ts +117 -0
- package/vpc/getSecurityGroupRule.js +49 -0
- package/vpc/getSecurityGroupRule.js.map +1 -0
- package/vpc/getSecurityGroupRules.d.ts +91 -0
- package/vpc/getSecurityGroupRules.js +55 -0
- package/vpc/getSecurityGroupRules.js.map +1 -0
- package/vpc/index.d.ts +12 -0
- package/vpc/index.js +33 -0
- package/vpc/index.js.map +1 -0
- package/vpc/securityGroupEgressRule.d.ts +223 -0
- package/vpc/securityGroupEgressRule.js +109 -0
- package/vpc/securityGroupEgressRule.js.map +1 -0
- package/vpc/securityGroupIngressRule.d.ts +223 -0
- package/vpc/securityGroupIngressRule.js +109 -0
- package/vpc/securityGroupIngressRule.js.map +1 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"trust.js","sourceRoot":"","sources":["../../directoryservice/trust.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgFG;AACH,MAAa,KAAM,SAAQ,MAAM,CAAC,cAAc;IAC5C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAkB,EAAE,IAAmC;QAChH,OAAO,IAAI,KAAK,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC5D,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,KAAK,CAAC,YAAY,CAAC;IACtD,CAAC;IAyED,YAAY,IAAY,EAAE,WAAoC,EAAE,IAAmC;QAC/F,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAqC,CAAC;YACpD,cAAc,CAAC,6BAA6B,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,2BAA2B,CAAC,CAAC,CAAC,SAAS,CAAC;YACtG,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,sCAAsC,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,oCAAoC,CAAC,CAAC,CAAC,SAAS,CAAC;YACxH,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,qBAAqB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAAC,CAAC,SAAS,CAAC;YACtF,cAAc,CAAC,kBAAkB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,0BAA0B,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,wBAAwB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChG,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,kBAAkB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;SACrE;aAAM;YACH,MAAM,IAAI,GAAG,WAAoC,CAAC;YAClD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,WAAW,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACxD,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,gBAAgB,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC7D,MAAM,IAAI,KAAK,CAAC,8CAA8C,CAAC,CAAC;aACnE;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,cAAc,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC3D,MAAM,IAAI,KAAK,CAAC,4CAA4C,CAAC,CAAC;aACjE;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,aAAa,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1D,MAAM,IAAI,KAAK,CAAC,2CAA2C,CAAC,CAAC;aAChE;YACD,cAAc,CAAC,6BAA6B,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,2BAA2B,CAAC,CAAC,CAAC,SAAS,CAAC;YACpG,cAAc,CAAC,sCAAsC,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,oCAAoC,CAAC,CAAC,CAAC,SAAS,CAAC;YACtH,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACtD,cAAc,CAAC,qBAAqB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC1D,cAAc,CAAC,0BAA0B,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC/D,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,kBAAkB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC1D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,KAAK,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC1D,CAAC;;AAnJL,sBAoJC;AAtIG,gBAAgB;AACO,kBAAY,GAAG,kCAAkC,CAAC"}
|
package/ec2/securityGroup.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import * as outputs from "../types/output";
|
|
|
4
4
|
/**
|
|
5
5
|
* Provides a security group resource.
|
|
6
6
|
*
|
|
7
|
-
* > **NOTE on Security Groups and Security Group Rules:** This provider currently provides a Security Group resource with `ingress` and `egress` rules defined in-line and a Security Group Rule resource which manages one or more `ingress` or `egress` rules. Both of these resource were added before AWS assigned a [security group rule unique ID](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-rules.html), and they do not work well in all scenarios using the`description` and `tags` attributes, which rely on the unique ID. The `
|
|
7
|
+
* > **NOTE on Security Groups and Security Group Rules:** This provider currently provides a Security Group resource with `ingress` and `egress` rules defined in-line and a Security Group Rule resource which manages one or more `ingress` or `egress` rules. Both of these resource were added before AWS assigned a [security group rule unique ID](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-rules.html), and they do not work well in all scenarios using the`description` and `tags` attributes, which rely on the unique ID. The `aws.vpc.SecurityGroupEgressRule` and `aws.vpc.SecurityGroupIngressRule` resources have been added to address these limitations and should be used for all new security group rules. You should not use the `aws.vpc.SecurityGroupEgressRule` and `aws.vpc.SecurityGroupIngressRule` resources in conjunction with an `aws.ec2.SecurityGroup` resource with in-line rules or with `aws.ec2.SecurityGroupRule` resources defined for the same Security Group, as rule conflicts may occur and rules will be overwritten.
|
|
8
8
|
*
|
|
9
9
|
* > **NOTE:** Referencing Security Groups across VPC peering has certain restrictions. More information is available in the [VPC Peering User Guide](https://docs.aws.amazon.com/vpc/latest/peering/vpc-peering-security-groups.html).
|
|
10
10
|
*
|
package/ec2/securityGroup.js
CHANGED
|
@@ -8,7 +8,7 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* Provides a security group resource.
|
|
10
10
|
*
|
|
11
|
-
* > **NOTE on Security Groups and Security Group Rules:** This provider currently provides a Security Group resource with `ingress` and `egress` rules defined in-line and a Security Group Rule resource which manages one or more `ingress` or `egress` rules. Both of these resource were added before AWS assigned a [security group rule unique ID](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-rules.html), and they do not work well in all scenarios using the`description` and `tags` attributes, which rely on the unique ID. The `
|
|
11
|
+
* > **NOTE on Security Groups and Security Group Rules:** This provider currently provides a Security Group resource with `ingress` and `egress` rules defined in-line and a Security Group Rule resource which manages one or more `ingress` or `egress` rules. Both of these resource were added before AWS assigned a [security group rule unique ID](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-rules.html), and they do not work well in all scenarios using the`description` and `tags` attributes, which rely on the unique ID. The `aws.vpc.SecurityGroupEgressRule` and `aws.vpc.SecurityGroupIngressRule` resources have been added to address these limitations and should be used for all new security group rules. You should not use the `aws.vpc.SecurityGroupEgressRule` and `aws.vpc.SecurityGroupIngressRule` resources in conjunction with an `aws.ec2.SecurityGroup` resource with in-line rules or with `aws.ec2.SecurityGroupRule` resources defined for the same Security Group, as rule conflicts may occur and rules will be overwritten.
|
|
12
12
|
*
|
|
13
13
|
* > **NOTE:** Referencing Security Groups across VPC peering has certain restrictions. More information is available in the [VPC Peering User Guide](https://docs.aws.amazon.com/vpc/latest/peering/vpc-peering-security-groups.html).
|
|
14
14
|
*
|
|
@@ -6,8 +6,8 @@ import * as enums from "../types/enums";
|
|
|
6
6
|
*
|
|
7
7
|
* > **NOTE on Security Groups and Security Group Rules:** This provider currently provides a Security Group resource with `ingress` and `egress` rules defined in-line and a Security Group Rule resource which manages one or more `ingress` or
|
|
8
8
|
* `egress` rules. Both of these resource were added before AWS assigned a [security group rule unique ID](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-rules.html), and they do not work well in all scenarios using the`description` and `tags` attributes, which rely on the unique ID.
|
|
9
|
-
* The `
|
|
10
|
-
* You should not use the `
|
|
9
|
+
* The `aws.vpc.SecurityGroupEgressRule` and `aws.vpc.SecurityGroupIngressRule` resources have been added to address these limitations and should be used for all new security group rules.
|
|
10
|
+
* You should not use the `aws.vpc.SecurityGroupEgressRule` and `aws.vpc.SecurityGroupIngressRule` resources in conjunction with an `aws.ec2.SecurityGroup` resource with in-line rules or with `aws.ec2.SecurityGroupRule` resources defined for the same Security Group, as rule conflicts may occur and rules will be overwritten.
|
|
11
11
|
*
|
|
12
12
|
* > **NOTE:** Setting `protocol = "all"` or `protocol = -1` with `fromPort` and `toPort` will result in the EC2 API creating a security group rule with all ports open. This API behavior cannot be controlled by this provider and may generate warnings in the future.
|
|
13
13
|
*
|
package/ec2/securityGroupRule.js
CHANGED
|
@@ -11,8 +11,8 @@ const utilities = require("../utilities");
|
|
|
11
11
|
*
|
|
12
12
|
* > **NOTE on Security Groups and Security Group Rules:** This provider currently provides a Security Group resource with `ingress` and `egress` rules defined in-line and a Security Group Rule resource which manages one or more `ingress` or
|
|
13
13
|
* `egress` rules. Both of these resource were added before AWS assigned a [security group rule unique ID](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-rules.html), and they do not work well in all scenarios using the`description` and `tags` attributes, which rely on the unique ID.
|
|
14
|
-
* The `
|
|
15
|
-
* You should not use the `
|
|
14
|
+
* The `aws.vpc.SecurityGroupEgressRule` and `aws.vpc.SecurityGroupIngressRule` resources have been added to address these limitations and should be used for all new security group rules.
|
|
15
|
+
* You should not use the `aws.vpc.SecurityGroupEgressRule` and `aws.vpc.SecurityGroupIngressRule` resources in conjunction with an `aws.ec2.SecurityGroup` resource with in-line rules or with `aws.ec2.SecurityGroupRule` resources defined for the same Security Group, as rule conflicts may occur and rules will be overwritten.
|
|
16
16
|
*
|
|
17
17
|
* > **NOTE:** Setting `protocol = "all"` or `protocol = -1` with `fromPort` and `toPort` will result in the EC2 API creating a security group rule with all ports open. This API behavior cannot be controlled by this provider and may generate warnings in the future.
|
|
18
18
|
*
|
|
@@ -11,15 +11,18 @@ import * as outputs from "../types/output";
|
|
|
11
11
|
* import * as pulumi from "@pulumi/pulumi";
|
|
12
12
|
* import * as aws from "@pulumi/aws";
|
|
13
13
|
*
|
|
14
|
-
* const example = new aws.emrcontainers.JobTemplate("example", {
|
|
15
|
-
*
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
*
|
|
14
|
+
* const example = new aws.emrcontainers.JobTemplate("example", {
|
|
15
|
+
* jobTemplateData: {
|
|
16
|
+
* executionRoleArn: aws_iam_role.example.arn,
|
|
17
|
+
* releaseLabel: "emr-6.10.0-latest",
|
|
18
|
+
* jobDriver: {
|
|
19
|
+
* sparkSqlJobDriver: {
|
|
20
|
+
* entryPoint: "default",
|
|
21
|
+
* },
|
|
20
22
|
* },
|
|
21
23
|
* },
|
|
22
|
-
*
|
|
24
|
+
* name: "example",
|
|
25
|
+
* });
|
|
23
26
|
* ```
|
|
24
27
|
*
|
|
25
28
|
* ## Import
|
|
@@ -131,7 +134,7 @@ export interface JobTemplateArgs {
|
|
|
131
134
|
/**
|
|
132
135
|
* The specified name of the job template.
|
|
133
136
|
*/
|
|
134
|
-
name
|
|
137
|
+
name: pulumi.Input<string>;
|
|
135
138
|
/**
|
|
136
139
|
* Key-value mapping of resource tags. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
137
140
|
*/
|
|
@@ -15,15 +15,18 @@ const utilities = require("../utilities");
|
|
|
15
15
|
* import * as pulumi from "@pulumi/pulumi";
|
|
16
16
|
* import * as aws from "@pulumi/aws";
|
|
17
17
|
*
|
|
18
|
-
* const example = new aws.emrcontainers.JobTemplate("example", {
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*
|
|
23
|
-
*
|
|
18
|
+
* const example = new aws.emrcontainers.JobTemplate("example", {
|
|
19
|
+
* jobTemplateData: {
|
|
20
|
+
* executionRoleArn: aws_iam_role.example.arn,
|
|
21
|
+
* releaseLabel: "emr-6.10.0-latest",
|
|
22
|
+
* jobDriver: {
|
|
23
|
+
* sparkSqlJobDriver: {
|
|
24
|
+
* entryPoint: "default",
|
|
25
|
+
* },
|
|
24
26
|
* },
|
|
25
27
|
* },
|
|
26
|
-
*
|
|
28
|
+
* name: "example",
|
|
29
|
+
* });
|
|
27
30
|
* ```
|
|
28
31
|
*
|
|
29
32
|
* ## Import
|
|
@@ -74,6 +77,9 @@ class JobTemplate extends pulumi.CustomResource {
|
|
|
74
77
|
if ((!args || args.jobTemplateData === undefined) && !opts.urn) {
|
|
75
78
|
throw new Error("Missing required property 'jobTemplateData'");
|
|
76
79
|
}
|
|
80
|
+
if ((!args || args.name === undefined) && !opts.urn) {
|
|
81
|
+
throw new Error("Missing required property 'name'");
|
|
82
|
+
}
|
|
77
83
|
resourceInputs["jobTemplateData"] = args ? args.jobTemplateData : undefined;
|
|
78
84
|
resourceInputs["kmsKeyArn"] = args ? args.kmsKeyArn : undefined;
|
|
79
85
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"jobTemplate.js","sourceRoot":"","sources":["../../emrcontainers/jobTemplate.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"jobTemplate.js","sourceRoot":"","sources":["../../emrcontainers/jobTemplate.ts"],"names":[],"mappings":"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"}
|
|
@@ -11,7 +11,10 @@ import * as outputs from "../types/output";
|
|
|
11
11
|
* import * as pulumi from "@pulumi/pulumi";
|
|
12
12
|
* import * as aws from "@pulumi/aws";
|
|
13
13
|
*
|
|
14
|
-
* const example = new aws.glue.DataQualityRuleset("example", {
|
|
14
|
+
* const example = new aws.glue.DataQualityRuleset("example", {
|
|
15
|
+
* name: "example",
|
|
16
|
+
* ruleset: "Rules = [Completeness \"colA\" between 0.4 and 0.8]",
|
|
17
|
+
* });
|
|
15
18
|
* ```
|
|
16
19
|
* ### With description
|
|
17
20
|
*
|
|
@@ -21,6 +24,7 @@ import * as outputs from "../types/output";
|
|
|
21
24
|
*
|
|
22
25
|
* const example = new aws.glue.DataQualityRuleset("example", {
|
|
23
26
|
* description: "example",
|
|
27
|
+
* name: "example",
|
|
24
28
|
* ruleset: "Rules = [Completeness \"colA\" between 0.4 and 0.8]",
|
|
25
29
|
* });
|
|
26
30
|
* ```
|
|
@@ -31,6 +35,7 @@ import * as outputs from "../types/output";
|
|
|
31
35
|
* import * as aws from "@pulumi/aws";
|
|
32
36
|
*
|
|
33
37
|
* const example = new aws.glue.DataQualityRuleset("example", {
|
|
38
|
+
* name: "example",
|
|
34
39
|
* ruleset: "Rules = [Completeness \"colA\" between 0.4 and 0.8]",
|
|
35
40
|
* tags: {
|
|
36
41
|
* hello: "world",
|
|
@@ -44,6 +49,7 @@ import * as outputs from "../types/output";
|
|
|
44
49
|
* import * as aws from "@pulumi/aws";
|
|
45
50
|
*
|
|
46
51
|
* const example = new aws.glue.DataQualityRuleset("example", {
|
|
52
|
+
* name: "example",
|
|
47
53
|
* ruleset: "Rules = [Completeness \"colA\" between 0.4 and 0.8]",
|
|
48
54
|
* targetTable: {
|
|
49
55
|
* databaseName: aws_glue_catalog_database.example.name,
|
|
@@ -189,7 +195,7 @@ export interface DataQualityRulesetArgs {
|
|
|
189
195
|
/**
|
|
190
196
|
* Name of the data quality ruleset.
|
|
191
197
|
*/
|
|
192
|
-
name
|
|
198
|
+
name: pulumi.Input<string>;
|
|
193
199
|
/**
|
|
194
200
|
* A Data Quality Definition Language (DQDL) ruleset. For more information, see the AWS Glue developer guide.
|
|
195
201
|
*/
|
|
@@ -15,7 +15,10 @@ const utilities = require("../utilities");
|
|
|
15
15
|
* import * as pulumi from "@pulumi/pulumi";
|
|
16
16
|
* import * as aws from "@pulumi/aws";
|
|
17
17
|
*
|
|
18
|
-
* const example = new aws.glue.DataQualityRuleset("example", {
|
|
18
|
+
* const example = new aws.glue.DataQualityRuleset("example", {
|
|
19
|
+
* name: "example",
|
|
20
|
+
* ruleset: "Rules = [Completeness \"colA\" between 0.4 and 0.8]",
|
|
21
|
+
* });
|
|
19
22
|
* ```
|
|
20
23
|
* ### With description
|
|
21
24
|
*
|
|
@@ -25,6 +28,7 @@ const utilities = require("../utilities");
|
|
|
25
28
|
*
|
|
26
29
|
* const example = new aws.glue.DataQualityRuleset("example", {
|
|
27
30
|
* description: "example",
|
|
31
|
+
* name: "example",
|
|
28
32
|
* ruleset: "Rules = [Completeness \"colA\" between 0.4 and 0.8]",
|
|
29
33
|
* });
|
|
30
34
|
* ```
|
|
@@ -35,6 +39,7 @@ const utilities = require("../utilities");
|
|
|
35
39
|
* import * as aws from "@pulumi/aws";
|
|
36
40
|
*
|
|
37
41
|
* const example = new aws.glue.DataQualityRuleset("example", {
|
|
42
|
+
* name: "example",
|
|
38
43
|
* ruleset: "Rules = [Completeness \"colA\" between 0.4 and 0.8]",
|
|
39
44
|
* tags: {
|
|
40
45
|
* hello: "world",
|
|
@@ -48,6 +53,7 @@ const utilities = require("../utilities");
|
|
|
48
53
|
* import * as aws from "@pulumi/aws";
|
|
49
54
|
*
|
|
50
55
|
* const example = new aws.glue.DataQualityRuleset("example", {
|
|
56
|
+
* name: "example",
|
|
51
57
|
* ruleset: "Rules = [Completeness \"colA\" between 0.4 and 0.8]",
|
|
52
58
|
* targetTable: {
|
|
53
59
|
* databaseName: aws_glue_catalog_database.example.name,
|
|
@@ -105,6 +111,9 @@ class DataQualityRuleset extends pulumi.CustomResource {
|
|
|
105
111
|
}
|
|
106
112
|
else {
|
|
107
113
|
const args = argsOrState;
|
|
114
|
+
if ((!args || args.name === undefined) && !opts.urn) {
|
|
115
|
+
throw new Error("Missing required property 'name'");
|
|
116
|
+
}
|
|
108
117
|
if ((!args || args.ruleset === undefined) && !opts.urn) {
|
|
109
118
|
throw new Error("Missing required property 'ruleset'");
|
|
110
119
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dataQualityRuleset.js","sourceRoot":"","sources":["../../glue/dataQualityRuleset.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"dataQualityRuleset.js","sourceRoot":"","sources":["../../glue/dataQualityRuleset.ts"],"names":[],"mappings":"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"}
|
package/index.d.ts
CHANGED
|
@@ -74,6 +74,7 @@ import * as apprunner from "./apprunner";
|
|
|
74
74
|
import * as appstream from "./appstream";
|
|
75
75
|
import * as appsync from "./appsync";
|
|
76
76
|
import * as athena from "./athena";
|
|
77
|
+
import * as auditmanager from "./auditmanager";
|
|
77
78
|
import * as autoscaling from "./autoscaling";
|
|
78
79
|
import * as autoscalingplans from "./autoscalingplans";
|
|
79
80
|
import * as backup from "./backup";
|
|
@@ -196,6 +197,7 @@ import * as rds from "./rds";
|
|
|
196
197
|
import * as redshift from "./redshift";
|
|
197
198
|
import * as redshiftdata from "./redshiftdata";
|
|
198
199
|
import * as redshiftserverless from "./redshiftserverless";
|
|
200
|
+
import * as resourceexplorer from "./resourceexplorer";
|
|
199
201
|
import * as resourcegroups from "./resourcegroups";
|
|
200
202
|
import * as resourcegroupstaggingapi from "./resourcegroupstaggingapi";
|
|
201
203
|
import * as rolesanywhere from "./rolesanywhere";
|
|
@@ -236,6 +238,7 @@ import * as timestreamwrite from "./timestreamwrite";
|
|
|
236
238
|
import * as transcribe from "./transcribe";
|
|
237
239
|
import * as transfer from "./transfer";
|
|
238
240
|
import * as types from "./types";
|
|
241
|
+
import * as vpc from "./vpc";
|
|
239
242
|
import * as vpclattice from "./vpclattice";
|
|
240
243
|
import * as waf from "./waf";
|
|
241
244
|
import * as wafregional from "./wafregional";
|
|
@@ -243,4 +246,4 @@ import * as wafv2 from "./wafv2";
|
|
|
243
246
|
import * as worklink from "./worklink";
|
|
244
247
|
import * as workspaces from "./workspaces";
|
|
245
248
|
import * as xray from "./xray";
|
|
246
|
-
export { accessanalyzer, account, acm, acmpca, alb, amp, amplify, apigateway, apigatewayv2, appautoscaling, appconfig, appflow, appintegrations, applicationinsights, applicationloadbalancing, appmesh, apprunner, appstream, appsync, athena, autoscaling, autoscalingplans, backup, batch, budgets, cfg, chime, chimesdkmediapipelines, cloud9, cloudcontrol, cloudformation, cloudfront, cloudhsmv2, cloudsearch, cloudtrail, cloudwatch, codeartifact, codebuild, codecommit, codedeploy, codegurureviewer, codepipeline, codestarconnections, codestarnotifications, cognito, comprehend, config, connect, controltower, costexplorer, cur, dataexchange, datapipeline, datasync, dax, detective, devicefarm, directconnect, directoryservice, dlm, dms, docdb, dynamodb, ebs, ec2, ec2clientvpn, ec2transitgateway, ecr, ecrpublic, ecs, efs, eks, elasticache, elasticbeanstalk, elasticloadbalancing, elasticloadbalancingv2, elasticsearch, elastictranscoder, elb, emr, emrcontainers, emrserverless, evidently, fis, fms, fsx, gamelift, glacier, globalaccelerator, glue, grafana, guardduty, iam, identitystore, imagebuilder, inspector, inspector2, iot, ivs, ivschat, kendra, keyspaces, kinesis, kinesisanalyticsv2, kms, lakeformation, lambda, lb, lex, licensemanager, lightsail, location, macie, macie2, mediaconvert, medialive, mediapackage, mediastore, memorydb, mq, msk, mskconnect, mwaa, neptune, networkfirewall, networkmanager, oam, opensearch, opsworks, organizations, outposts, pinpoint, pipes, pricing, qldb, quicksight, ram, rbin, rds, redshift, redshiftdata, redshiftserverless, resourcegroups, resourcegroupstaggingapi, rolesanywhere, route53, route53domains, route53recoverycontrol, route53recoveryreadiness, rum, s3, s3control, s3outposts, sagemaker, scheduler, schemas, secretsmanager, securityhub, serverless, serverlessrepository, servicecatalog, servicediscovery, servicequotas, ses, sesv2, sfn, shield, signer, simpledb, sns, sqs, ssm, ssmcontacts, ssmincidents, ssoadmin, storagegateway, swf, synthetics, timestreamwrite, transcribe, transfer, types, vpclattice, waf, wafregional, wafv2, worklink, workspaces, xray, };
|
|
249
|
+
export { accessanalyzer, account, acm, acmpca, alb, amp, amplify, apigateway, apigatewayv2, appautoscaling, appconfig, appflow, appintegrations, applicationinsights, applicationloadbalancing, appmesh, apprunner, appstream, appsync, athena, auditmanager, autoscaling, autoscalingplans, backup, batch, budgets, cfg, chime, chimesdkmediapipelines, cloud9, cloudcontrol, cloudformation, cloudfront, cloudhsmv2, cloudsearch, cloudtrail, cloudwatch, codeartifact, codebuild, codecommit, codedeploy, codegurureviewer, codepipeline, codestarconnections, codestarnotifications, cognito, comprehend, config, connect, controltower, costexplorer, cur, dataexchange, datapipeline, datasync, dax, detective, devicefarm, directconnect, directoryservice, dlm, dms, docdb, dynamodb, ebs, ec2, ec2clientvpn, ec2transitgateway, ecr, ecrpublic, ecs, efs, eks, elasticache, elasticbeanstalk, elasticloadbalancing, elasticloadbalancingv2, elasticsearch, elastictranscoder, elb, emr, emrcontainers, emrserverless, evidently, fis, fms, fsx, gamelift, glacier, globalaccelerator, glue, grafana, guardduty, iam, identitystore, imagebuilder, inspector, inspector2, iot, ivs, ivschat, kendra, keyspaces, kinesis, kinesisanalyticsv2, kms, lakeformation, lambda, lb, lex, licensemanager, lightsail, location, macie, macie2, mediaconvert, medialive, mediapackage, mediastore, memorydb, mq, msk, mskconnect, mwaa, neptune, networkfirewall, networkmanager, oam, opensearch, opsworks, organizations, outposts, pinpoint, pipes, pricing, qldb, quicksight, ram, rbin, rds, redshift, redshiftdata, redshiftserverless, resourceexplorer, resourcegroups, resourcegroupstaggingapi, rolesanywhere, route53, route53domains, route53recoverycontrol, route53recoveryreadiness, rum, s3, s3control, s3outposts, sagemaker, scheduler, schemas, secretsmanager, securityhub, serverless, serverlessrepository, servicecatalog, servicediscovery, servicequotas, ses, sesv2, sfn, shield, signer, simpledb, sns, sqs, ssm, ssmcontacts, ssmincidents, ssoadmin, storagegateway, swf, synthetics, timestreamwrite, transcribe, transfer, types, vpc, vpclattice, waf, wafregional, wafv2, worklink, workspaces, xray, };
|
package/index.js
CHANGED
|
@@ -17,10 +17,10 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
17
17
|
};
|
|
18
18
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
19
|
exports.appsync = exports.appstream = exports.apprunner = exports.appmesh = exports.applicationloadbalancing = exports.applicationinsights = exports.appintegrations = exports.appflow = exports.appconfig = exports.appautoscaling = exports.apigatewayv2 = exports.apigateway = exports.amplify = exports.amp = exports.alb = exports.acmpca = exports.acm = exports.account = exports.accessanalyzer = exports.Provider = exports.getServiceOutput = exports.getService = exports.getRegionsOutput = exports.getRegions = exports.getRegionOutput = exports.getRegion = exports.getPrefixListOutput = exports.getPrefixList = exports.getPartition = exports.getIpRangesOutput = exports.getIpRanges = exports.getElasticIpOutput = exports.getElasticIp = exports.getDefaultTagsOutput = exports.getDefaultTags = exports.getCanonicalUserId = exports.getCallerIdentity = exports.getBillingServiceAccount = exports.getAvailabilityZonesOutput = exports.getAvailabilityZones = exports.getAvailabilityZoneOutput = exports.getAvailabilityZone = exports.getAutoscalingGroupsOutput = exports.getAutoscalingGroups = exports.getArnOutput = exports.getArn = exports.getAmiIdsOutput = exports.getAmiIds = exports.getAmiOutput = exports.getAmi = void 0;
|
|
20
|
-
exports.
|
|
21
|
-
exports.
|
|
22
|
-
exports.
|
|
23
|
-
exports.xray = exports.workspaces = exports.worklink = exports.wafv2 = exports.wafregional = exports.waf = exports.vpclattice = exports.types = exports.transfer = exports.transcribe = exports.timestreamwrite = exports.synthetics = exports.swf = exports.storagegateway = exports.ssoadmin = exports.ssmincidents = exports.ssmcontacts = exports.ssm = exports.sqs = exports.sns = void 0;
|
|
20
|
+
exports.ecr = exports.ec2transitgateway = exports.ec2clientvpn = exports.ec2 = exports.ebs = exports.dynamodb = exports.docdb = exports.dms = exports.dlm = exports.directoryservice = exports.directconnect = exports.devicefarm = exports.detective = exports.dax = exports.datasync = exports.datapipeline = exports.dataexchange = exports.cur = exports.costexplorer = exports.controltower = exports.connect = exports.config = exports.comprehend = exports.cognito = exports.codestarnotifications = exports.codestarconnections = exports.codepipeline = exports.codegurureviewer = exports.codedeploy = exports.codecommit = exports.codebuild = exports.codeartifact = exports.cloudwatch = exports.cloudtrail = exports.cloudsearch = exports.cloudhsmv2 = exports.cloudfront = exports.cloudformation = exports.cloudcontrol = exports.cloud9 = exports.chimesdkmediapipelines = exports.chime = exports.cfg = exports.budgets = exports.batch = exports.backup = exports.autoscalingplans = exports.autoscaling = exports.auditmanager = exports.athena = void 0;
|
|
21
|
+
exports.mediastore = exports.mediapackage = exports.medialive = exports.mediaconvert = exports.macie2 = exports.macie = exports.location = exports.lightsail = exports.licensemanager = exports.lex = exports.lb = exports.lambda = exports.lakeformation = exports.kms = exports.kinesisanalyticsv2 = exports.kinesis = exports.keyspaces = exports.kendra = exports.ivschat = exports.ivs = exports.iot = exports.inspector2 = exports.inspector = exports.imagebuilder = exports.identitystore = exports.iam = exports.guardduty = exports.grafana = exports.glue = exports.globalaccelerator = exports.glacier = exports.gamelift = exports.fsx = exports.fms = exports.fis = exports.evidently = exports.emrserverless = exports.emrcontainers = exports.emr = exports.elb = exports.elastictranscoder = exports.elasticsearch = exports.elasticloadbalancingv2 = exports.elasticloadbalancing = exports.elasticbeanstalk = exports.elasticache = exports.eks = exports.efs = exports.ecs = exports.ecrpublic = void 0;
|
|
22
|
+
exports.shield = exports.sfn = exports.sesv2 = exports.ses = exports.servicequotas = exports.servicediscovery = exports.servicecatalog = exports.serverlessrepository = exports.serverless = exports.securityhub = exports.secretsmanager = exports.schemas = exports.scheduler = exports.sagemaker = exports.s3outposts = exports.s3control = exports.s3 = exports.rum = exports.route53recoveryreadiness = exports.route53recoverycontrol = exports.route53domains = exports.route53 = exports.rolesanywhere = exports.resourcegroupstaggingapi = exports.resourcegroups = exports.resourceexplorer = exports.redshiftserverless = exports.redshiftdata = exports.redshift = exports.rds = exports.rbin = exports.ram = exports.quicksight = exports.qldb = exports.pricing = exports.pipes = exports.pinpoint = exports.outposts = exports.organizations = exports.opsworks = exports.opensearch = exports.oam = exports.networkmanager = exports.networkfirewall = exports.neptune = exports.mwaa = exports.mskconnect = exports.msk = exports.mq = exports.memorydb = void 0;
|
|
23
|
+
exports.xray = exports.workspaces = exports.worklink = exports.wafv2 = exports.wafregional = exports.waf = exports.vpclattice = exports.vpc = exports.types = exports.transfer = exports.transcribe = exports.timestreamwrite = exports.synthetics = exports.swf = exports.storagegateway = exports.ssoadmin = exports.ssmincidents = exports.ssmcontacts = exports.ssm = exports.sqs = exports.sns = exports.simpledb = exports.signer = void 0;
|
|
24
24
|
const pulumi = require("@pulumi/pulumi");
|
|
25
25
|
const utilities = require("./utilities");
|
|
26
26
|
// Export members:
|
|
@@ -121,6 +121,8 @@ const appsync = require("./appsync");
|
|
|
121
121
|
exports.appsync = appsync;
|
|
122
122
|
const athena = require("./athena");
|
|
123
123
|
exports.athena = athena;
|
|
124
|
+
const auditmanager = require("./auditmanager");
|
|
125
|
+
exports.auditmanager = auditmanager;
|
|
124
126
|
const autoscaling = require("./autoscaling");
|
|
125
127
|
exports.autoscaling = autoscaling;
|
|
126
128
|
const autoscalingplans = require("./autoscalingplans");
|
|
@@ -365,6 +367,8 @@ const redshiftdata = require("./redshiftdata");
|
|
|
365
367
|
exports.redshiftdata = redshiftdata;
|
|
366
368
|
const redshiftserverless = require("./redshiftserverless");
|
|
367
369
|
exports.redshiftserverless = redshiftserverless;
|
|
370
|
+
const resourceexplorer = require("./resourceexplorer");
|
|
371
|
+
exports.resourceexplorer = resourceexplorer;
|
|
368
372
|
const resourcegroups = require("./resourcegroups");
|
|
369
373
|
exports.resourcegroups = resourcegroups;
|
|
370
374
|
const resourcegroupstaggingapi = require("./resourcegroupstaggingapi");
|
|
@@ -445,6 +449,8 @@ const transfer = require("./transfer");
|
|
|
445
449
|
exports.transfer = transfer;
|
|
446
450
|
const types = require("./types");
|
|
447
451
|
exports.types = types;
|
|
452
|
+
const vpc = require("./vpc");
|
|
453
|
+
exports.vpc = vpc;
|
|
448
454
|
const vpclattice = require("./vpclattice");
|
|
449
455
|
exports.vpclattice = vpclattice;
|
|
450
456
|
const waf = require("./waf");
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"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"}
|
package/medialive/index.d.ts
CHANGED
|
@@ -10,3 +10,6 @@ export declare const InputSecurityGroup: typeof import("./inputSecurityGroup").I
|
|
|
10
10
|
export { MultiplexArgs, MultiplexState } from "./multiplex";
|
|
11
11
|
export type Multiplex = import("./multiplex").Multiplex;
|
|
12
12
|
export declare const Multiplex: typeof import("./multiplex").Multiplex;
|
|
13
|
+
export { MultiplexProgramArgs, MultiplexProgramState } from "./multiplexProgram";
|
|
14
|
+
export type MultiplexProgram = import("./multiplexProgram").MultiplexProgram;
|
|
15
|
+
export declare const MultiplexProgram: typeof import("./multiplexProgram").MultiplexProgram;
|
package/medialive/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.Multiplex = exports.InputSecurityGroup = exports.Input = exports.Channel = void 0;
|
|
5
|
+
exports.MultiplexProgram = exports.Multiplex = exports.InputSecurityGroup = exports.Input = exports.Channel = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
exports.Channel = null;
|
|
@@ -13,6 +13,8 @@ exports.InputSecurityGroup = null;
|
|
|
13
13
|
utilities.lazyLoad(exports, ["InputSecurityGroup"], () => require("./inputSecurityGroup"));
|
|
14
14
|
exports.Multiplex = null;
|
|
15
15
|
utilities.lazyLoad(exports, ["Multiplex"], () => require("./multiplex"));
|
|
16
|
+
exports.MultiplexProgram = null;
|
|
17
|
+
utilities.lazyLoad(exports, ["MultiplexProgram"], () => require("./multiplexProgram"));
|
|
16
18
|
const _module = {
|
|
17
19
|
version: utilities.getVersion(),
|
|
18
20
|
construct: (name, type, urn) => {
|
|
@@ -25,6 +27,8 @@ const _module = {
|
|
|
25
27
|
return new exports.InputSecurityGroup(name, undefined, { urn });
|
|
26
28
|
case "aws:medialive/multiplex:Multiplex":
|
|
27
29
|
return new exports.Multiplex(name, undefined, { urn });
|
|
30
|
+
case "aws:medialive/multiplexProgram:MultiplexProgram":
|
|
31
|
+
return new exports.MultiplexProgram(name, undefined, { urn });
|
|
28
32
|
default:
|
|
29
33
|
throw new Error(`unknown resource type ${type}`);
|
|
30
34
|
}
|
|
@@ -34,4 +38,5 @@ pulumi.runtime.registerResourceModule("aws", "medialive/channel", _module);
|
|
|
34
38
|
pulumi.runtime.registerResourceModule("aws", "medialive/input", _module);
|
|
35
39
|
pulumi.runtime.registerResourceModule("aws", "medialive/inputSecurityGroup", _module);
|
|
36
40
|
pulumi.runtime.registerResourceModule("aws", "medialive/multiplex", _module);
|
|
41
|
+
pulumi.runtime.registerResourceModule("aws", "medialive/multiplexProgram", _module);
|
|
37
42
|
//# sourceMappingURL=index.js.map
|
package/medialive/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../medialive/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,OAAO,GAAuC,IAAW,CAAC;AACvE,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,SAAS,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC;AAIxD,QAAA,KAAK,GAAmC,IAAW,CAAC;AACjE,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,CAAC;AAIpD,QAAA,kBAAkB,GAA6D,IAAW,CAAC;AACxG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,oBAAoB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC,CAAC;AAI9E,QAAA,SAAS,GAA2C,IAAW,CAAC;AAC7E,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,WAAW,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,aAAa,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../medialive/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,OAAO,GAAuC,IAAW,CAAC;AACvE,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,SAAS,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC;AAIxD,QAAA,KAAK,GAAmC,IAAW,CAAC;AACjE,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,CAAC;AAIpD,QAAA,kBAAkB,GAA6D,IAAW,CAAC;AACxG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,oBAAoB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC,CAAC;AAI9E,QAAA,SAAS,GAA2C,IAAW,CAAC;AAC7E,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,WAAW,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,aAAa,CAAC,CAAC,CAAC;AAI5D,QAAA,gBAAgB,GAAyD,IAAW,CAAC;AAClG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,kBAAkB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC,CAAC;AAGvF,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,+BAA+B;gBAChC,OAAO,IAAI,eAAO,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACrD,KAAK,2BAA2B;gBAC5B,OAAO,IAAI,aAAK,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACnD,KAAK,qDAAqD;gBACtD,OAAO,IAAI,0BAAkB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAChE,KAAK,mCAAmC;gBACpC,OAAO,IAAI,iBAAS,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACvD,KAAK,iDAAiD;gBAClD,OAAO,IAAI,wBAAgB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC9D;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,mBAAmB,EAAE,OAAO,CAAC,CAAA;AAC1E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,iBAAiB,EAAE,OAAO,CAAC,CAAA;AACxE,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,8BAA8B,EAAE,OAAO,CAAC,CAAA;AACrF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,qBAAqB,EAAE,OAAO,CAAC,CAAA;AAC5E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,4BAA4B,EAAE,OAAO,CAAC,CAAA"}
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Resource for managing an AWS MediaLive MultiplexProgram.
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
* ### Basic Usage
|
|
9
|
+
*
|
|
10
|
+
* ```typescript
|
|
11
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
+
* import * as aws from "@pulumi/aws";
|
|
13
|
+
*
|
|
14
|
+
* const available = aws.getAvailabilityZones({
|
|
15
|
+
* state: "available",
|
|
16
|
+
* });
|
|
17
|
+
* const exampleMultiplex = new aws.medialive.Multiplex("exampleMultiplex", {
|
|
18
|
+
* availabilityZones: [
|
|
19
|
+
* available.then(available => available.names?.[0]),
|
|
20
|
+
* available.then(available => available.names?.[1]),
|
|
21
|
+
* ],
|
|
22
|
+
* multiplexSettings: {
|
|
23
|
+
* transportStreamBitrate: 1000000,
|
|
24
|
+
* transportStreamId: 1,
|
|
25
|
+
* transportStreamReservedBitrate: 1,
|
|
26
|
+
* maximumVideoBufferDelayMilliseconds: 1000,
|
|
27
|
+
* },
|
|
28
|
+
* startMultiplex: true,
|
|
29
|
+
* tags: {
|
|
30
|
+
* tag1: "value1",
|
|
31
|
+
* },
|
|
32
|
+
* });
|
|
33
|
+
* const exampleMultiplexProgram = new aws.medialive.MultiplexProgram("exampleMultiplexProgram", {
|
|
34
|
+
* programName: "example_program",
|
|
35
|
+
* multiplexId: exampleMultiplex.id,
|
|
36
|
+
* multiplexProgramSettings: {
|
|
37
|
+
* programNumber: 1,
|
|
38
|
+
* preferredChannelPipeline: "CURRENTLY_ACTIVE",
|
|
39
|
+
* videoSettings: {
|
|
40
|
+
* constantBitrate: 100000,
|
|
41
|
+
* },
|
|
42
|
+
* },
|
|
43
|
+
* });
|
|
44
|
+
* ```
|
|
45
|
+
*
|
|
46
|
+
* ## Import
|
|
47
|
+
*
|
|
48
|
+
* MediaLive MultiplexProgram can be imported using the `id`, or a combination of "`program_name`/`multiplex_id`" e.g.,
|
|
49
|
+
*
|
|
50
|
+
* ```sh
|
|
51
|
+
* $ pulumi import aws:medialive/multiplexProgram:MultiplexProgram example example_program/1234567
|
|
52
|
+
* ```
|
|
53
|
+
*/
|
|
54
|
+
export declare class MultiplexProgram extends pulumi.CustomResource {
|
|
55
|
+
/**
|
|
56
|
+
* Get an existing MultiplexProgram resource's state with the given name, ID, and optional extra
|
|
57
|
+
* properties used to qualify the lookup.
|
|
58
|
+
*
|
|
59
|
+
* @param name The _unique_ name of the resulting resource.
|
|
60
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
61
|
+
* @param state Any extra arguments used during the lookup.
|
|
62
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
63
|
+
*/
|
|
64
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: MultiplexProgramState, opts?: pulumi.CustomResourceOptions): MultiplexProgram;
|
|
65
|
+
/**
|
|
66
|
+
* Returns true if the given object is an instance of MultiplexProgram. This is designed to work even
|
|
67
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
68
|
+
*/
|
|
69
|
+
static isInstance(obj: any): obj is MultiplexProgram;
|
|
70
|
+
/**
|
|
71
|
+
* Multiplex ID.
|
|
72
|
+
*/
|
|
73
|
+
readonly multiplexId: pulumi.Output<string>;
|
|
74
|
+
/**
|
|
75
|
+
* MultiplexProgram settings. See Multiplex Program Settings for more details.
|
|
76
|
+
*
|
|
77
|
+
* The following arguments are optional:
|
|
78
|
+
*/
|
|
79
|
+
readonly multiplexProgramSettings: pulumi.Output<outputs.medialive.MultiplexProgramMultiplexProgramSettings | undefined>;
|
|
80
|
+
/**
|
|
81
|
+
* Unique program name.
|
|
82
|
+
*/
|
|
83
|
+
readonly programName: pulumi.Output<string>;
|
|
84
|
+
/**
|
|
85
|
+
* Create a MultiplexProgram resource with the given unique name, arguments, and options.
|
|
86
|
+
*
|
|
87
|
+
* @param name The _unique_ name of the resource.
|
|
88
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
89
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
90
|
+
*/
|
|
91
|
+
constructor(name: string, args: MultiplexProgramArgs, opts?: pulumi.CustomResourceOptions);
|
|
92
|
+
}
|
|
93
|
+
/**
|
|
94
|
+
* Input properties used for looking up and filtering MultiplexProgram resources.
|
|
95
|
+
*/
|
|
96
|
+
export interface MultiplexProgramState {
|
|
97
|
+
/**
|
|
98
|
+
* Multiplex ID.
|
|
99
|
+
*/
|
|
100
|
+
multiplexId?: pulumi.Input<string>;
|
|
101
|
+
/**
|
|
102
|
+
* MultiplexProgram settings. See Multiplex Program Settings for more details.
|
|
103
|
+
*
|
|
104
|
+
* The following arguments are optional:
|
|
105
|
+
*/
|
|
106
|
+
multiplexProgramSettings?: pulumi.Input<inputs.medialive.MultiplexProgramMultiplexProgramSettings>;
|
|
107
|
+
/**
|
|
108
|
+
* Unique program name.
|
|
109
|
+
*/
|
|
110
|
+
programName?: pulumi.Input<string>;
|
|
111
|
+
}
|
|
112
|
+
/**
|
|
113
|
+
* The set of arguments for constructing a MultiplexProgram resource.
|
|
114
|
+
*/
|
|
115
|
+
export interface MultiplexProgramArgs {
|
|
116
|
+
/**
|
|
117
|
+
* Multiplex ID.
|
|
118
|
+
*/
|
|
119
|
+
multiplexId: pulumi.Input<string>;
|
|
120
|
+
/**
|
|
121
|
+
* MultiplexProgram settings. See Multiplex Program Settings for more details.
|
|
122
|
+
*
|
|
123
|
+
* The following arguments are optional:
|
|
124
|
+
*/
|
|
125
|
+
multiplexProgramSettings?: pulumi.Input<inputs.medialive.MultiplexProgramMultiplexProgramSettings>;
|
|
126
|
+
/**
|
|
127
|
+
* Unique program name.
|
|
128
|
+
*/
|
|
129
|
+
programName: pulumi.Input<string>;
|
|
130
|
+
}
|