pulumi-aws 7.11.1__py3-none-any.whl → 7.12.0__py3-none-any.whl

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 (122) hide show
  1. pulumi_aws/__init__.py +57 -0
  2. pulumi_aws/acm/certificate.py +20 -20
  3. pulumi_aws/acmpca/certificate.py +8 -8
  4. pulumi_aws/apigateway/account.py +0 -4
  5. pulumi_aws/appflow/_inputs.py +33 -0
  6. pulumi_aws/appflow/outputs.py +22 -0
  7. pulumi_aws/appsync/graph_ql_api.py +84 -0
  8. pulumi_aws/bedrock/_inputs.py +97 -21
  9. pulumi_aws/bedrock/agent_agent_alias.py +94 -0
  10. pulumi_aws/bedrock/agentcore_agent_runtime.py +4 -4
  11. pulumi_aws/bedrock/agentcore_browser.py +42 -0
  12. pulumi_aws/bedrock/agentcore_gateway_target.py +217 -7
  13. pulumi_aws/bedrock/agentcore_memory.py +37 -9
  14. pulumi_aws/bedrock/agentcore_oauth2_credential_provider.py +38 -0
  15. pulumi_aws/bedrock/outputs.py +64 -17
  16. pulumi_aws/cloudfront/_inputs.py +15 -14
  17. pulumi_aws/cloudfront/distribution.py +28 -0
  18. pulumi_aws/cloudfront/outputs.py +10 -9
  19. pulumi_aws/cloudhsmv2/cluster.py +64 -0
  20. pulumi_aws/cloudwatch/_inputs.py +9 -8
  21. pulumi_aws/cloudwatch/contributor_managed_insight_rule.py +20 -0
  22. pulumi_aws/cloudwatch/log_delivery_destination.py +53 -12
  23. pulumi_aws/cloudwatch/outputs.py +6 -5
  24. pulumi_aws/codebuild/webhook.py +16 -16
  25. pulumi_aws/codepipeline/webhook.py +16 -16
  26. pulumi_aws/connect/_inputs.py +50 -4
  27. pulumi_aws/connect/outputs.py +95 -4
  28. pulumi_aws/connect/routing_profile.py +42 -18
  29. pulumi_aws/datasync/location_fsx_ontap_file_system.py +34 -0
  30. pulumi_aws/datazone/project.py +24 -0
  31. pulumi_aws/detective/organization_configuration.py +20 -0
  32. pulumi_aws/dms/_inputs.py +3 -3
  33. pulumi_aws/dms/outputs.py +2 -2
  34. pulumi_aws/ec2/__init__.py +1 -0
  35. pulumi_aws/ec2/_inputs.py +182 -0
  36. pulumi_aws/ec2/allowed_images_settings.py +338 -0
  37. pulumi_aws/ec2/get_coip_pools.py +24 -0
  38. pulumi_aws/ec2/image_block_public_access.py +48 -1
  39. pulumi_aws/ec2/outputs.py +167 -0
  40. pulumi_aws/ec2/security_group.py +6 -6
  41. pulumi_aws/ec2/serial_console_access.py +50 -3
  42. pulumi_aws/ec2/vpc_endpoint.py +92 -0
  43. pulumi_aws/ec2clientvpn/authorization_rule.py +7 -7
  44. pulumi_aws/ec2clientvpn/route.py +7 -7
  45. pulumi_aws/ec2transitgateway/instance_connect_endpoint.py +47 -0
  46. pulumi_aws/ecrpublic/get_images.py +24 -0
  47. pulumi_aws/ecs/_inputs.py +172 -33
  48. pulumi_aws/ecs/get_service.py +318 -7
  49. pulumi_aws/ecs/outputs.py +957 -86
  50. pulumi_aws/ecs/service.py +76 -0
  51. pulumi_aws/eks/_inputs.py +195 -5
  52. pulumi_aws/eks/outputs.py +164 -4
  53. pulumi_aws/elasticache/_inputs.py +154 -0
  54. pulumi_aws/elasticache/get_replication_group.py +23 -9
  55. pulumi_aws/elasticache/outputs.py +204 -0
  56. pulumi_aws/elasticache/replication_group.py +115 -0
  57. pulumi_aws/elasticache/reserved_cache_node.py +28 -0
  58. pulumi_aws/finspace/kx_cluster.py +76 -0
  59. pulumi_aws/fis/__init__.py +1 -0
  60. pulumi_aws/fis/target_account_configuration.py +401 -0
  61. pulumi_aws/glue/job.py +7 -7
  62. pulumi_aws/guardduty/malware_protection_plan.py +50 -0
  63. pulumi_aws/guardduty/member_detector_feature.py +42 -0
  64. pulumi_aws/invoicing/__init__.py +11 -0
  65. pulumi_aws/invoicing/_inputs.py +128 -0
  66. pulumi_aws/invoicing/invoice_unit.py +620 -0
  67. pulumi_aws/invoicing/outputs.py +99 -0
  68. pulumi_aws/iot/ca_certificate.py +32 -32
  69. pulumi_aws/iot/get_registration_code.py +8 -8
  70. pulumi_aws/ivschat/logging_configuration.py +28 -0
  71. pulumi_aws/kinesis/get_stream.py +15 -1
  72. pulumi_aws/kinesis/stream.py +47 -0
  73. pulumi_aws/kms/key.py +7 -7
  74. pulumi_aws/licensemanager/license_grant.py +36 -0
  75. pulumi_aws/m2/environment.py +150 -0
  76. pulumi_aws/networkfirewall/tls_inspection_configuration.py +84 -0
  77. pulumi_aws/networkflowmonitor/__init__.py +12 -0
  78. pulumi_aws/networkflowmonitor/_inputs.py +412 -0
  79. pulumi_aws/networkflowmonitor/monitor.py +568 -0
  80. pulumi_aws/networkflowmonitor/outputs.py +302 -0
  81. pulumi_aws/networkflowmonitor/scope.py +443 -0
  82. pulumi_aws/observabilityadmin/__init__.py +11 -0
  83. pulumi_aws/observabilityadmin/_inputs.py +506 -0
  84. pulumi_aws/observabilityadmin/centralization_rule_for_organization.py +637 -0
  85. pulumi_aws/observabilityadmin/outputs.py +415 -0
  86. pulumi_aws/opensearch/_inputs.py +92 -133
  87. pulumi_aws/opensearch/authorize_vpc_endpoint_access.py +4 -4
  88. pulumi_aws/opensearch/domain.py +60 -0
  89. pulumi_aws/opensearch/get_domain.py +16 -9
  90. pulumi_aws/opensearch/outputs.py +131 -2
  91. pulumi_aws/organizations/get_policies.py +2 -2
  92. pulumi_aws/organizations/get_policies_for_target.py +2 -2
  93. pulumi_aws/organizations/get_policy.py +1 -1
  94. pulumi_aws/organizations/organization.py +7 -7
  95. pulumi_aws/organizations/policy.py +35 -7
  96. pulumi_aws/pulumi-plugin.json +1 -1
  97. pulumi_aws/quicksight/analysis.py +108 -0
  98. pulumi_aws/quicksight/dashboard.py +110 -0
  99. pulumi_aws/quicksight/template.py +126 -0
  100. pulumi_aws/redshift/cluster_snapshot.py +28 -0
  101. pulumi_aws/redshift/get_cluster.py +52 -0
  102. pulumi_aws/redshift/snapshot_copy_grant.py +22 -0
  103. pulumi_aws/route53/profiles_association.py +30 -0
  104. pulumi_aws/route53/profiles_resource_association.py +34 -0
  105. pulumi_aws/s3control/multi_region_access_point_policy.py +76 -0
  106. pulumi_aws/s3tables/table.py +76 -1
  107. pulumi_aws/s3tables/table_bucket.py +78 -3
  108. pulumi_aws/sagemaker/_inputs.py +225 -232
  109. pulumi_aws/sagemaker/endpoint_configuration.py +111 -64
  110. pulumi_aws/sagemaker/outputs.py +154 -158
  111. pulumi_aws/ssmincidents/get_response_plan.py +14 -0
  112. pulumi_aws/ssoadmin/account_assignment.py +4 -4
  113. pulumi_aws/transfer/profile.py +20 -0
  114. pulumi_aws/transfer/server.py +7 -0
  115. pulumi_aws/transfer/ssh_key.py +6 -6
  116. pulumi_aws/wafv2/rule_group.py +440 -0
  117. pulumi_aws/workspacesweb/session_logger_association.py +80 -0
  118. pulumi_aws/workspacesweb/trust_store_association.py +24 -0
  119. {pulumi_aws-7.11.1.dist-info → pulumi_aws-7.12.0.dist-info}/METADATA +1 -1
  120. {pulumi_aws-7.11.1.dist-info → pulumi_aws-7.12.0.dist-info}/RECORD +122 -107
  121. {pulumi_aws-7.11.1.dist-info → pulumi_aws-7.12.0.dist-info}/WHEEL +0 -0
  122. {pulumi_aws-7.11.1.dist-info → pulumi_aws-7.12.0.dist-info}/top_level.txt +0 -0
@@ -635,12 +635,87 @@ class Environment(pulumi.CustomResource):
635
635
 
636
636
  ### Basic Usage
637
637
 
638
+ ```python
639
+ import pulumi
640
+ import pulumi_aws as aws
641
+
642
+ test = aws.m2.Environment("test",
643
+ name="test-env",
644
+ engine_type="bluage",
645
+ instance_type="M2.m5.large",
646
+ security_groups=["sg-01234567890abcdef"],
647
+ subnet_ids=[
648
+ "subnet-01234567890abcdef",
649
+ "subnet-01234567890abcdea",
650
+ ])
651
+ ```
652
+
638
653
  ### High Availability
639
654
 
655
+ ```python
656
+ import pulumi
657
+ import pulumi_aws as aws
658
+
659
+ test = aws.m2.Environment("test",
660
+ name="test-env",
661
+ engine_type="bluage",
662
+ instance_type="M2.m5.large",
663
+ security_groups=["sg-01234567890abcdef"],
664
+ subnet_ids=[
665
+ "subnet-01234567890abcdef",
666
+ "subnet-01234567890abcdea",
667
+ ],
668
+ high_availability_config={
669
+ "desired_capacity": 2,
670
+ })
671
+ ```
672
+
640
673
  ### EFS Filesystem
641
674
 
675
+ ```python
676
+ import pulumi
677
+ import pulumi_aws as aws
678
+
679
+ test = aws.m2.Environment("test",
680
+ name="test-env",
681
+ engine_type="bluage",
682
+ instance_type="M2.m5.large",
683
+ security_groups=["sg-01234567890abcdef"],
684
+ subnet_ids=[
685
+ "subnet-01234567890abcdef",
686
+ "subnet-01234567890abcdea",
687
+ ],
688
+ storage_configuration={
689
+ "efs": {
690
+ "file_system_id": "fs-01234567890abcdef",
691
+ "mount_point": "/m2/mount/example",
692
+ },
693
+ })
694
+ ```
695
+
642
696
  ### FSX Filesystem
643
697
 
698
+ ```python
699
+ import pulumi
700
+ import pulumi_aws as aws
701
+
702
+ test = aws.m2.Environment("test",
703
+ name="test-env",
704
+ engine_type="bluage",
705
+ instance_type="M2.m5.large",
706
+ security_groups=["sg-01234567890abcdef"],
707
+ subnet_ids=[
708
+ "subnet-01234567890abcdef",
709
+ "subnet-01234567890abcdea",
710
+ ],
711
+ storage_configuration={
712
+ "fsx": {
713
+ "file_system_id": "fs-01234567890abcdef",
714
+ "mount_point": "/m2/mount/example",
715
+ },
716
+ })
717
+ ```
718
+
644
719
  ## Import
645
720
 
646
721
  Using `pulumi import`, import Mainframe Modernization Environment using the `01234567890abcdef012345678`. For example:
@@ -679,12 +754,87 @@ class Environment(pulumi.CustomResource):
679
754
 
680
755
  ### Basic Usage
681
756
 
757
+ ```python
758
+ import pulumi
759
+ import pulumi_aws as aws
760
+
761
+ test = aws.m2.Environment("test",
762
+ name="test-env",
763
+ engine_type="bluage",
764
+ instance_type="M2.m5.large",
765
+ security_groups=["sg-01234567890abcdef"],
766
+ subnet_ids=[
767
+ "subnet-01234567890abcdef",
768
+ "subnet-01234567890abcdea",
769
+ ])
770
+ ```
771
+
682
772
  ### High Availability
683
773
 
774
+ ```python
775
+ import pulumi
776
+ import pulumi_aws as aws
777
+
778
+ test = aws.m2.Environment("test",
779
+ name="test-env",
780
+ engine_type="bluage",
781
+ instance_type="M2.m5.large",
782
+ security_groups=["sg-01234567890abcdef"],
783
+ subnet_ids=[
784
+ "subnet-01234567890abcdef",
785
+ "subnet-01234567890abcdea",
786
+ ],
787
+ high_availability_config={
788
+ "desired_capacity": 2,
789
+ })
790
+ ```
791
+
684
792
  ### EFS Filesystem
685
793
 
794
+ ```python
795
+ import pulumi
796
+ import pulumi_aws as aws
797
+
798
+ test = aws.m2.Environment("test",
799
+ name="test-env",
800
+ engine_type="bluage",
801
+ instance_type="M2.m5.large",
802
+ security_groups=["sg-01234567890abcdef"],
803
+ subnet_ids=[
804
+ "subnet-01234567890abcdef",
805
+ "subnet-01234567890abcdea",
806
+ ],
807
+ storage_configuration={
808
+ "efs": {
809
+ "file_system_id": "fs-01234567890abcdef",
810
+ "mount_point": "/m2/mount/example",
811
+ },
812
+ })
813
+ ```
814
+
686
815
  ### FSX Filesystem
687
816
 
817
+ ```python
818
+ import pulumi
819
+ import pulumi_aws as aws
820
+
821
+ test = aws.m2.Environment("test",
822
+ name="test-env",
823
+ engine_type="bluage",
824
+ instance_type="M2.m5.large",
825
+ security_groups=["sg-01234567890abcdef"],
826
+ subnet_ids=[
827
+ "subnet-01234567890abcdef",
828
+ "subnet-01234567890abcdea",
829
+ ],
830
+ storage_configuration={
831
+ "fsx": {
832
+ "file_system_id": "fs-01234567890abcdef",
833
+ "mount_point": "/m2/mount/example",
834
+ },
835
+ })
836
+ ```
837
+
688
838
  ## Import
689
839
 
690
840
  Using `pulumi import`, import Mainframe Modernization Environment using the `01234567890abcdef012345678`. For example:
@@ -503,6 +503,48 @@ class TlsInspectionConfiguration(pulumi.CustomResource):
503
503
 
504
504
  ### Outbound with encryption configuration
505
505
 
506
+ ```python
507
+ import pulumi
508
+ import pulumi_aws as aws
509
+
510
+ example = aws.kms.Key("example",
511
+ description="example",
512
+ deletion_window_in_days=7)
513
+ example_tls_inspection_configuration = aws.networkfirewall.TlsInspectionConfiguration("example",
514
+ name="example",
515
+ description="example",
516
+ encryption_configurations=[{
517
+ "key_id": example.arn,
518
+ "type": "CUSTOMER_KMS",
519
+ }],
520
+ tls_inspection_configuration={
521
+ "server_certificate_configurations": [{
522
+ "certificateAuthorityArn": example1["arn"],
523
+ "checkCertificateRevocationStatus": [{
524
+ "revokedStatusAction": "REJECT",
525
+ "unknownStatusAction": "PASS",
526
+ }],
527
+ "scope": [{
528
+ "protocols": [6],
529
+ "destinationPorts": [{
530
+ "fromPort": 443,
531
+ "toPort": 443,
532
+ }],
533
+ "destination": [{
534
+ "addressDefinition": "0.0.0.0/0",
535
+ }],
536
+ "sourcePorts": [{
537
+ "fromPort": 0,
538
+ "toPort": 65535,
539
+ }],
540
+ "source": [{
541
+ "addressDefinition": "0.0.0.0/0",
542
+ }],
543
+ }],
544
+ }],
545
+ })
546
+ ```
547
+
506
548
  ### Combined inbound and outbound
507
549
 
508
550
  ```python
@@ -708,6 +750,48 @@ class TlsInspectionConfiguration(pulumi.CustomResource):
708
750
 
709
751
  ### Outbound with encryption configuration
710
752
 
753
+ ```python
754
+ import pulumi
755
+ import pulumi_aws as aws
756
+
757
+ example = aws.kms.Key("example",
758
+ description="example",
759
+ deletion_window_in_days=7)
760
+ example_tls_inspection_configuration = aws.networkfirewall.TlsInspectionConfiguration("example",
761
+ name="example",
762
+ description="example",
763
+ encryption_configurations=[{
764
+ "key_id": example.arn,
765
+ "type": "CUSTOMER_KMS",
766
+ }],
767
+ tls_inspection_configuration={
768
+ "server_certificate_configurations": [{
769
+ "certificateAuthorityArn": example1["arn"],
770
+ "checkCertificateRevocationStatus": [{
771
+ "revokedStatusAction": "REJECT",
772
+ "unknownStatusAction": "PASS",
773
+ }],
774
+ "scope": [{
775
+ "protocols": [6],
776
+ "destinationPorts": [{
777
+ "fromPort": 443,
778
+ "toPort": 443,
779
+ }],
780
+ "destination": [{
781
+ "addressDefinition": "0.0.0.0/0",
782
+ }],
783
+ "sourcePorts": [{
784
+ "fromPort": 0,
785
+ "toPort": 65535,
786
+ }],
787
+ "source": [{
788
+ "addressDefinition": "0.0.0.0/0",
789
+ }],
790
+ }],
791
+ }],
792
+ })
793
+ ```
794
+
711
795
  ### Combined inbound and outbound
712
796
 
713
797
  ```python
@@ -0,0 +1,12 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import builtins as _builtins
6
+ from .. import _utilities
7
+ import typing
8
+ # Export this package's modules as members:
9
+ from .monitor import *
10
+ from .scope import *
11
+ from ._inputs import *
12
+ from . import outputs