@pulumi/aws-native 1.32.0-alpha.1754458776 → 1.32.0-alpha.1754570277
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/appconfig/deployment.d.ts +5 -0
- package/appconfig/deployment.js +2 -0
- package/appconfig/deployment.js.map +1 -1
- package/appconfig/getDeployment.d.ts +5 -0
- package/appconfig/getDeployment.js.map +1 -1
- package/arcregionswitch/getPlan.d.ts +71 -0
- package/arcregionswitch/getPlan.js +28 -0
- package/arcregionswitch/getPlan.js.map +1 -0
- package/arcregionswitch/index.d.ts +7 -0
- package/arcregionswitch/index.js +41 -0
- package/arcregionswitch/index.js.map +1 -0
- package/arcregionswitch/plan.d.ts +144 -0
- package/arcregionswitch/plan.js +98 -0
- package/arcregionswitch/plan.js.map +1 -0
- package/batch/getJobQueue.d.ts +4 -0
- package/batch/getJobQueue.js.map +1 -1
- package/batch/getServiceEnvironment.d.ts +15 -0
- package/batch/getServiceEnvironment.js.map +1 -1
- package/batch/jobQueue.d.ts +18 -2
- package/batch/jobQueue.js +5 -4
- package/batch/jobQueue.js.map +1 -1
- package/batch/serviceEnvironment.d.ts +27 -0
- package/batch/serviceEnvironment.js.map +1 -1
- package/cloudwatch/alarm.d.ts +4 -4
- package/cloudwatch/getAlarm.d.ts +2 -2
- package/ec2/natGateway.d.ts +3 -3
- package/ec2/natGateway.js +0 -3
- package/ec2/natGateway.js.map +1 -1
- package/ecr/getRepository.d.ts +4 -0
- package/ecr/getRepository.js.map +1 -1
- package/ecr/getRepositoryCreationTemplate.d.ts +4 -0
- package/ecr/getRepositoryCreationTemplate.js.map +1 -1
- package/ecr/repository.d.ts +8 -0
- package/ecr/repository.js +2 -0
- package/ecr/repository.js.map +1 -1
- package/ecr/repositoryCreationTemplate.d.ts +8 -0
- package/ecr/repositoryCreationTemplate.js +2 -0
- package/ecr/repositoryCreationTemplate.js.map +1 -1
- package/ecs/getService.d.ts +2 -2
- package/ecs/service.d.ts +4 -4
- package/eks/cluster.d.ts +8 -0
- package/eks/cluster.js +2 -0
- package/eks/cluster.js.map +1 -1
- package/eks/getCluster.d.ts +4 -0
- package/eks/getCluster.js.map +1 -1
- package/elasticloadbalancingv2/getListener.d.ts +3 -2
- package/elasticloadbalancingv2/getListener.js.map +1 -1
- package/elasticloadbalancingv2/getLoadBalancer.d.ts +1 -1
- package/elasticloadbalancingv2/listener.d.ts +6 -4
- package/elasticloadbalancingv2/listener.js.map +1 -1
- package/elasticloadbalancingv2/loadBalancer.d.ts +2 -2
- package/entityresolution/getIdMappingWorkflow.d.ts +1 -1
- package/entityresolution/getMatchingWorkflow.d.ts +2 -2
- package/entityresolution/idMappingWorkflow.d.ts +2 -2
- package/entityresolution/matchingWorkflow.d.ts +4 -4
- package/evs/environment.d.ts +2 -2
- package/index.d.ts +2 -1
- package/index.js +8 -6
- package/index.js.map +1 -1
- package/iot/encryptionConfiguration.d.ts +44 -0
- package/iot/encryptionConfiguration.js +69 -0
- package/iot/encryptionConfiguration.js.map +1 -0
- package/iot/getEncryptionConfiguration.d.ts +25 -0
- package/iot/getEncryptionConfiguration.js +28 -0
- package/iot/getEncryptionConfiguration.js.map +1 -0
- package/iot/index.d.ts +6 -0
- package/iot/index.js +9 -2
- package/iot/index.js.map +1 -1
- package/iotsitewise/assetModel.d.ts +10 -2
- package/iotsitewise/assetModel.js +2 -0
- package/iotsitewise/assetModel.js.map +1 -1
- package/iotsitewise/getAssetModel.d.ts +4 -0
- package/iotsitewise/getAssetModel.js.map +1 -1
- package/logs/destination.d.ts +10 -0
- package/logs/destination.js +2 -0
- package/logs/destination.js.map +1 -1
- package/logs/getDestination.d.ts +5 -0
- package/logs/getDestination.js.map +1 -1
- package/logs/getLogGroup.d.ts +4 -0
- package/logs/getLogGroup.js.map +1 -1
- package/logs/logGroup.d.ts +8 -0
- package/logs/logGroup.js +2 -0
- package/logs/logGroup.js.map +1 -1
- package/mediapackagev2/getOriginEndpointPolicy.d.ts +3 -0
- package/mediapackagev2/getOriginEndpointPolicy.js.map +1 -1
- package/mediapackagev2/originEndpointPolicy.d.ts +6 -0
- package/mediapackagev2/originEndpointPolicy.js.map +1 -1
- package/networkfirewall/firewall.d.ts +30 -6
- package/networkfirewall/firewall.js +6 -6
- package/networkfirewall/firewall.js.map +1 -1
- package/networkfirewall/firewallPolicy.d.ts +2 -2
- package/networkfirewall/getFirewall.d.ts +16 -4
- package/networkfirewall/getFirewall.js.map +1 -1
- package/networkfirewall/getFirewallPolicy.d.ts +4 -4
- package/networkfirewall/getLoggingConfiguration.d.ts +3 -3
- package/networkfirewall/getRuleGroup.d.ts +11 -4
- package/networkfirewall/getRuleGroup.js.map +1 -1
- package/networkfirewall/getVpcEndpointAssociation.d.ts +3 -0
- package/networkfirewall/getVpcEndpointAssociation.js.map +1 -1
- package/networkfirewall/loggingConfiguration.d.ts +4 -4
- package/networkfirewall/ruleGroup.d.ts +16 -2
- package/networkfirewall/ruleGroup.js +2 -0
- package/networkfirewall/ruleGroup.js.map +1 -1
- package/networkfirewall/vpcEndpointAssociation.d.ts +3 -0
- package/networkfirewall/vpcEndpointAssociation.js.map +1 -1
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/qbusiness/getWebExperience.d.ts +1 -1
- package/qbusiness/webExperience.d.ts +2 -2
- package/rds/dbCluster.d.ts +8 -0
- package/rds/dbCluster.js +3 -1
- package/rds/dbCluster.js.map +1 -1
- package/rds/dbInstance.d.ts +24 -0
- package/rds/dbInstance.js +10 -0
- package/rds/dbInstance.js.map +1 -1
- package/rds/getDbInstance.d.ts +20 -0
- package/rds/getDbInstance.js.map +1 -1
- package/s3/accessPoint.d.ts +8 -0
- package/s3/accessPoint.js +2 -0
- package/s3/accessPoint.js.map +1 -1
- package/s3/bucket.d.ts +2 -2
- package/s3/getAccessPoint.d.ts +4 -0
- package/s3/getAccessPoint.js.map +1 -1
- package/s3/getBucket.d.ts +1 -1
- package/s3express/accessPoint.d.ts +2 -0
- package/s3express/accessPoint.js +2 -0
- package/s3express/accessPoint.js.map +1 -1
- package/s3express/getAccessPoint.d.ts +1 -0
- package/s3express/getAccessPoint.js.map +1 -1
- package/sagemaker/cluster.d.ts +5 -3
- package/sagemaker/cluster.js +3 -4
- package/sagemaker/cluster.js.map +1 -1
- package/sagemaker/getCluster.d.ts +1 -0
- package/sagemaker/getCluster.js.map +1 -1
- package/sagemaker/getProcessingJob.d.ts +68 -0
- package/sagemaker/getProcessingJob.js +28 -0
- package/sagemaker/getProcessingJob.js.map +1 -0
- package/sagemaker/index.d.ts +6 -0
- package/sagemaker/index.js +8 -1
- package/sagemaker/index.js.map +1 -1
- package/sagemaker/processingJob.d.ts +168 -0
- package/sagemaker/processingJob.js +109 -0
- package/sagemaker/processingJob.js.map +1 -0
- package/ssm/getParameter.d.ts +7 -4
- package/ssm/getParameter.js +2 -2
- package/ssm/getParameter.js.map +1 -1
- package/ssm/parameter.d.ts +9 -5
- package/ssm/parameter.js +1 -1
- package/ssm/parameter.js.map +1 -1
- package/types/enums/appconfig/index.d.ts +13 -0
- package/types/enums/appconfig/index.js +10 -1
- package/types/enums/appconfig/index.js.map +1 -1
- package/types/enums/arcregionswitch/index.d.ts +47 -0
- package/types/enums/arcregionswitch/index.js +45 -0
- package/types/enums/arcregionswitch/index.js.map +1 -0
- package/types/enums/batch/index.d.ts +1 -0
- package/types/enums/batch/index.js +1 -0
- package/types/enums/batch/index.js.map +1 -1
- package/types/enums/ecr/index.d.ts +15 -0
- package/types/enums/ecr/index.js +11 -1
- package/types/enums/ecr/index.js.map +1 -1
- package/types/enums/ecs/index.d.ts +36 -5
- package/types/enums/ecs/index.js.map +1 -1
- package/types/enums/entityresolution/index.d.ts +8 -8
- package/types/enums/glue/index.d.ts +6 -0
- package/types/enums/glue/index.js +6 -0
- package/types/enums/glue/index.js.map +1 -1
- package/types/enums/index.d.ts +2 -1
- package/types/enums/index.js +6 -4
- package/types/enums/index.js.map +1 -1
- package/types/enums/iot/index.d.ts +10 -0
- package/types/enums/iot/index.js +9 -1
- package/types/enums/iot/index.js.map +1 -1
- package/types/enums/networkfirewall/index.d.ts +9 -3
- package/types/enums/networkfirewall/index.js +6 -1
- package/types/enums/networkfirewall/index.js.map +1 -1
- package/types/enums/pcs/index.d.ts +8 -0
- package/types/enums/pcs/index.js +5 -1
- package/types/enums/pcs/index.js.map +1 -1
- package/types/enums/rds/index.d.ts +1 -0
- package/types/enums/rds/index.js +1 -0
- package/types/enums/rds/index.js.map +1 -1
- package/types/enums/s3/index.d.ts +5 -4
- package/types/enums/s3/index.js.map +1 -1
- package/types/enums/sagemaker/index.d.ts +226 -0
- package/types/enums/sagemaker/index.js +176 -2
- package/types/enums/sagemaker/index.js.map +1 -1
- package/types/enums/ssm/index.d.ts +1 -0
- package/types/enums/ssm/index.js.map +1 -1
- package/types/enums/workspacesweb/index.d.ts +30 -0
- package/types/enums/workspacesweb/index.js +28 -1
- package/types/enums/workspacesweb/index.js.map +1 -1
- package/types/input.d.ts +933 -144
- package/types/output.d.ts +946 -144
- package/types/output.js.map +1 -1
- package/verifiedpermissions/getPolicyStore.d.ts +1 -1
- package/verifiedpermissions/policyStore.d.ts +2 -2
- package/workspacesweb/getPortal.d.ts +1 -0
- package/workspacesweb/getPortal.js.map +1 -1
- package/workspacesweb/getSessionLogger.d.ts +25 -0
- package/workspacesweb/getSessionLogger.js +28 -0
- package/workspacesweb/getSessionLogger.js.map +1 -0
- package/workspacesweb/index.d.ts +6 -0
- package/workspacesweb/index.js +8 -1
- package/workspacesweb/index.js.map +1 -1
- package/workspacesweb/portal.d.ts +2 -0
- package/workspacesweb/portal.js +2 -0
- package/workspacesweb/portal.js.map +1 -1
- package/workspacesweb/sessionLogger.d.ts +54 -0
- package/workspacesweb/sessionLogger.js +80 -0
- package/workspacesweb/sessionLogger.js.map +1 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"listener.js","sourceRoot":"","sources":["../../elasticloadbalancingv2/listener.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,QAAS,SAAQ,MAAM,CAAC,cAAc;IAC/C;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,QAAQ,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACrE,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,QAAQ,CAAC,YAAY,CAAC;IACzD,CAAC;
|
|
1
|
+
{"version":3,"file":"listener.js","sourceRoot":"","sources":["../../elasticloadbalancingv2/listener.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,QAAS,SAAQ,MAAM,CAAC,cAAc;IAC/C;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,QAAQ,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACrE,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,QAAQ,CAAC,YAAY,CAAC;IACzD,CAAC;IA+CD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAkB,EAAE,IAAmC;QAC7E,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,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,eAAe,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC5D,MAAM,IAAI,KAAK,CAAC,6CAA6C,CAAC,CAAC;aAClE;YACD,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,oBAAoB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,CAAC,SAAS,CAAC;YAClF,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,sBAAsB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC,CAAC,SAAS,CAAC;YACtF,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACrD;aAAM;YACH,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,cAAc,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACnD,cAAc,CAAC,gBAAgB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACrD,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,oBAAoB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACzD,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACtD,cAAc,CAAC,sBAAsB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3D,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC/C,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACnD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,gBAAgB,GAAG,EAAE,gBAAgB,EAAE,CAAC,iBAAiB,CAAC,EAAE,CAAC;QACnE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,gBAAgB,CAAC,CAAC;QACnD,KAAK,CAAC,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC7D,CAAC;;AAnHL,4BAoHC;AAvGG,gBAAgB;AACO,qBAAY,GAAG,4CAA4C,CAAC"}
|
|
@@ -52,7 +52,7 @@ export declare class LoadBalancer extends pulumi.CustomResource {
|
|
|
52
52
|
*/
|
|
53
53
|
readonly loadBalancerArn: pulumi.Output<string>;
|
|
54
54
|
/**
|
|
55
|
-
* The load balancer attributes.
|
|
55
|
+
* The load balancer attributes. Attributes that you do not modify retain their current values.
|
|
56
56
|
*/
|
|
57
57
|
readonly loadBalancerAttributes: pulumi.Output<outputs.elasticloadbalancingv2.LoadBalancerAttribute[] | undefined>;
|
|
58
58
|
/**
|
|
@@ -142,7 +142,7 @@ export interface LoadBalancerArgs {
|
|
|
142
142
|
*/
|
|
143
143
|
ipv4IpamPoolId?: pulumi.Input<string>;
|
|
144
144
|
/**
|
|
145
|
-
* The load balancer attributes.
|
|
145
|
+
* The load balancer attributes. Attributes that you do not modify retain their current values.
|
|
146
146
|
*/
|
|
147
147
|
loadBalancerAttributes?: pulumi.Input<pulumi.Input<inputs.elasticloadbalancingv2.LoadBalancerAttributeArgs>[]>;
|
|
148
148
|
/**
|
|
@@ -25,7 +25,7 @@ export interface GetIdMappingWorkflowResult {
|
|
|
25
25
|
*/
|
|
26
26
|
readonly inputSourceConfig?: outputs.entityresolution.IdMappingWorkflowInputSource[];
|
|
27
27
|
/**
|
|
28
|
-
* A list of `IdMappingWorkflowOutputSource` objects, each of which contains fields `
|
|
28
|
+
* A list of `IdMappingWorkflowOutputSource` objects, each of which contains fields `outputS3Path` and `KMSArn` .
|
|
29
29
|
*/
|
|
30
30
|
readonly outputSourceConfig?: outputs.entityresolution.IdMappingWorkflowOutputSource[];
|
|
31
31
|
/**
|
|
@@ -19,7 +19,7 @@ export interface GetMatchingWorkflowResult {
|
|
|
19
19
|
/**
|
|
20
20
|
* Optional. An object that defines the incremental run type. This object contains only the `incrementalRunType` field, which appears as "Automatic" in the console.
|
|
21
21
|
*
|
|
22
|
-
* > For workflows where `resolutionType` is `ML_MATCHING` , incremental processing is not supported.
|
|
22
|
+
* > For workflows where `resolutionType` is `ML_MATCHING` or `PROVIDER` , incremental processing is not supported.
|
|
23
23
|
*/
|
|
24
24
|
readonly incrementalRunConfig?: outputs.entityresolution.MatchingWorkflowIncrementalRunConfig;
|
|
25
25
|
/**
|
|
@@ -27,7 +27,7 @@ export interface GetMatchingWorkflowResult {
|
|
|
27
27
|
*/
|
|
28
28
|
readonly inputSourceConfig?: outputs.entityresolution.MatchingWorkflowInputSource[];
|
|
29
29
|
/**
|
|
30
|
-
* A list of `OutputSource` objects, each of which contains fields `
|
|
30
|
+
* A list of `OutputSource` objects, each of which contains fields `outputS3Path` , `applyNormalization` , `KMSArn` , and `output` .
|
|
31
31
|
*/
|
|
32
32
|
readonly outputSourceConfig?: outputs.entityresolution.MatchingWorkflowOutputSource[];
|
|
33
33
|
/**
|
|
@@ -33,7 +33,7 @@ export declare class IdMappingWorkflow extends pulumi.CustomResource {
|
|
|
33
33
|
*/
|
|
34
34
|
readonly inputSourceConfig: pulumi.Output<outputs.entityresolution.IdMappingWorkflowInputSource[]>;
|
|
35
35
|
/**
|
|
36
|
-
* A list of `IdMappingWorkflowOutputSource` objects, each of which contains fields `
|
|
36
|
+
* A list of `IdMappingWorkflowOutputSource` objects, each of which contains fields `outputS3Path` and `KMSArn` .
|
|
37
37
|
*/
|
|
38
38
|
readonly outputSourceConfig: pulumi.Output<outputs.entityresolution.IdMappingWorkflowOutputSource[] | undefined>;
|
|
39
39
|
/**
|
|
@@ -76,7 +76,7 @@ export interface IdMappingWorkflowArgs {
|
|
|
76
76
|
*/
|
|
77
77
|
inputSourceConfig: pulumi.Input<pulumi.Input<inputs.entityresolution.IdMappingWorkflowInputSourceArgs>[]>;
|
|
78
78
|
/**
|
|
79
|
-
* A list of `IdMappingWorkflowOutputSource` objects, each of which contains fields `
|
|
79
|
+
* A list of `IdMappingWorkflowOutputSource` objects, each of which contains fields `outputS3Path` and `KMSArn` .
|
|
80
80
|
*/
|
|
81
81
|
outputSourceConfig?: pulumi.Input<pulumi.Input<inputs.entityresolution.IdMappingWorkflowOutputSourceArgs>[]>;
|
|
82
82
|
/**
|
|
@@ -27,7 +27,7 @@ export declare class MatchingWorkflow extends pulumi.CustomResource {
|
|
|
27
27
|
/**
|
|
28
28
|
* Optional. An object that defines the incremental run type. This object contains only the `incrementalRunType` field, which appears as "Automatic" in the console.
|
|
29
29
|
*
|
|
30
|
-
* > For workflows where `resolutionType` is `ML_MATCHING` , incremental processing is not supported.
|
|
30
|
+
* > For workflows where `resolutionType` is `ML_MATCHING` or `PROVIDER` , incremental processing is not supported.
|
|
31
31
|
*/
|
|
32
32
|
readonly incrementalRunConfig: pulumi.Output<outputs.entityresolution.MatchingWorkflowIncrementalRunConfig | undefined>;
|
|
33
33
|
/**
|
|
@@ -35,7 +35,7 @@ export declare class MatchingWorkflow extends pulumi.CustomResource {
|
|
|
35
35
|
*/
|
|
36
36
|
readonly inputSourceConfig: pulumi.Output<outputs.entityresolution.MatchingWorkflowInputSource[]>;
|
|
37
37
|
/**
|
|
38
|
-
* A list of `OutputSource` objects, each of which contains fields `
|
|
38
|
+
* A list of `OutputSource` objects, each of which contains fields `outputS3Path` , `applyNormalization` , `KMSArn` , and `output` .
|
|
39
39
|
*/
|
|
40
40
|
readonly outputSourceConfig: pulumi.Output<outputs.entityresolution.MatchingWorkflowOutputSource[]>;
|
|
41
41
|
/**
|
|
@@ -76,7 +76,7 @@ export interface MatchingWorkflowArgs {
|
|
|
76
76
|
/**
|
|
77
77
|
* Optional. An object that defines the incremental run type. This object contains only the `incrementalRunType` field, which appears as "Automatic" in the console.
|
|
78
78
|
*
|
|
79
|
-
* > For workflows where `resolutionType` is `ML_MATCHING` , incremental processing is not supported.
|
|
79
|
+
* > For workflows where `resolutionType` is `ML_MATCHING` or `PROVIDER` , incremental processing is not supported.
|
|
80
80
|
*/
|
|
81
81
|
incrementalRunConfig?: pulumi.Input<inputs.entityresolution.MatchingWorkflowIncrementalRunConfigArgs>;
|
|
82
82
|
/**
|
|
@@ -84,7 +84,7 @@ export interface MatchingWorkflowArgs {
|
|
|
84
84
|
*/
|
|
85
85
|
inputSourceConfig: pulumi.Input<pulumi.Input<inputs.entityresolution.MatchingWorkflowInputSourceArgs>[]>;
|
|
86
86
|
/**
|
|
87
|
-
* A list of `OutputSource` objects, each of which contains fields `
|
|
87
|
+
* A list of `OutputSource` objects, each of which contains fields `outputS3Path` , `applyNormalization` , `KMSArn` , and `output` .
|
|
88
88
|
*/
|
|
89
89
|
outputSourceConfig: pulumi.Input<pulumi.Input<inputs.entityresolution.MatchingWorkflowOutputSourceArgs>[]>;
|
|
90
90
|
/**
|
package/evs/environment.d.ts
CHANGED
|
@@ -99,7 +99,7 @@ export declare class Environment extends pulumi.CustomResource {
|
|
|
99
99
|
*/
|
|
100
100
|
readonly tags: pulumi.Output<outputs.Tag[] | undefined>;
|
|
101
101
|
/**
|
|
102
|
-
* Customer confirmation that the customer has purchased and will continue to maintain the required number of VCF software licenses to cover all physical processor cores in the Amazon EVS environment. Information about your VCF software in Amazon EVS will be shared with Broadcom to verify license compliance.
|
|
102
|
+
* Customer confirmation that the customer has purchased and will continue to maintain the required number of VCF software licenses to cover all physical processor cores in the Amazon EVS environment. Information about your VCF software in Amazon EVS will be shared with Broadcom to verify license compliance. Amazon EVS does not validate license keys. To validate license keys, visit the Broadcom support portal.
|
|
103
103
|
*/
|
|
104
104
|
readonly termsAccepted: pulumi.Output<boolean>;
|
|
105
105
|
/**
|
|
@@ -172,7 +172,7 @@ export interface EnvironmentArgs {
|
|
|
172
172
|
*/
|
|
173
173
|
tags?: pulumi.Input<pulumi.Input<inputs.TagArgs>[]>;
|
|
174
174
|
/**
|
|
175
|
-
* Customer confirmation that the customer has purchased and will continue to maintain the required number of VCF software licenses to cover all physical processor cores in the Amazon EVS environment. Information about your VCF software in Amazon EVS will be shared with Broadcom to verify license compliance.
|
|
175
|
+
* Customer confirmation that the customer has purchased and will continue to maintain the required number of VCF software licenses to cover all physical processor cores in the Amazon EVS environment. Information about your VCF software in Amazon EVS will be shared with Broadcom to verify license compliance. Amazon EVS does not validate license keys. To validate license keys, visit the Broadcom support portal.
|
|
176
176
|
*/
|
|
177
177
|
termsAccepted: pulumi.Input<boolean>;
|
|
178
178
|
/**
|
package/index.d.ts
CHANGED
|
@@ -50,6 +50,7 @@ import * as apprunner from "./apprunner";
|
|
|
50
50
|
import * as appstream from "./appstream";
|
|
51
51
|
import * as appsync from "./appsync";
|
|
52
52
|
import * as aps from "./aps";
|
|
53
|
+
import * as arcregionswitch from "./arcregionswitch";
|
|
53
54
|
import * as arczonalshift from "./arczonalshift";
|
|
54
55
|
import * as athena from "./athena";
|
|
55
56
|
import * as auditmanager from "./auditmanager";
|
|
@@ -263,4 +264,4 @@ import * as workspacesinstances from "./workspacesinstances";
|
|
|
263
264
|
import * as workspacesthinclient from "./workspacesthinclient";
|
|
264
265
|
import * as workspacesweb from "./workspacesweb";
|
|
265
266
|
import * as xray from "./xray";
|
|
266
|
-
export { accessanalyzer, acmpca, aiops, amazonmq, amplify, amplifyuibuilder, apigateway, apigatewayv2, appconfig, appflow, appintegrations, applicationautoscaling, applicationinsights, applicationsignals, apprunner, appstream, appsync, aps, arczonalshift, athena, auditmanager, autoscaling, b2bi, backup, backupgateway, batch, bedrock, billing, budgets, cassandra, ce, certificatemanager, chatbot, cleanrooms, cleanroomsml, cloudformation, cloudfront, cloudtrail, cloudwatch, codeartifact, codebuild, codeconnections, codedeploy, codeguruprofiler, codegurureviewer, codepipeline, codestarconnections, codestarnotifications, cognito, comprehend, config, configuration, connect, connectcampaigns, connectcampaignsv2, controltower, customerprofiles, databrew, datapipeline, datasync, datazone, deadline, detective, devicefarm, devopsguru, directoryservice, dms, docdbelastic, dsql, dynamodb, ec2, ecr, ecs, efs, eks, elasticache, elasticbeanstalk, elasticloadbalancingv2, emr, emrcontainers, emrserverless, entityresolution, events, eventschemas, evidently, evs, finspace, fis, fms, forecast, frauddetector, fsx, gamelift, gameliftstreams, globalaccelerator, glue, grafana, greengrassv2, groundstation, guardduty, healthimaging, healthlake, iam, identitystore, imagebuilder, inspector, inspectorv2, internetmonitor, invoicing, iot, iotanalytics, iotcoredeviceadvisor, iotevents, iotfleethub, iotsitewise, iottwinmaker, iotwireless, ivs, ivschat, kafkaconnect, kendra, kendraranking, kinesis, kinesisanalyticsv2, kinesisfirehose, kinesisvideo, kms, lakeformation, lambda, launchwizard, lex, licensemanager, lightsail, location, logs, lookoutmetrics, lookoutvision, m2, macie, mediaconnect, medialive, mediapackage, mediapackagev2, mediatailor, memorydb, msk, mwaa, neptune, neptunegraph, networkfirewall, networkmanager, nimblestudio, oam, odb, omics, opensearchserverless, opensearchservice, opsworkscm, organizations, osis, panorama, paymentcryptography, pcaconnectorad, pcaconnectorscep, pcs, personalize, pinpoint, pipes, proton, qbusiness, qldb, quicksight, ram, rbin, rds, redshift, redshiftserverless, refactorspaces, rekognition, resiliencehub, resourceexplorer2, resourcegroups, robomaker, rolesanywhere, route53, route53profiles, route53recoverycontrol, route53recoveryreadiness, route53resolver, rum, s3, s3express, s3objectlambda, s3outposts, s3tables, sagemaker, scheduler, secretsmanager, securityhub, securitylake, servicecatalog, servicecatalogappregistry, ses, shield, signer, simspaceweaver, sns, sqs, ssm, ssmcontacts, ssmguiconnect, ssmincidents, ssmquicksetup, sso, stepfunctions, supportapp, synthetics, systemsmanagersap, timestream, transfer, types, verifiedpermissions, voiceid, vpclattice, wafv2, wisdom, workspaces, workspacesinstances, workspacesthinclient, workspacesweb, xray, };
|
|
267
|
+
export { accessanalyzer, acmpca, aiops, amazonmq, amplify, amplifyuibuilder, apigateway, apigatewayv2, appconfig, appflow, appintegrations, applicationautoscaling, applicationinsights, applicationsignals, apprunner, appstream, appsync, aps, arcregionswitch, arczonalshift, athena, auditmanager, autoscaling, b2bi, backup, backupgateway, batch, bedrock, billing, budgets, cassandra, ce, certificatemanager, chatbot, cleanrooms, cleanroomsml, cloudformation, cloudfront, cloudtrail, cloudwatch, codeartifact, codebuild, codeconnections, codedeploy, codeguruprofiler, codegurureviewer, codepipeline, codestarconnections, codestarnotifications, cognito, comprehend, config, configuration, connect, connectcampaigns, connectcampaignsv2, controltower, customerprofiles, databrew, datapipeline, datasync, datazone, deadline, detective, devicefarm, devopsguru, directoryservice, dms, docdbelastic, dsql, dynamodb, ec2, ecr, ecs, efs, eks, elasticache, elasticbeanstalk, elasticloadbalancingv2, emr, emrcontainers, emrserverless, entityresolution, events, eventschemas, evidently, evs, finspace, fis, fms, forecast, frauddetector, fsx, gamelift, gameliftstreams, globalaccelerator, glue, grafana, greengrassv2, groundstation, guardduty, healthimaging, healthlake, iam, identitystore, imagebuilder, inspector, inspectorv2, internetmonitor, invoicing, iot, iotanalytics, iotcoredeviceadvisor, iotevents, iotfleethub, iotsitewise, iottwinmaker, iotwireless, ivs, ivschat, kafkaconnect, kendra, kendraranking, kinesis, kinesisanalyticsv2, kinesisfirehose, kinesisvideo, kms, lakeformation, lambda, launchwizard, lex, licensemanager, lightsail, location, logs, lookoutmetrics, lookoutvision, m2, macie, mediaconnect, medialive, mediapackage, mediapackagev2, mediatailor, memorydb, msk, mwaa, neptune, neptunegraph, networkfirewall, networkmanager, nimblestudio, oam, odb, omics, opensearchserverless, opensearchservice, opsworkscm, organizations, osis, panorama, paymentcryptography, pcaconnectorad, pcaconnectorscep, pcs, personalize, pinpoint, pipes, proton, qbusiness, qldb, quicksight, ram, rbin, rds, redshift, redshiftserverless, refactorspaces, rekognition, resiliencehub, resourceexplorer2, resourcegroups, robomaker, rolesanywhere, route53, route53profiles, route53recoverycontrol, route53recoveryreadiness, route53resolver, rum, s3, s3express, s3objectlambda, s3outposts, s3tables, sagemaker, scheduler, secretsmanager, securityhub, securitylake, servicecatalog, servicecatalogappregistry, ses, shield, signer, simspaceweaver, sns, sqs, ssm, ssmcontacts, ssmguiconnect, ssmincidents, ssmquicksetup, sso, stepfunctions, supportapp, synthetics, systemsmanagersap, timestream, transfer, types, verifiedpermissions, voiceid, vpclattice, wafv2, wisdom, workspaces, workspacesinstances, workspacesthinclient, workspacesweb, xray, };
|
package/index.js
CHANGED
|
@@ -16,12 +16,12 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
17
17
|
};
|
|
18
18
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
-
exports.
|
|
20
|
-
exports.
|
|
21
|
-
exports.
|
|
22
|
-
exports.
|
|
23
|
-
exports.
|
|
24
|
-
exports.xray = void 0;
|
|
19
|
+
exports.budgets = exports.billing = exports.bedrock = exports.batch = exports.backupgateway = exports.backup = exports.b2bi = exports.autoscaling = exports.auditmanager = exports.athena = exports.arczonalshift = exports.arcregionswitch = exports.aps = exports.appsync = exports.appstream = exports.apprunner = exports.applicationsignals = exports.applicationinsights = exports.applicationautoscaling = exports.appintegrations = exports.appflow = exports.appconfig = exports.apigatewayv2 = exports.apigateway = exports.amplifyuibuilder = exports.amplify = exports.amazonmq = exports.aiops = exports.acmpca = exports.accessanalyzer = exports.Provider = exports.importValueOutput = exports.importValue = exports.getUrlSuffixOutput = exports.getUrlSuffix = exports.getSsmParameterStringOutput = exports.getSsmParameterString = exports.getSsmParameterListOutput = exports.getSsmParameterList = exports.getRegionOutput = exports.getRegion = exports.getPartitionOutput = exports.getPartition = exports.getAzsOutput = exports.getAzs = exports.getAccountIdOutput = exports.getAccountId = exports.ExtensionResource = exports.cidrOutput = exports.cidr = void 0;
|
|
20
|
+
exports.emr = exports.elasticloadbalancingv2 = exports.elasticbeanstalk = exports.elasticache = exports.eks = exports.efs = exports.ecs = exports.ecr = exports.ec2 = exports.dynamodb = exports.dsql = exports.docdbelastic = exports.dms = exports.directoryservice = exports.devopsguru = exports.devicefarm = exports.detective = exports.deadline = exports.datazone = exports.datasync = exports.datapipeline = exports.databrew = exports.customerprofiles = exports.controltower = exports.connectcampaignsv2 = exports.connectcampaigns = exports.connect = exports.configuration = exports.config = exports.comprehend = exports.cognito = exports.codestarnotifications = exports.codestarconnections = exports.codepipeline = exports.codegurureviewer = exports.codeguruprofiler = exports.codedeploy = exports.codeconnections = exports.codebuild = exports.codeartifact = exports.cloudwatch = exports.cloudtrail = exports.cloudfront = exports.cloudformation = exports.cleanroomsml = exports.cleanrooms = exports.chatbot = exports.certificatemanager = exports.ce = exports.cassandra = void 0;
|
|
21
|
+
exports.lambda = exports.lakeformation = exports.kms = exports.kinesisvideo = exports.kinesisfirehose = exports.kinesisanalyticsv2 = exports.kinesis = exports.kendraranking = exports.kendra = exports.kafkaconnect = exports.ivschat = exports.ivs = exports.iotwireless = exports.iottwinmaker = exports.iotsitewise = exports.iotfleethub = exports.iotevents = exports.iotcoredeviceadvisor = exports.iotanalytics = exports.iot = exports.invoicing = exports.internetmonitor = exports.inspectorv2 = exports.inspector = exports.imagebuilder = exports.identitystore = exports.iam = exports.healthlake = exports.healthimaging = exports.guardduty = exports.groundstation = exports.greengrassv2 = exports.grafana = exports.glue = exports.globalaccelerator = exports.gameliftstreams = exports.gamelift = exports.fsx = exports.frauddetector = exports.forecast = exports.fms = exports.fis = exports.finspace = exports.evs = exports.evidently = exports.eventschemas = exports.events = exports.entityresolution = exports.emrserverless = exports.emrcontainers = void 0;
|
|
22
|
+
exports.rekognition = exports.refactorspaces = exports.redshiftserverless = exports.redshift = exports.rds = exports.rbin = exports.ram = exports.quicksight = exports.qldb = exports.qbusiness = exports.proton = exports.pipes = exports.pinpoint = exports.personalize = exports.pcs = exports.pcaconnectorscep = exports.pcaconnectorad = exports.paymentcryptography = exports.panorama = exports.osis = exports.organizations = exports.opsworkscm = exports.opensearchservice = exports.opensearchserverless = exports.omics = exports.odb = exports.oam = exports.nimblestudio = exports.networkmanager = exports.networkfirewall = exports.neptunegraph = exports.neptune = exports.mwaa = exports.msk = exports.memorydb = exports.mediatailor = exports.mediapackagev2 = exports.mediapackage = exports.medialive = exports.mediaconnect = exports.macie = exports.m2 = exports.lookoutvision = exports.lookoutmetrics = exports.logs = exports.location = exports.lightsail = exports.licensemanager = exports.lex = exports.launchwizard = void 0;
|
|
23
|
+
exports.workspacesthinclient = exports.workspacesinstances = exports.workspaces = exports.wisdom = exports.wafv2 = exports.vpclattice = exports.voiceid = exports.verifiedpermissions = exports.types = exports.transfer = exports.timestream = exports.systemsmanagersap = exports.synthetics = exports.supportapp = exports.stepfunctions = exports.sso = exports.ssmquicksetup = exports.ssmincidents = exports.ssmguiconnect = exports.ssmcontacts = exports.ssm = exports.sqs = exports.sns = exports.simspaceweaver = exports.signer = exports.shield = exports.ses = exports.servicecatalogappregistry = exports.servicecatalog = exports.securitylake = exports.securityhub = exports.secretsmanager = exports.scheduler = exports.sagemaker = exports.s3tables = exports.s3outposts = exports.s3objectlambda = exports.s3express = exports.s3 = exports.rum = exports.route53resolver = exports.route53recoveryreadiness = exports.route53recoverycontrol = exports.route53profiles = exports.route53 = exports.rolesanywhere = exports.robomaker = exports.resourcegroups = exports.resourceexplorer2 = exports.resiliencehub = void 0;
|
|
24
|
+
exports.xray = exports.workspacesweb = void 0;
|
|
25
25
|
const pulumi = require("@pulumi/pulumi");
|
|
26
26
|
const utilities = require("./utilities");
|
|
27
27
|
exports.cidr = null;
|
|
@@ -94,6 +94,8 @@ const appsync = require("./appsync");
|
|
|
94
94
|
exports.appsync = appsync;
|
|
95
95
|
const aps = require("./aps");
|
|
96
96
|
exports.aps = aps;
|
|
97
|
+
const arcregionswitch = require("./arcregionswitch");
|
|
98
|
+
exports.arcregionswitch = arcregionswitch;
|
|
97
99
|
const arczonalshift = require("./arczonalshift");
|
|
98
100
|
exports.arczonalshift = arczonalshift;
|
|
99
101
|
const athena = require("./athena");
|
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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"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
import * as enums from "../types/enums";
|
|
4
|
+
/**
|
|
5
|
+
* Resource Type definition for AWS::IoT::EncryptionConfiguration
|
|
6
|
+
*/
|
|
7
|
+
export declare class EncryptionConfiguration extends pulumi.CustomResource {
|
|
8
|
+
/**
|
|
9
|
+
* Get an existing EncryptionConfiguration resource's state with the given name, ID, and optional extra
|
|
10
|
+
* properties used to qualify the lookup.
|
|
11
|
+
*
|
|
12
|
+
* @param name The _unique_ name of the resulting resource.
|
|
13
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
14
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
15
|
+
*/
|
|
16
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): EncryptionConfiguration;
|
|
17
|
+
/**
|
|
18
|
+
* Returns true if the given object is an instance of EncryptionConfiguration. This is designed to work even
|
|
19
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
20
|
+
*/
|
|
21
|
+
static isInstance(obj: any): obj is EncryptionConfiguration;
|
|
22
|
+
readonly accountId: pulumi.Output<string>;
|
|
23
|
+
readonly configurationDetails: pulumi.Output<outputs.iot.ConfigurationDetailsProperties>;
|
|
24
|
+
readonly encryptionType: pulumi.Output<enums.iot.EncryptionConfigurationEncryptionType>;
|
|
25
|
+
readonly kmsAccessRoleArn: pulumi.Output<string | undefined>;
|
|
26
|
+
readonly kmsKeyArn: pulumi.Output<string | undefined>;
|
|
27
|
+
readonly lastModifiedDate: pulumi.Output<string>;
|
|
28
|
+
/**
|
|
29
|
+
* Create a EncryptionConfiguration resource with the given unique name, arguments, and options.
|
|
30
|
+
*
|
|
31
|
+
* @param name The _unique_ name of the resource.
|
|
32
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
33
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
34
|
+
*/
|
|
35
|
+
constructor(name: string, args: EncryptionConfigurationArgs, opts?: pulumi.CustomResourceOptions);
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* The set of arguments for constructing a EncryptionConfiguration resource.
|
|
39
|
+
*/
|
|
40
|
+
export interface EncryptionConfigurationArgs {
|
|
41
|
+
encryptionType: pulumi.Input<enums.iot.EncryptionConfigurationEncryptionType>;
|
|
42
|
+
kmsAccessRoleArn?: pulumi.Input<string>;
|
|
43
|
+
kmsKeyArn?: pulumi.Input<string>;
|
|
44
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
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.EncryptionConfiguration = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Resource Type definition for AWS::IoT::EncryptionConfiguration
|
|
10
|
+
*/
|
|
11
|
+
class EncryptionConfiguration extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Get an existing EncryptionConfiguration resource's state with the given name, ID, and optional extra
|
|
14
|
+
* properties used to qualify the lookup.
|
|
15
|
+
*
|
|
16
|
+
* @param name The _unique_ name of the resulting resource.
|
|
17
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
18
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
19
|
+
*/
|
|
20
|
+
static get(name, id, opts) {
|
|
21
|
+
return new EncryptionConfiguration(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Returns true if the given object is an instance of EncryptionConfiguration. This is designed to work even
|
|
25
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
26
|
+
*/
|
|
27
|
+
static isInstance(obj) {
|
|
28
|
+
if (obj === undefined || obj === null) {
|
|
29
|
+
return false;
|
|
30
|
+
}
|
|
31
|
+
return obj['__pulumiType'] === EncryptionConfiguration.__pulumiType;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Create a EncryptionConfiguration resource with the given unique name, arguments, and options.
|
|
35
|
+
*
|
|
36
|
+
* @param name The _unique_ name of the resource.
|
|
37
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
38
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
39
|
+
*/
|
|
40
|
+
constructor(name, args, opts) {
|
|
41
|
+
let resourceInputs = {};
|
|
42
|
+
opts = opts || {};
|
|
43
|
+
if (!opts.id) {
|
|
44
|
+
if ((!args || args.encryptionType === undefined) && !opts.urn) {
|
|
45
|
+
throw new Error("Missing required property 'encryptionType'");
|
|
46
|
+
}
|
|
47
|
+
resourceInputs["encryptionType"] = args ? args.encryptionType : undefined;
|
|
48
|
+
resourceInputs["kmsAccessRoleArn"] = args ? args.kmsAccessRoleArn : undefined;
|
|
49
|
+
resourceInputs["kmsKeyArn"] = args ? args.kmsKeyArn : undefined;
|
|
50
|
+
resourceInputs["accountId"] = undefined /*out*/;
|
|
51
|
+
resourceInputs["configurationDetails"] = undefined /*out*/;
|
|
52
|
+
resourceInputs["lastModifiedDate"] = undefined /*out*/;
|
|
53
|
+
}
|
|
54
|
+
else {
|
|
55
|
+
resourceInputs["accountId"] = undefined /*out*/;
|
|
56
|
+
resourceInputs["configurationDetails"] = undefined /*out*/;
|
|
57
|
+
resourceInputs["encryptionType"] = undefined /*out*/;
|
|
58
|
+
resourceInputs["kmsAccessRoleArn"] = undefined /*out*/;
|
|
59
|
+
resourceInputs["kmsKeyArn"] = undefined /*out*/;
|
|
60
|
+
resourceInputs["lastModifiedDate"] = undefined /*out*/;
|
|
61
|
+
}
|
|
62
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
63
|
+
super(EncryptionConfiguration.__pulumiType, name, resourceInputs, opts);
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
exports.EncryptionConfiguration = EncryptionConfiguration;
|
|
67
|
+
/** @internal */
|
|
68
|
+
EncryptionConfiguration.__pulumiType = 'aws-native:iot:EncryptionConfiguration';
|
|
69
|
+
//# sourceMappingURL=encryptionConfiguration.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"encryptionConfiguration.js","sourceRoot":"","sources":["../../iot/encryptionConfiguration.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,uBAAwB,SAAQ,MAAM,CAAC,cAAc;IAC9D;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,uBAAuB,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACpF,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,uBAAuB,CAAC,YAAY,CAAC;IACxE,CAAC;IASD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAiC,EAAE,IAAmC;QAC5F,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,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,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,sBAAsB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3D,cAAc,CAAC,kBAAkB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC1D;aAAM;YACH,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,sBAAsB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3D,cAAc,CAAC,gBAAgB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACrD,cAAc,CAAC,kBAAkB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACvD,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,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,uBAAuB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC5E,CAAC;;AAhEL,0DAiEC;AApDG,gBAAgB;AACO,oCAAY,GAAG,wCAAwC,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
import * as enums from "../types/enums";
|
|
4
|
+
/**
|
|
5
|
+
* Resource Type definition for AWS::IoT::EncryptionConfiguration
|
|
6
|
+
*/
|
|
7
|
+
export declare function getEncryptionConfiguration(args: GetEncryptionConfigurationArgs, opts?: pulumi.InvokeOptions): Promise<GetEncryptionConfigurationResult>;
|
|
8
|
+
export interface GetEncryptionConfigurationArgs {
|
|
9
|
+
accountId: string;
|
|
10
|
+
}
|
|
11
|
+
export interface GetEncryptionConfigurationResult {
|
|
12
|
+
readonly accountId?: string;
|
|
13
|
+
readonly configurationDetails?: outputs.iot.ConfigurationDetailsProperties;
|
|
14
|
+
readonly encryptionType?: enums.iot.EncryptionConfigurationEncryptionType;
|
|
15
|
+
readonly kmsAccessRoleArn?: string;
|
|
16
|
+
readonly kmsKeyArn?: string;
|
|
17
|
+
readonly lastModifiedDate?: string;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Resource Type definition for AWS::IoT::EncryptionConfiguration
|
|
21
|
+
*/
|
|
22
|
+
export declare function getEncryptionConfigurationOutput(args: GetEncryptionConfigurationOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetEncryptionConfigurationResult>;
|
|
23
|
+
export interface GetEncryptionConfigurationOutputArgs {
|
|
24
|
+
accountId: pulumi.Input<string>;
|
|
25
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
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.getEncryptionConfigurationOutput = exports.getEncryptionConfiguration = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Resource Type definition for AWS::IoT::EncryptionConfiguration
|
|
10
|
+
*/
|
|
11
|
+
function getEncryptionConfiguration(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("aws-native:iot:getEncryptionConfiguration", {
|
|
14
|
+
"accountId": args.accountId,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getEncryptionConfiguration = getEncryptionConfiguration;
|
|
18
|
+
/**
|
|
19
|
+
* Resource Type definition for AWS::IoT::EncryptionConfiguration
|
|
20
|
+
*/
|
|
21
|
+
function getEncryptionConfigurationOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("aws-native:iot:getEncryptionConfiguration", {
|
|
24
|
+
"accountId": args.accountId,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getEncryptionConfigurationOutput = getEncryptionConfigurationOutput;
|
|
28
|
+
//# sourceMappingURL=getEncryptionConfiguration.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getEncryptionConfiguration.js","sourceRoot":"","sources":["../../iot/getEncryptionConfiguration.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAA2B;IACxG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2CAA2C,EAAE;QACtE,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gEAKC;AAcD;;GAEG;AACH,SAAgB,gCAAgC,CAAC,IAA0C,EAAE,IAAiC;IAC1H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,2CAA2C,EAAE;QAC5E,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4EAKC"}
|
package/iot/index.d.ts
CHANGED
|
@@ -28,6 +28,9 @@ export declare const Dimension: typeof import("./dimension").Dimension;
|
|
|
28
28
|
export { DomainConfigurationArgs } from "./domainConfiguration";
|
|
29
29
|
export type DomainConfiguration = import("./domainConfiguration").DomainConfiguration;
|
|
30
30
|
export declare const DomainConfiguration: typeof import("./domainConfiguration").DomainConfiguration;
|
|
31
|
+
export { EncryptionConfigurationArgs } from "./encryptionConfiguration";
|
|
32
|
+
export type EncryptionConfiguration = import("./encryptionConfiguration").EncryptionConfiguration;
|
|
33
|
+
export declare const EncryptionConfiguration: typeof import("./encryptionConfiguration").EncryptionConfiguration;
|
|
31
34
|
export { FleetMetricArgs } from "./fleetMetric";
|
|
32
35
|
export type FleetMetric = import("./fleetMetric").FleetMetric;
|
|
33
36
|
export declare const FleetMetric: typeof import("./fleetMetric").FleetMetric;
|
|
@@ -61,6 +64,9 @@ export declare const getDimensionOutput: typeof import("./getDimension").getDime
|
|
|
61
64
|
export { GetDomainConfigurationArgs, GetDomainConfigurationResult, GetDomainConfigurationOutputArgs } from "./getDomainConfiguration";
|
|
62
65
|
export declare const getDomainConfiguration: typeof import("./getDomainConfiguration").getDomainConfiguration;
|
|
63
66
|
export declare const getDomainConfigurationOutput: typeof import("./getDomainConfiguration").getDomainConfigurationOutput;
|
|
67
|
+
export { GetEncryptionConfigurationArgs, GetEncryptionConfigurationResult, GetEncryptionConfigurationOutputArgs } from "./getEncryptionConfiguration";
|
|
68
|
+
export declare const getEncryptionConfiguration: typeof import("./getEncryptionConfiguration").getEncryptionConfiguration;
|
|
69
|
+
export declare const getEncryptionConfigurationOutput: typeof import("./getEncryptionConfiguration").getEncryptionConfigurationOutput;
|
|
64
70
|
export { GetFleetMetricArgs, GetFleetMetricResult, GetFleetMetricOutputArgs } from "./getFleetMetric";
|
|
65
71
|
export declare const getFleetMetric: typeof import("./getFleetMetric").getFleetMetric;
|
|
66
72
|
export declare const getFleetMetricOutput: typeof import("./getFleetMetric").getFleetMetricOutput;
|
package/iot/index.js
CHANGED
|
@@ -16,8 +16,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
17
17
|
};
|
|
18
18
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
-
exports.
|
|
20
|
-
exports.TopicRuleDestination = exports.TopicRule = exports.ThingType = exports.ThingGroup = exports.Thing = exports.SoftwarePackageVersion = exports.SoftwarePackage = exports.SecurityProfile = exports.ScheduledAudit = exports.RoleAlias = exports.ResourceSpecificLogging = exports.ProvisioningTemplate = exports.Policy = exports.MitigationAction = exports.Logging = exports.JobTemplate = exports.getTopicRuleDestinationOutput = exports.getTopicRuleDestination = exports.getTopicRuleOutput = exports.getTopicRule = exports.getThingTypeOutput = exports.getThingType = exports.getThingGroupOutput = exports.getThingGroup = exports.getThingOutput = exports.getThing = exports.getSoftwarePackageVersionOutput = exports.getSoftwarePackageVersion = exports.getSoftwarePackageOutput = exports.getSoftwarePackage = exports.getSecurityProfileOutput = void 0;
|
|
19
|
+
exports.getRoleAliasOutput = exports.getRoleAlias = exports.getResourceSpecificLoggingOutput = exports.getResourceSpecificLogging = exports.getProvisioningTemplateOutput = exports.getProvisioningTemplate = exports.getPolicyOutput = exports.getPolicy = exports.getMitigationActionOutput = exports.getMitigationAction = exports.getLoggingOutput = exports.getLogging = exports.getJobTemplateOutput = exports.getJobTemplate = exports.getFleetMetricOutput = exports.getFleetMetric = exports.getEncryptionConfigurationOutput = exports.getEncryptionConfiguration = exports.getDomainConfigurationOutput = exports.getDomainConfiguration = exports.getDimensionOutput = exports.getDimension = exports.getCustomMetricOutput = exports.getCustomMetric = exports.getCommandOutput = exports.getCommand = exports.getCertificateProviderOutput = exports.getCertificateProvider = exports.getCertificateOutput = exports.getCertificate = exports.getCaCertificateOutput = exports.getCaCertificate = exports.getBillingGroupOutput = exports.getBillingGroup = exports.getAuthorizerOutput = exports.getAuthorizer = exports.getAccountAuditConfigurationOutput = exports.getAccountAuditConfiguration = exports.FleetMetric = exports.EncryptionConfiguration = exports.DomainConfiguration = exports.Dimension = exports.CustomMetric = exports.Command = exports.CertificateProvider = exports.Certificate = exports.CaCertificate = exports.BillingGroup = exports.Authorizer = exports.AccountAuditConfiguration = void 0;
|
|
20
|
+
exports.TopicRuleDestination = exports.TopicRule = exports.ThingType = exports.ThingGroup = exports.Thing = exports.SoftwarePackageVersion = exports.SoftwarePackage = exports.SecurityProfile = exports.ScheduledAudit = exports.RoleAlias = exports.ResourceSpecificLogging = exports.ProvisioningTemplate = exports.Policy = exports.MitigationAction = exports.Logging = exports.JobTemplate = exports.getTopicRuleDestinationOutput = exports.getTopicRuleDestination = exports.getTopicRuleOutput = exports.getTopicRule = exports.getThingTypeOutput = exports.getThingType = exports.getThingGroupOutput = exports.getThingGroup = exports.getThingOutput = exports.getThing = exports.getSoftwarePackageVersionOutput = exports.getSoftwarePackageVersion = exports.getSoftwarePackageOutput = exports.getSoftwarePackage = exports.getSecurityProfileOutput = exports.getSecurityProfile = exports.getScheduledAuditOutput = exports.getScheduledAudit = void 0;
|
|
21
21
|
const pulumi = require("@pulumi/pulumi");
|
|
22
22
|
const utilities = require("../utilities");
|
|
23
23
|
exports.AccountAuditConfiguration = null;
|
|
@@ -40,6 +40,8 @@ exports.Dimension = null;
|
|
|
40
40
|
utilities.lazyLoad(exports, ["Dimension"], () => require("./dimension"));
|
|
41
41
|
exports.DomainConfiguration = null;
|
|
42
42
|
utilities.lazyLoad(exports, ["DomainConfiguration"], () => require("./domainConfiguration"));
|
|
43
|
+
exports.EncryptionConfiguration = null;
|
|
44
|
+
utilities.lazyLoad(exports, ["EncryptionConfiguration"], () => require("./encryptionConfiguration"));
|
|
43
45
|
exports.FleetMetric = null;
|
|
44
46
|
utilities.lazyLoad(exports, ["FleetMetric"], () => require("./fleetMetric"));
|
|
45
47
|
exports.getAccountAuditConfiguration = null;
|
|
@@ -72,6 +74,9 @@ utilities.lazyLoad(exports, ["getDimension", "getDimensionOutput"], () => requir
|
|
|
72
74
|
exports.getDomainConfiguration = null;
|
|
73
75
|
exports.getDomainConfigurationOutput = null;
|
|
74
76
|
utilities.lazyLoad(exports, ["getDomainConfiguration", "getDomainConfigurationOutput"], () => require("./getDomainConfiguration"));
|
|
77
|
+
exports.getEncryptionConfiguration = null;
|
|
78
|
+
exports.getEncryptionConfigurationOutput = null;
|
|
79
|
+
utilities.lazyLoad(exports, ["getEncryptionConfiguration", "getEncryptionConfigurationOutput"], () => require("./getEncryptionConfiguration"));
|
|
75
80
|
exports.getFleetMetric = null;
|
|
76
81
|
exports.getFleetMetricOutput = null;
|
|
77
82
|
utilities.lazyLoad(exports, ["getFleetMetric", "getFleetMetricOutput"], () => require("./getFleetMetric"));
|
|
@@ -181,6 +186,8 @@ const _module = {
|
|
|
181
186
|
return new exports.Dimension(name, undefined, { urn });
|
|
182
187
|
case "aws-native:iot:DomainConfiguration":
|
|
183
188
|
return new exports.DomainConfiguration(name, undefined, { urn });
|
|
189
|
+
case "aws-native:iot:EncryptionConfiguration":
|
|
190
|
+
return new exports.EncryptionConfiguration(name, undefined, { urn });
|
|
184
191
|
case "aws-native:iot:FleetMetric":
|
|
185
192
|
return new exports.FleetMetric(name, undefined, { urn });
|
|
186
193
|
case "aws-native:iot:JobTemplate":
|
package/iot/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../iot/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../iot/index.ts"],"names":[],"mappings":"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"}
|