@pulumi/aws 5.31.0 → 5.32.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/acm/certificate.d.ts +1 -1
  2. package/amplify/domainAssociation.d.ts +12 -0
  3. package/amplify/domainAssociation.js +2 -0
  4. package/amplify/domainAssociation.js.map +1 -1
  5. package/apigateway/account.d.ts +1 -1
  6. package/apigateway/account.js +1 -1
  7. package/appsync/dataSource.d.ts +49 -0
  8. package/appsync/dataSource.js +49 -0
  9. package/appsync/dataSource.js.map +1 -1
  10. package/cloudhsmv2/hsm.d.ts +6 -6
  11. package/codebuild/project.d.ts +178 -0
  12. package/codebuild/project.js +178 -0
  13. package/codebuild/project.js.map +1 -1
  14. package/cognito/resourceServer.d.ts +1 -1
  15. package/cognito/resourceServer.js +1 -1
  16. package/dynamodb/table.d.ts +12 -6
  17. package/dynamodb/table.js.map +1 -1
  18. package/ec2/flowLog.d.ts +12 -0
  19. package/ec2/flowLog.js +2 -0
  20. package/ec2/flowLog.js.map +1 -1
  21. package/ec2/getInstances.d.ts +4 -0
  22. package/ec2/getInstances.js.map +1 -1
  23. package/ec2/launchConfiguration.d.ts +2 -0
  24. package/ec2/launchConfiguration.js +2 -0
  25. package/ec2/launchConfiguration.js.map +1 -1
  26. package/ec2transitgateway/getAttachment.d.ts +8 -0
  27. package/ec2transitgateway/getAttachment.js.map +1 -1
  28. package/ecs/getTaskExecution.d.ts +201 -0
  29. package/ecs/getTaskExecution.js +49 -0
  30. package/ecs/getTaskExecution.js.map +1 -0
  31. package/ecs/index.d.ts +3 -0
  32. package/ecs/index.js +4 -1
  33. package/ecs/index.js.map +1 -1
  34. package/eks/cluster.d.ts +28 -0
  35. package/eks/cluster.js +28 -0
  36. package/eks/cluster.js.map +1 -1
  37. package/grafana/workspace.d.ts +12 -0
  38. package/grafana/workspace.js +2 -0
  39. package/grafana/workspace.js.map +1 -1
  40. package/iam/policyAttachment.d.ts +38 -0
  41. package/iam/policyAttachment.js +38 -0
  42. package/iam/policyAttachment.js.map +1 -1
  43. package/lambda/function.d.ts +2 -0
  44. package/lambda/function.js +2 -0
  45. package/lambda/function.js.map +1 -1
  46. package/lambda/getInvocation.d.ts +4 -0
  47. package/lambda/getInvocation.js +4 -0
  48. package/lambda/getInvocation.js.map +1 -1
  49. package/lambda/invocation.d.ts +2 -0
  50. package/lambda/invocation.js +2 -0
  51. package/lambda/invocation.js.map +1 -1
  52. package/licensemanager/getLicenseGrants.d.ts +77 -0
  53. package/licensemanager/getLicenseGrants.js +60 -0
  54. package/licensemanager/getLicenseGrants.js.map +1 -0
  55. package/licensemanager/getReceivedLicense.d.ts +121 -0
  56. package/licensemanager/getReceivedLicense.js +51 -0
  57. package/licensemanager/getReceivedLicense.js.map +1 -0
  58. package/licensemanager/getReceivedLicenses.d.ts +75 -0
  59. package/licensemanager/getReceivedLicenses.js +58 -0
  60. package/licensemanager/getReceivedLicenses.js.map +1 -0
  61. package/licensemanager/index.d.ts +15 -0
  62. package/licensemanager/index.js +20 -1
  63. package/licensemanager/index.js.map +1 -1
  64. package/licensemanager/licenseGrant.d.ts +135 -0
  65. package/licensemanager/licenseGrant.js +85 -0
  66. package/licensemanager/licenseGrant.js.map +1 -0
  67. package/licensemanager/licenseGrantAccepter.d.ts +123 -0
  68. package/licensemanager/licenseGrantAccepter.js +79 -0
  69. package/licensemanager/licenseGrantAccepter.js.map +1 -0
  70. package/organizations/policy.d.ts +16 -0
  71. package/organizations/policy.js +16 -0
  72. package/organizations/policy.js.map +1 -1
  73. package/package.json +2 -2
  74. package/package.json.dev +2 -2
  75. package/rds/instance.d.ts +12 -6
  76. package/rds/instance.js +2 -0
  77. package/rds/instance.js.map +1 -1
  78. package/rds/snapshot.d.ts +12 -0
  79. package/rds/snapshot.js +2 -0
  80. package/rds/snapshot.js.map +1 -1
  81. package/redshift/clusterSnapshot.d.ts +137 -0
  82. package/redshift/clusterSnapshot.js +80 -0
  83. package/redshift/clusterSnapshot.js.map +1 -0
  84. package/redshift/index.d.ts +3 -0
  85. package/redshift/index.js +6 -1
  86. package/redshift/index.js.map +1 -1
  87. package/redshiftserverless/namespace.d.ts +3 -3
  88. package/route53/hostedZoneDnsSec.d.ts +4 -25
  89. package/route53/hostedZoneDnsSec.js +4 -25
  90. package/route53/hostedZoneDnsSec.js.map +1 -1
  91. package/sagemaker/domain.d.ts +3 -3
  92. package/sesv2/configurationSet.d.ts +12 -0
  93. package/sesv2/configurationSet.js +2 -0
  94. package/sesv2/configurationSet.js.map +1 -1
  95. package/transfer/server.d.ts +15 -3
  96. package/transfer/server.js +2 -0
  97. package/transfer/server.js.map +1 -1
  98. package/types/input.d.ts +505 -11
  99. package/types/output.d.ts +444 -11
@@ -1 +1 @@
1
- {"version":3,"file":"server.js","sourceRoot":"","sources":["../../transfer/server.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"server.js","sourceRoot":"","sources":["../../transfer/server.ts"],"names":[],"mappings":"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"}
package/types/input.d.ts CHANGED
@@ -6104,7 +6104,7 @@ export declare namespace apprunner {
6104
6104
  */
6105
6105
  runtime: pulumi.Input<string>;
6106
6106
  /**
6107
- * Secrets and parameters available to your service as environment variables. A map of key/value pairs.
6107
+ * Secrets and parameters available to your service as environment variables. A map of key/value pairs, where the key is the desired name of the Secret in the environment (i.e. it does not have to match the name of the secret in Secrets Manager or SSM Parameter Store), and the value is the ARN of the secret from AWS Secrets Manager or the ARN of the parameter in AWS SSM Parameter Store.
6108
6108
  */
6109
6109
  runtimeEnvironmentSecrets?: pulumi.Input<{
6110
6110
  [key: string]: pulumi.Input<string>;
@@ -6151,7 +6151,7 @@ export declare namespace apprunner {
6151
6151
  */
6152
6152
  port?: pulumi.Input<string>;
6153
6153
  /**
6154
- * Secrets and parameters available to your service as environment variables. A map of key/value pairs.
6154
+ * Secrets and parameters available to your service as environment variables. A map of key/value pairs, where the key is the desired name of the Secret in the environment (i.e. it does not have to match the name of the secret in Secrets Manager or SSM Parameter Store), and the value is the ARN of the secret from AWS Secrets Manager or the ARN of the parameter in AWS SSM Parameter Store.
6155
6155
  */
6156
6156
  runtimeEnvironmentSecrets?: pulumi.Input<{
6157
6157
  [key: string]: pulumi.Input<string>;
@@ -10494,7 +10494,7 @@ export declare namespace codebuild {
10494
10494
  */
10495
10495
  artifactIdentifier: pulumi.Input<string>;
10496
10496
  /**
10497
- * Specifies the bucket owner's access for objects that another account uploads to their Amazon S3 bucket. By default, only the account that uploads the objects to the bucket has access to these objects. This property allows you to give the bucket owner access to these objects. Valid values are `NONE`, `READ_ONLY`, and `FULL`. your CodeBuild service role must have the `s3:PutBucketAcl` permission. This permission allows CodeBuild to modify the access control list for the bucket.
10497
+ * Specifies the bucket owner's access for objects that another account uploads to their Amazon S3 bucket. By default, only the account that uploads the objects to the bucket has access to these objects. This property allows you to give the bucket owner access to these objects. Valid values are `NONE`, `READ_ONLY`, and `FULL`. The CodeBuild service role must have the `s3:PutBucketAcl` permission. This permission allows CodeBuild to modify the access control list for the bucket.
10498
10498
  */
10499
10499
  bucketOwnerAccess?: pulumi.Input<string>;
10500
10500
  /**
@@ -10502,15 +10502,15 @@ export declare namespace codebuild {
10502
10502
  */
10503
10503
  encryptionDisabled?: pulumi.Input<boolean>;
10504
10504
  /**
10505
- * Information about the build output artifact location. If `type` is set to `CODEPIPELINE` or `NO_ARTIFACTS`, this value is ignored. If `type` is set to `S3`, this is the name of the output bucket. If `path` is not also specified, then `location` can also specify the path of the output artifact in the output bucket.
10505
+ * Information about the build output artifact location. If `type` is set to `CODEPIPELINE` or `NO_ARTIFACTS`, this value is ignored if specified. If `type` is set to `S3`, this is the name of the output bucket. If `path` is not specified, `location` can specify the path of the output artifact in the output bucket.
10506
10506
  */
10507
10507
  location?: pulumi.Input<string>;
10508
10508
  /**
10509
- * Name of the project. If `type` is set to `S3`, this is the name of the output artifact object
10509
+ * Name of the project. If `type` is set to `CODEPIPELINE` or `NO_ARTIFACTS`, this value is ignored if specified. If `type` is set to `S3`, this is the name of the output artifact object.
10510
10510
  */
10511
10511
  name?: pulumi.Input<string>;
10512
10512
  /**
10513
- * Namespace to use in storing build artifacts. If `type` is set to `S3`, then valid values are `BUILD_ID` or `NONE`.
10513
+ * Namespace to use in storing build artifacts. If `type` is set to `CODEPIPELINE` or `NO_ARTIFACTS`, this value is ignored if specified. If `type` is set to `S3`, valid values are `BUILD_ID` or `NONE`.
10514
10514
  */
10515
10515
  namespaceType?: pulumi.Input<string>;
10516
10516
  /**
@@ -10518,15 +10518,15 @@ export declare namespace codebuild {
10518
10518
  */
10519
10519
  overrideArtifactName?: pulumi.Input<boolean>;
10520
10520
  /**
10521
- * Type of build output artifact to create. If `type` is set to `S3`, valid values are `NONE`, `ZIP`
10521
+ * Type of build output artifact to create. If `type` is set to `CODEPIPELINE` or `NO_ARTIFACTS`, this value is ignored if specified. If `type` is set to `S3`, valid values are `NONE` or `ZIP`.
10522
10522
  */
10523
10523
  packaging?: pulumi.Input<string>;
10524
10524
  /**
10525
- * If `type` is set to `S3`, this is the path to the output artifact.
10525
+ * Along with `namespaceType` and `name`, the pattern that AWS CodeBuild uses to name and store the output artifact. If `type` is set to `CODEPIPELINE` or `NO_ARTIFACTS`, this value is ignored if specified. If `type` is set to `S3`, this is the path to the output artifact.
10526
10526
  */
10527
10527
  path?: pulumi.Input<string>;
10528
10528
  /**
10529
- * Build output artifact's type. The only valid value is `S3`.
10529
+ * Build output artifact's type. Valid values `CODEPIPELINE`, `NO_ARTIFACTS`, and `S3`.
10530
10530
  */
10531
10531
  type: pulumi.Input<string>;
10532
10532
  }
@@ -19639,6 +19639,274 @@ export declare namespace ecs {
19639
19639
  */
19640
19640
  value: pulumi.Input<string>;
19641
19641
  }
19642
+ interface GetTaskExecutionCapacityProviderStrategy {
19643
+ /**
19644
+ * The number of tasks, at a minimum, to run on the specified capacity provider. Only one capacity provider in a capacity provider strategy can have a base defined. Defaults to `0`.
19645
+ */
19646
+ base?: number;
19647
+ /**
19648
+ * Name of the capacity provider.
19649
+ */
19650
+ capacityProvider: string;
19651
+ /**
19652
+ * The relative percentage of the total number of launched tasks that should use the specified capacity provider. The `weight` value is taken into consideration after the `base` count of tasks has been satisfied. Defaults to `0`.
19653
+ */
19654
+ weight?: number;
19655
+ }
19656
+ interface GetTaskExecutionCapacityProviderStrategyArgs {
19657
+ /**
19658
+ * The number of tasks, at a minimum, to run on the specified capacity provider. Only one capacity provider in a capacity provider strategy can have a base defined. Defaults to `0`.
19659
+ */
19660
+ base?: pulumi.Input<number>;
19661
+ /**
19662
+ * Name of the capacity provider.
19663
+ */
19664
+ capacityProvider: pulumi.Input<string>;
19665
+ /**
19666
+ * The relative percentage of the total number of launched tasks that should use the specified capacity provider. The `weight` value is taken into consideration after the `base` count of tasks has been satisfied. Defaults to `0`.
19667
+ */
19668
+ weight?: pulumi.Input<number>;
19669
+ }
19670
+ interface GetTaskExecutionNetworkConfiguration {
19671
+ /**
19672
+ * Assign a public IP address to the ENI (Fargate launch type only). Valid values are `true` or `false`. Default `false`.
19673
+ */
19674
+ assignPublicIp?: boolean;
19675
+ /**
19676
+ * Security groups associated with the task or service. If you do not specify a security group, the default security group for the VPC is used.
19677
+ */
19678
+ securityGroups?: string[];
19679
+ /**
19680
+ * Subnets associated with the task or service.
19681
+ */
19682
+ subnets: string[];
19683
+ }
19684
+ interface GetTaskExecutionNetworkConfigurationArgs {
19685
+ /**
19686
+ * Assign a public IP address to the ENI (Fargate launch type only). Valid values are `true` or `false`. Default `false`.
19687
+ */
19688
+ assignPublicIp?: pulumi.Input<boolean>;
19689
+ /**
19690
+ * Security groups associated with the task or service. If you do not specify a security group, the default security group for the VPC is used.
19691
+ */
19692
+ securityGroups?: pulumi.Input<pulumi.Input<string>[]>;
19693
+ /**
19694
+ * Subnets associated with the task or service.
19695
+ */
19696
+ subnets: pulumi.Input<pulumi.Input<string>[]>;
19697
+ }
19698
+ interface GetTaskExecutionOverrides {
19699
+ /**
19700
+ * One or more container overrides that are sent to a task. See below.
19701
+ */
19702
+ containerOverrides?: inputs.ecs.GetTaskExecutionOverridesContainerOverride[];
19703
+ /**
19704
+ * The CPU override for the task.
19705
+ */
19706
+ cpu?: string;
19707
+ /**
19708
+ * Amazon Resource Name (ARN) of the task execution role override for the task.
19709
+ */
19710
+ executionRoleArn?: string;
19711
+ /**
19712
+ * Elastic Inference accelerator override for the task. See below.
19713
+ */
19714
+ inferenceAcceleratorOverrides?: inputs.ecs.GetTaskExecutionOverridesInferenceAcceleratorOverride[];
19715
+ /**
19716
+ * The memory override for the task.
19717
+ */
19718
+ memory?: string;
19719
+ /**
19720
+ * Amazon Resource Name (ARN) of the role that containers in this task can assume.
19721
+ */
19722
+ taskRoleArn?: string;
19723
+ }
19724
+ interface GetTaskExecutionOverridesArgs {
19725
+ /**
19726
+ * One or more container overrides that are sent to a task. See below.
19727
+ */
19728
+ containerOverrides?: pulumi.Input<pulumi.Input<inputs.ecs.GetTaskExecutionOverridesContainerOverrideArgs>[]>;
19729
+ /**
19730
+ * The CPU override for the task.
19731
+ */
19732
+ cpu?: pulumi.Input<string>;
19733
+ /**
19734
+ * Amazon Resource Name (ARN) of the task execution role override for the task.
19735
+ */
19736
+ executionRoleArn?: pulumi.Input<string>;
19737
+ /**
19738
+ * Elastic Inference accelerator override for the task. See below.
19739
+ */
19740
+ inferenceAcceleratorOverrides?: pulumi.Input<pulumi.Input<inputs.ecs.GetTaskExecutionOverridesInferenceAcceleratorOverrideArgs>[]>;
19741
+ /**
19742
+ * The memory override for the task.
19743
+ */
19744
+ memory?: pulumi.Input<string>;
19745
+ /**
19746
+ * Amazon Resource Name (ARN) of the role that containers in this task can assume.
19747
+ */
19748
+ taskRoleArn?: pulumi.Input<string>;
19749
+ }
19750
+ interface GetTaskExecutionOverridesContainerOverride {
19751
+ /**
19752
+ * The command to send to the container that overrides the default command from the Docker image or the task definition.
19753
+ */
19754
+ commands?: string[];
19755
+ /**
19756
+ * The number of cpu units reserved for the container, instead of the default value from the task definition.
19757
+ */
19758
+ cpu?: number;
19759
+ /**
19760
+ * The environment variables to send to the container. You can add new environment variables, which are added to the container at launch, or you can override the existing environment variables from the Docker image or the task definition. See below.
19761
+ */
19762
+ environments?: inputs.ecs.GetTaskExecutionOverridesContainerOverrideEnvironment[];
19763
+ /**
19764
+ * The hard limit (in MiB) of memory to present to the container, instead of the default value from the task definition. If your container attempts to exceed the memory specified here, the container is killed.
19765
+ */
19766
+ memory?: number;
19767
+ /**
19768
+ * The soft limit (in MiB) of memory to reserve for the container, instead of the default value from the task definition.
19769
+ */
19770
+ memoryReservation?: number;
19771
+ /**
19772
+ * The name of the container that receives the override. This parameter is required if any override is specified.
19773
+ */
19774
+ name: string;
19775
+ /**
19776
+ * The type and amount of a resource to assign to a container, instead of the default value from the task definition. The only supported resource is a GPU. See below.
19777
+ */
19778
+ resourceRequirements?: inputs.ecs.GetTaskExecutionOverridesContainerOverrideResourceRequirement[];
19779
+ }
19780
+ interface GetTaskExecutionOverridesContainerOverrideArgs {
19781
+ /**
19782
+ * The command to send to the container that overrides the default command from the Docker image or the task definition.
19783
+ */
19784
+ commands?: pulumi.Input<pulumi.Input<string>[]>;
19785
+ /**
19786
+ * The number of cpu units reserved for the container, instead of the default value from the task definition.
19787
+ */
19788
+ cpu?: pulumi.Input<number>;
19789
+ /**
19790
+ * The environment variables to send to the container. You can add new environment variables, which are added to the container at launch, or you can override the existing environment variables from the Docker image or the task definition. See below.
19791
+ */
19792
+ environments?: pulumi.Input<pulumi.Input<inputs.ecs.GetTaskExecutionOverridesContainerOverrideEnvironmentArgs>[]>;
19793
+ /**
19794
+ * The hard limit (in MiB) of memory to present to the container, instead of the default value from the task definition. If your container attempts to exceed the memory specified here, the container is killed.
19795
+ */
19796
+ memory?: pulumi.Input<number>;
19797
+ /**
19798
+ * The soft limit (in MiB) of memory to reserve for the container, instead of the default value from the task definition.
19799
+ */
19800
+ memoryReservation?: pulumi.Input<number>;
19801
+ /**
19802
+ * The name of the container that receives the override. This parameter is required if any override is specified.
19803
+ */
19804
+ name: pulumi.Input<string>;
19805
+ /**
19806
+ * The type and amount of a resource to assign to a container, instead of the default value from the task definition. The only supported resource is a GPU. See below.
19807
+ */
19808
+ resourceRequirements?: pulumi.Input<pulumi.Input<inputs.ecs.GetTaskExecutionOverridesContainerOverrideResourceRequirementArgs>[]>;
19809
+ }
19810
+ interface GetTaskExecutionOverridesContainerOverrideEnvironment {
19811
+ /**
19812
+ * The name of the key-value pair. For environment variables, this is the name of the environment variable.
19813
+ */
19814
+ key: string;
19815
+ /**
19816
+ * The value of the key-value pair. For environment variables, this is the value of the environment variable.
19817
+ */
19818
+ value: string;
19819
+ }
19820
+ interface GetTaskExecutionOverridesContainerOverrideEnvironmentArgs {
19821
+ /**
19822
+ * The name of the key-value pair. For environment variables, this is the name of the environment variable.
19823
+ */
19824
+ key: pulumi.Input<string>;
19825
+ /**
19826
+ * The value of the key-value pair. For environment variables, this is the value of the environment variable.
19827
+ */
19828
+ value: pulumi.Input<string>;
19829
+ }
19830
+ interface GetTaskExecutionOverridesContainerOverrideResourceRequirement {
19831
+ /**
19832
+ * The type of resource to assign to a container. Valid values are `GPU` or `InferenceAccelerator`.
19833
+ */
19834
+ type: string;
19835
+ /**
19836
+ * The value for the specified resource type. If the `GPU` type is used, the value is the number of physical GPUs the Amazon ECS container agent reserves for the container. The number of GPUs that's reserved for all containers in a task can't exceed the number of available GPUs on the container instance that the task is launched on. If the `InferenceAccelerator` type is used, the value matches the `deviceName` for an InferenceAccelerator specified in a task definition.
19837
+ */
19838
+ value: string;
19839
+ }
19840
+ interface GetTaskExecutionOverridesContainerOverrideResourceRequirementArgs {
19841
+ /**
19842
+ * The type of resource to assign to a container. Valid values are `GPU` or `InferenceAccelerator`.
19843
+ */
19844
+ type: pulumi.Input<string>;
19845
+ /**
19846
+ * The value for the specified resource type. If the `GPU` type is used, the value is the number of physical GPUs the Amazon ECS container agent reserves for the container. The number of GPUs that's reserved for all containers in a task can't exceed the number of available GPUs on the container instance that the task is launched on. If the `InferenceAccelerator` type is used, the value matches the `deviceName` for an InferenceAccelerator specified in a task definition.
19847
+ */
19848
+ value: pulumi.Input<string>;
19849
+ }
19850
+ interface GetTaskExecutionOverridesInferenceAcceleratorOverride {
19851
+ /**
19852
+ * The Elastic Inference accelerator device name to override for the task. This parameter must match a deviceName specified in the task definition.
19853
+ */
19854
+ deviceName?: string;
19855
+ /**
19856
+ * The Elastic Inference accelerator type to use.
19857
+ */
19858
+ deviceType?: string;
19859
+ }
19860
+ interface GetTaskExecutionOverridesInferenceAcceleratorOverrideArgs {
19861
+ /**
19862
+ * The Elastic Inference accelerator device name to override for the task. This parameter must match a deviceName specified in the task definition.
19863
+ */
19864
+ deviceName?: pulumi.Input<string>;
19865
+ /**
19866
+ * The Elastic Inference accelerator type to use.
19867
+ */
19868
+ deviceType?: pulumi.Input<string>;
19869
+ }
19870
+ interface GetTaskExecutionPlacementConstraint {
19871
+ /**
19872
+ * A cluster query language expression to apply to the constraint. The expression can have a maximum length of 2000 characters. You can't specify an expression if the constraint type is `distinctInstance`.
19873
+ */
19874
+ expression?: string;
19875
+ /**
19876
+ * The type of constraint. Valid values are `distinctInstance` or `memberOf`. Use `distinctInstance` to ensure that each task in a particular group is running on a different container instance. Use `memberOf` to restrict the selection to a group of valid candidates.
19877
+ */
19878
+ type: string;
19879
+ }
19880
+ interface GetTaskExecutionPlacementConstraintArgs {
19881
+ /**
19882
+ * A cluster query language expression to apply to the constraint. The expression can have a maximum length of 2000 characters. You can't specify an expression if the constraint type is `distinctInstance`.
19883
+ */
19884
+ expression?: pulumi.Input<string>;
19885
+ /**
19886
+ * The type of constraint. Valid values are `distinctInstance` or `memberOf`. Use `distinctInstance` to ensure that each task in a particular group is running on a different container instance. Use `memberOf` to restrict the selection to a group of valid candidates.
19887
+ */
19888
+ type: pulumi.Input<string>;
19889
+ }
19890
+ interface GetTaskExecutionPlacementStrategy {
19891
+ /**
19892
+ * The field to apply the placement strategy against.
19893
+ */
19894
+ field?: string;
19895
+ /**
19896
+ * The type of placement strategy. Valid values are `random`, `spread`, and `binpack`.
19897
+ */
19898
+ type: string;
19899
+ }
19900
+ interface GetTaskExecutionPlacementStrategyArgs {
19901
+ /**
19902
+ * The field to apply the placement strategy against.
19903
+ */
19904
+ field?: pulumi.Input<string>;
19905
+ /**
19906
+ * The type of placement strategy. Valid values are `random`, `spread`, and `binpack`.
19907
+ */
19908
+ type: pulumi.Input<string>;
19909
+ }
19642
19910
  interface ServiceAlarms {
19643
19911
  alarmNames: pulumi.Input<pulumi.Input<string>[]>;
19644
19912
  /**
@@ -24250,6 +24518,16 @@ export declare namespace glue {
24250
24518
  }
24251
24519
  }
24252
24520
  export declare namespace grafana {
24521
+ interface WorkspaceNetworkAccessControl {
24522
+ /**
24523
+ * An array of prefix list IDs.
24524
+ */
24525
+ prefixListIds: pulumi.Input<pulumi.Input<string>[]>;
24526
+ /**
24527
+ * An array of Amazon VPC endpoint IDs for the workspace. The only VPC endpoints that can be specified here are interface VPC endpoints for Grafana workspaces (using the com.amazonaws.[region].grafana-workspace service endpoint). Other VPC endpoints will be ignored.
24528
+ */
24529
+ vpceIds: pulumi.Input<pulumi.Input<string>[]>;
24530
+ }
24253
24531
  interface WorkspaceVpcConfiguration {
24254
24532
  /**
24255
24533
  * The list of Amazon EC2 security group IDs attached to the Amazon VPC for your Grafana workspace to connect.
@@ -30293,6 +30571,56 @@ export declare namespace lex {
30293
30571
  value: pulumi.Input<string>;
30294
30572
  }
30295
30573
  }
30574
+ export declare namespace licensemanager {
30575
+ interface GetLicenseGrantsFilter {
30576
+ /**
30577
+ * Name of the field to filter by, as defined by
30578
+ * [the underlying AWS API](https://docs.aws.amazon.com/license-manager/latest/APIReference/API_ListReceivedGrants.html#API_ListReceivedGrants_RequestSyntax).
30579
+ * For example, if filtering using `ProductSKU`, use:
30580
+ */
30581
+ name: string;
30582
+ /**
30583
+ * Set of values that are accepted for the given field.
30584
+ */
30585
+ values: string[];
30586
+ }
30587
+ interface GetLicenseGrantsFilterArgs {
30588
+ /**
30589
+ * Name of the field to filter by, as defined by
30590
+ * [the underlying AWS API](https://docs.aws.amazon.com/license-manager/latest/APIReference/API_ListReceivedGrants.html#API_ListReceivedGrants_RequestSyntax).
30591
+ * For example, if filtering using `ProductSKU`, use:
30592
+ */
30593
+ name: pulumi.Input<string>;
30594
+ /**
30595
+ * Set of values that are accepted for the given field.
30596
+ */
30597
+ values: pulumi.Input<pulumi.Input<string>[]>;
30598
+ }
30599
+ interface GetReceivedLicensesFilter {
30600
+ /**
30601
+ * Name of the field to filter by, as defined by
30602
+ * [the underlying AWS API](https://docs.aws.amazon.com/license-manager/latest/APIReference/API_ListReceivedLicenses.html#API_ListReceivedLicenses_RequestSyntax).
30603
+ * For example, if filtering using `ProductSKU`, use:
30604
+ */
30605
+ name: string;
30606
+ /**
30607
+ * Set of values that are accepted for the given field.
30608
+ */
30609
+ values: string[];
30610
+ }
30611
+ interface GetReceivedLicensesFilterArgs {
30612
+ /**
30613
+ * Name of the field to filter by, as defined by
30614
+ * [the underlying AWS API](https://docs.aws.amazon.com/license-manager/latest/APIReference/API_ListReceivedLicenses.html#API_ListReceivedLicenses_RequestSyntax).
30615
+ * For example, if filtering using `ProductSKU`, use:
30616
+ */
30617
+ name: pulumi.Input<string>;
30618
+ /**
30619
+ * Set of values that are accepted for the given field.
30620
+ */
30621
+ values: pulumi.Input<pulumi.Input<string>[]>;
30622
+ }
30623
+ }
30296
30624
  export declare namespace lightsail {
30297
30625
  interface CertificateDomainValidationOption {
30298
30626
  /**
@@ -36169,6 +36497,20 @@ export declare namespace rds {
36169
36497
  */
36170
36498
  enabled?: pulumi.Input<boolean>;
36171
36499
  }
36500
+ interface InstanceListenerEndpoint {
36501
+ /**
36502
+ * Specifies the DNS address of the DB instance.
36503
+ */
36504
+ address?: pulumi.Input<string>;
36505
+ /**
36506
+ * Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.
36507
+ */
36508
+ hostedZoneId?: pulumi.Input<string>;
36509
+ /**
36510
+ * The port on which the DB accepts connections.
36511
+ */
36512
+ port?: pulumi.Input<number>;
36513
+ }
36172
36514
  interface InstanceRestoreToPointInTime {
36173
36515
  /**
36174
36516
  * The date and time to restore from. Value must be a time in Universal Coordinated Time (UTC) format and must be before the latest restorable time for the DB instance. Cannot be specified with `useLatestRestorableTime`.
@@ -42883,6 +43225,28 @@ export declare namespace sesv2 {
42883
43225
  */
42884
43226
  customRedirectDomain: pulumi.Input<string>;
42885
43227
  }
43228
+ interface ConfigurationSetVdmOptions {
43229
+ /**
43230
+ * Specifies additional settings for your VDM configuration as applicable to the Dashboard.
43231
+ */
43232
+ dashboardOptions?: pulumi.Input<inputs.sesv2.ConfigurationSetVdmOptionsDashboardOptions>;
43233
+ /**
43234
+ * Specifies additional settings for your VDM configuration as applicable to the Guardian.
43235
+ */
43236
+ guardianOptions?: pulumi.Input<inputs.sesv2.ConfigurationSetVdmOptionsGuardianOptions>;
43237
+ }
43238
+ interface ConfigurationSetVdmOptionsDashboardOptions {
43239
+ /**
43240
+ * Specifies the status of your VDM engagement metrics collection. Valid values: `ENABLED`, `DISABLED`.
43241
+ */
43242
+ engagementMetrics?: pulumi.Input<string>;
43243
+ }
43244
+ interface ConfigurationSetVdmOptionsGuardianOptions {
43245
+ /**
43246
+ * Specifies the status of your VDM optimized shared delivery. Valid values: `ENABLED`, `DISABLED`.
43247
+ */
43248
+ optimizedSharedDelivery?: pulumi.Input<string>;
43249
+ }
42886
43250
  interface EmailIdentityDkimSigningAttributes {
42887
43251
  /**
42888
43252
  * [Easy DKIM] The key length of the DKIM key pair in use.
@@ -43667,6 +44031,24 @@ export declare namespace transfer {
43667
44031
  */
43668
44032
  vpcId?: pulumi.Input<string>;
43669
44033
  }
44034
+ interface ServerProtocolDetails {
44035
+ /**
44036
+ * Indicates the transport method for the AS2 messages. Currently, only `HTTP` is supported.
44037
+ */
44038
+ as2Transports?: pulumi.Input<pulumi.Input<string>[]>;
44039
+ /**
44040
+ * Indicates passive mode, for FTP and FTPS protocols. Enter a single IPv4 address, such as the public IP address of a firewall, router, or load balancer.
44041
+ */
44042
+ passiveIp?: pulumi.Input<string>;
44043
+ /**
44044
+ * Use to ignore the error that is generated when the client attempts to use `SETSTAT` on a file you are uploading to an S3 bucket. Valid values: `DEFAULT`, `ENABLE_NO_OP`.
44045
+ */
44046
+ setStatOption?: pulumi.Input<string>;
44047
+ /**
44048
+ * A property used with Transfer Family servers that use the FTPS protocol. Provides a mechanism to resume or share a negotiated secret key between the control and data connection for an FTPS session. Valid values: `DISABLED`, `ENABLED`, `ENFORCED`.
44049
+ */
44050
+ tlsSessionResumptionMode?: pulumi.Input<string>;
44051
+ }
43670
44052
  interface ServerWorkflowDetails {
43671
44053
  /**
43672
44054
  * A trigger that starts a workflow if a file is only partially uploaded. See Workflow Detail below.
@@ -43730,6 +44112,10 @@ export declare namespace transfer {
43730
44112
  * Details for a step that invokes a lambda function.
43731
44113
  */
43732
44114
  customStepDetails?: pulumi.Input<inputs.transfer.WorkflowOnExceptionStepCustomStepDetails>;
44115
+ /**
44116
+ * Details for a step that decrypts the file.
44117
+ */
44118
+ decryptStepDetails?: pulumi.Input<inputs.transfer.WorkflowOnExceptionStepDecryptStepDetails>;
43733
44119
  /**
43734
44120
  * Details for a step that deletes the file.
43735
44121
  */
@@ -43739,7 +44125,7 @@ export declare namespace transfer {
43739
44125
  */
43740
44126
  tagStepDetails?: pulumi.Input<inputs.transfer.WorkflowOnExceptionStepTagStepDetails>;
43741
44127
  /**
43742
- * One of the following step types are supported. `COPY`, `CUSTOM`, `DELETE`, and `TAG`.
44128
+ * One of the following step types are supported. `COPY`, `CUSTOM`, `DECRYPT`, `DELETE`, and `TAG`.
43743
44129
  */
43744
44130
  type: pulumi.Input<string>;
43745
44131
  }
@@ -43809,6 +44195,58 @@ export declare namespace transfer {
43809
44195
  */
43810
44196
  timeoutSeconds?: pulumi.Input<number>;
43811
44197
  }
44198
+ interface WorkflowOnExceptionStepDecryptStepDetails {
44199
+ /**
44200
+ * Specifies the location for the file being copied. Use ${Transfer:username} in this field to parametrize the destination prefix by username.
44201
+ */
44202
+ destinationFileLocation?: pulumi.Input<inputs.transfer.WorkflowOnExceptionStepDecryptStepDetailsDestinationFileLocation>;
44203
+ /**
44204
+ * The name of the step, used as an identifier.
44205
+ */
44206
+ name?: pulumi.Input<string>;
44207
+ /**
44208
+ * A flag that indicates whether or not to overwrite an existing file of the same name. The default is `FALSE`. Valid values are `TRUE` and `FALSE`.
44209
+ */
44210
+ overwriteExisting?: pulumi.Input<string>;
44211
+ /**
44212
+ * Specifies which file to use as input to the workflow step: either the output from the previous step, or the originally uploaded file for the workflow. Enter ${previous.file} to use the previous file as the input. In this case, this workflow step uses the output file from the previous workflow step as input. This is the default value. Enter ${original.file} to use the originally-uploaded file location as input for this step.
44213
+ */
44214
+ sourceFileLocation?: pulumi.Input<string>;
44215
+ /**
44216
+ * The type of encryption used. Currently, this value must be `"PGP"`.
44217
+ */
44218
+ type: pulumi.Input<string>;
44219
+ }
44220
+ interface WorkflowOnExceptionStepDecryptStepDetailsDestinationFileLocation {
44221
+ /**
44222
+ * Specifies the details for the EFS file being copied.
44223
+ */
44224
+ efsFileLocation?: pulumi.Input<inputs.transfer.WorkflowOnExceptionStepDecryptStepDetailsDestinationFileLocationEfsFileLocation>;
44225
+ /**
44226
+ * Specifies the details for the S3 file being copied.
44227
+ */
44228
+ s3FileLocation?: pulumi.Input<inputs.transfer.WorkflowOnExceptionStepDecryptStepDetailsDestinationFileLocationS3FileLocation>;
44229
+ }
44230
+ interface WorkflowOnExceptionStepDecryptStepDetailsDestinationFileLocationEfsFileLocation {
44231
+ /**
44232
+ * The ID of the file system, assigned by Amazon EFS.
44233
+ */
44234
+ fileSystemId?: pulumi.Input<string>;
44235
+ /**
44236
+ * The pathname for the folder being used by a workflow.
44237
+ */
44238
+ path?: pulumi.Input<string>;
44239
+ }
44240
+ interface WorkflowOnExceptionStepDecryptStepDetailsDestinationFileLocationS3FileLocation {
44241
+ /**
44242
+ * Specifies the S3 bucket for the customer input file.
44243
+ */
44244
+ bucket?: pulumi.Input<string>;
44245
+ /**
44246
+ * The name assigned to the file when it was created in S3. You use the object key to retrieve the object.
44247
+ */
44248
+ key?: pulumi.Input<string>;
44249
+ }
43812
44250
  interface WorkflowOnExceptionStepDeleteStepDetails {
43813
44251
  /**
43814
44252
  * The name of the step, used as an identifier.
@@ -43852,6 +44290,10 @@ export declare namespace transfer {
43852
44290
  * Details for a step that invokes a lambda function.
43853
44291
  */
43854
44292
  customStepDetails?: pulumi.Input<inputs.transfer.WorkflowStepCustomStepDetails>;
44293
+ /**
44294
+ * Details for a step that decrypts the file.
44295
+ */
44296
+ decryptStepDetails?: pulumi.Input<inputs.transfer.WorkflowStepDecryptStepDetails>;
43855
44297
  /**
43856
44298
  * Details for a step that deletes the file.
43857
44299
  */
@@ -43861,7 +44303,7 @@ export declare namespace transfer {
43861
44303
  */
43862
44304
  tagStepDetails?: pulumi.Input<inputs.transfer.WorkflowStepTagStepDetails>;
43863
44305
  /**
43864
- * One of the following step types are supported. `COPY`, `CUSTOM`, `DELETE`, and `TAG`.
44306
+ * One of the following step types are supported. `COPY`, `CUSTOM`, `DECRYPT`, `DELETE`, and `TAG`.
43865
44307
  */
43866
44308
  type: pulumi.Input<string>;
43867
44309
  }
@@ -43931,6 +44373,58 @@ export declare namespace transfer {
43931
44373
  */
43932
44374
  timeoutSeconds?: pulumi.Input<number>;
43933
44375
  }
44376
+ interface WorkflowStepDecryptStepDetails {
44377
+ /**
44378
+ * Specifies the location for the file being copied. Use ${Transfer:username} in this field to parametrize the destination prefix by username.
44379
+ */
44380
+ destinationFileLocation?: pulumi.Input<inputs.transfer.WorkflowStepDecryptStepDetailsDestinationFileLocation>;
44381
+ /**
44382
+ * The name of the step, used as an identifier.
44383
+ */
44384
+ name?: pulumi.Input<string>;
44385
+ /**
44386
+ * A flag that indicates whether or not to overwrite an existing file of the same name. The default is `FALSE`. Valid values are `TRUE` and `FALSE`.
44387
+ */
44388
+ overwriteExisting?: pulumi.Input<string>;
44389
+ /**
44390
+ * Specifies which file to use as input to the workflow step: either the output from the previous step, or the originally uploaded file for the workflow. Enter ${previous.file} to use the previous file as the input. In this case, this workflow step uses the output file from the previous workflow step as input. This is the default value. Enter ${original.file} to use the originally-uploaded file location as input for this step.
44391
+ */
44392
+ sourceFileLocation?: pulumi.Input<string>;
44393
+ /**
44394
+ * The type of encryption used. Currently, this value must be `"PGP"`.
44395
+ */
44396
+ type: pulumi.Input<string>;
44397
+ }
44398
+ interface WorkflowStepDecryptStepDetailsDestinationFileLocation {
44399
+ /**
44400
+ * Specifies the details for the EFS file being copied.
44401
+ */
44402
+ efsFileLocation?: pulumi.Input<inputs.transfer.WorkflowStepDecryptStepDetailsDestinationFileLocationEfsFileLocation>;
44403
+ /**
44404
+ * Specifies the details for the S3 file being copied.
44405
+ */
44406
+ s3FileLocation?: pulumi.Input<inputs.transfer.WorkflowStepDecryptStepDetailsDestinationFileLocationS3FileLocation>;
44407
+ }
44408
+ interface WorkflowStepDecryptStepDetailsDestinationFileLocationEfsFileLocation {
44409
+ /**
44410
+ * The ID of the file system, assigned by Amazon EFS.
44411
+ */
44412
+ fileSystemId?: pulumi.Input<string>;
44413
+ /**
44414
+ * The pathname for the folder being used by a workflow.
44415
+ */
44416
+ path?: pulumi.Input<string>;
44417
+ }
44418
+ interface WorkflowStepDecryptStepDetailsDestinationFileLocationS3FileLocation {
44419
+ /**
44420
+ * Specifies the S3 bucket for the customer input file.
44421
+ */
44422
+ bucket?: pulumi.Input<string>;
44423
+ /**
44424
+ * The name assigned to the file when it was created in S3. You use the object key to retrieve the object.
44425
+ */
44426
+ key?: pulumi.Input<string>;
44427
+ }
43934
44428
  interface WorkflowStepDeleteStepDetails {
43935
44429
  /**
43936
44430
  * The name of the step, used as an identifier.