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
@@ -367,8 +367,8 @@ __all__ = [
367
367
  'AgentcoreApiKeyCredentialProviderApiKeySecretArnArgsDict',
368
368
  'AgentcoreBrowserNetworkConfigurationArgs',
369
369
  'AgentcoreBrowserNetworkConfigurationArgsDict',
370
- 'AgentcoreBrowserNetworkConfigurationNetworkModeConfigArgs',
371
- 'AgentcoreBrowserNetworkConfigurationNetworkModeConfigArgsDict',
370
+ 'AgentcoreBrowserNetworkConfigurationVpcConfigArgs',
371
+ 'AgentcoreBrowserNetworkConfigurationVpcConfigArgsDict',
372
372
  'AgentcoreBrowserRecordingArgs',
373
373
  'AgentcoreBrowserRecordingArgsDict',
374
374
  'AgentcoreBrowserRecordingS3LocationArgs',
@@ -445,6 +445,8 @@ __all__ = [
445
445
  'AgentcoreGatewayTargetTargetConfigurationMcpLambdaToolSchemaInlinePayloadOutputSchemaPropertyPropertyArgsDict',
446
446
  'AgentcoreGatewayTargetTargetConfigurationMcpLambdaToolSchemaS3Args',
447
447
  'AgentcoreGatewayTargetTargetConfigurationMcpLambdaToolSchemaS3ArgsDict',
448
+ 'AgentcoreGatewayTargetTargetConfigurationMcpMcpServerArgs',
449
+ 'AgentcoreGatewayTargetTargetConfigurationMcpMcpServerArgsDict',
448
450
  'AgentcoreGatewayTargetTargetConfigurationMcpOpenApiSchemaArgs',
449
451
  'AgentcoreGatewayTargetTargetConfigurationMcpOpenApiSchemaArgsDict',
450
452
  'AgentcoreGatewayTargetTargetConfigurationMcpOpenApiSchemaInlinePayloadArgs',
@@ -9745,9 +9747,12 @@ if not MYPY:
9745
9747
  class AgentcoreBrowserNetworkConfigurationArgsDict(TypedDict):
9746
9748
  network_mode: pulumi.Input[_builtins.str]
9747
9749
  """
9748
- Network mode for the browser. Valid values: `PUBLIC`, `SANDBOX`.
9750
+ Network mode for the browser. Valid values: `PUBLIC`, `VPC`.
9751
+ """
9752
+ vpc_config: NotRequired[pulumi.Input['AgentcoreBrowserNetworkConfigurationVpcConfigArgsDict']]
9753
+ """
9754
+ VPC configuration when `network_mode` is `VPC`. See `vpc_config` below.
9749
9755
  """
9750
- network_mode_config: NotRequired[pulumi.Input['AgentcoreBrowserNetworkConfigurationNetworkModeConfigArgsDict']]
9751
9756
  elif False:
9752
9757
  AgentcoreBrowserNetworkConfigurationArgsDict: TypeAlias = Mapping[str, Any]
9753
9758
 
@@ -9755,19 +9760,20 @@ elif False:
9755
9760
  class AgentcoreBrowserNetworkConfigurationArgs:
9756
9761
  def __init__(__self__, *,
9757
9762
  network_mode: pulumi.Input[_builtins.str],
9758
- network_mode_config: Optional[pulumi.Input['AgentcoreBrowserNetworkConfigurationNetworkModeConfigArgs']] = None):
9763
+ vpc_config: Optional[pulumi.Input['AgentcoreBrowserNetworkConfigurationVpcConfigArgs']] = None):
9759
9764
  """
9760
- :param pulumi.Input[_builtins.str] network_mode: Network mode for the browser. Valid values: `PUBLIC`, `SANDBOX`.
9765
+ :param pulumi.Input[_builtins.str] network_mode: Network mode for the browser. Valid values: `PUBLIC`, `VPC`.
9766
+ :param pulumi.Input['AgentcoreBrowserNetworkConfigurationVpcConfigArgs'] vpc_config: VPC configuration when `network_mode` is `VPC`. See `vpc_config` below.
9761
9767
  """
9762
9768
  pulumi.set(__self__, "network_mode", network_mode)
9763
- if network_mode_config is not None:
9764
- pulumi.set(__self__, "network_mode_config", network_mode_config)
9769
+ if vpc_config is not None:
9770
+ pulumi.set(__self__, "vpc_config", vpc_config)
9765
9771
 
9766
9772
  @_builtins.property
9767
9773
  @pulumi.getter(name="networkMode")
9768
9774
  def network_mode(self) -> pulumi.Input[_builtins.str]:
9769
9775
  """
9770
- Network mode for the browser. Valid values: `PUBLIC`, `SANDBOX`.
9776
+ Network mode for the browser. Valid values: `PUBLIC`, `VPC`.
9771
9777
  """
9772
9778
  return pulumi.get(self, "network_mode")
9773
9779
 
@@ -9776,33 +9782,49 @@ class AgentcoreBrowserNetworkConfigurationArgs:
9776
9782
  pulumi.set(self, "network_mode", value)
9777
9783
 
9778
9784
  @_builtins.property
9779
- @pulumi.getter(name="networkModeConfig")
9780
- def network_mode_config(self) -> Optional[pulumi.Input['AgentcoreBrowserNetworkConfigurationNetworkModeConfigArgs']]:
9781
- return pulumi.get(self, "network_mode_config")
9785
+ @pulumi.getter(name="vpcConfig")
9786
+ def vpc_config(self) -> Optional[pulumi.Input['AgentcoreBrowserNetworkConfigurationVpcConfigArgs']]:
9787
+ """
9788
+ VPC configuration when `network_mode` is `VPC`. See `vpc_config` below.
9789
+ """
9790
+ return pulumi.get(self, "vpc_config")
9782
9791
 
9783
- @network_mode_config.setter
9784
- def network_mode_config(self, value: Optional[pulumi.Input['AgentcoreBrowserNetworkConfigurationNetworkModeConfigArgs']]):
9785
- pulumi.set(self, "network_mode_config", value)
9792
+ @vpc_config.setter
9793
+ def vpc_config(self, value: Optional[pulumi.Input['AgentcoreBrowserNetworkConfigurationVpcConfigArgs']]):
9794
+ pulumi.set(self, "vpc_config", value)
9786
9795
 
9787
9796
 
9788
9797
  if not MYPY:
9789
- class AgentcoreBrowserNetworkConfigurationNetworkModeConfigArgsDict(TypedDict):
9798
+ class AgentcoreBrowserNetworkConfigurationVpcConfigArgsDict(TypedDict):
9790
9799
  security_groups: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
9800
+ """
9801
+ Set of security group IDs for the VPC configuration.
9802
+ """
9791
9803
  subnets: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
9804
+ """
9805
+ Set of subnet IDs for the VPC configuration.
9806
+ """
9792
9807
  elif False:
9793
- AgentcoreBrowserNetworkConfigurationNetworkModeConfigArgsDict: TypeAlias = Mapping[str, Any]
9808
+ AgentcoreBrowserNetworkConfigurationVpcConfigArgsDict: TypeAlias = Mapping[str, Any]
9794
9809
 
9795
9810
  @pulumi.input_type
9796
- class AgentcoreBrowserNetworkConfigurationNetworkModeConfigArgs:
9811
+ class AgentcoreBrowserNetworkConfigurationVpcConfigArgs:
9797
9812
  def __init__(__self__, *,
9798
9813
  security_groups: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]],
9799
9814
  subnets: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
9815
+ """
9816
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] security_groups: Set of security group IDs for the VPC configuration.
9817
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] subnets: Set of subnet IDs for the VPC configuration.
9818
+ """
9800
9819
  pulumi.set(__self__, "security_groups", security_groups)
9801
9820
  pulumi.set(__self__, "subnets", subnets)
9802
9821
 
9803
9822
  @_builtins.property
9804
9823
  @pulumi.getter(name="securityGroups")
9805
9824
  def security_groups(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
9825
+ """
9826
+ Set of security group IDs for the VPC configuration.
9827
+ """
9806
9828
  return pulumi.get(self, "security_groups")
9807
9829
 
9808
9830
  @security_groups.setter
@@ -9812,6 +9834,9 @@ class AgentcoreBrowserNetworkConfigurationNetworkModeConfigArgs:
9812
9834
  @_builtins.property
9813
9835
  @pulumi.getter
9814
9836
  def subnets(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
9837
+ """
9838
+ Set of subnet IDs for the VPC configuration.
9839
+ """
9815
9840
  return pulumi.get(self, "subnets")
9816
9841
 
9817
9842
  @subnets.setter
@@ -10269,7 +10294,7 @@ if not MYPY:
10269
10294
  """
10270
10295
  search_type: NotRequired[pulumi.Input[_builtins.str]]
10271
10296
  """
10272
- Search type for MCP. Valid values: `SEMANTIC`, `HYBRID`.
10297
+ Search type for MCP. Valid values: `SEMANTIC`.
10273
10298
  """
10274
10299
  supported_versions: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
10275
10300
  """
@@ -10286,7 +10311,7 @@ class AgentcoreGatewayProtocolConfigurationMcpArgs:
10286
10311
  supported_versions: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
10287
10312
  """
10288
10313
  :param pulumi.Input[_builtins.str] instructions: Instructions for the MCP protocol configuration.
10289
- :param pulumi.Input[_builtins.str] search_type: Search type for MCP. Valid values: `SEMANTIC`, `HYBRID`.
10314
+ :param pulumi.Input[_builtins.str] search_type: Search type for MCP. Valid values: `SEMANTIC`.
10290
10315
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] supported_versions: Set of supported MCP protocol versions.
10291
10316
  """
10292
10317
  if instructions is not None:
@@ -10312,7 +10337,7 @@ class AgentcoreGatewayProtocolConfigurationMcpArgs:
10312
10337
  @pulumi.getter(name="searchType")
10313
10338
  def search_type(self) -> Optional[pulumi.Input[_builtins.str]]:
10314
10339
  """
10315
- Search type for MCP. Valid values: `SEMANTIC`, `HYBRID`.
10340
+ Search type for MCP. Valid values: `SEMANTIC`.
10316
10341
  """
10317
10342
  return pulumi.get(self, "search_type")
10318
10343
 
@@ -10616,6 +10641,10 @@ if not MYPY:
10616
10641
  """
10617
10642
  Lambda function target configuration. See `lambda` below.
10618
10643
  """
10644
+ mcp_server: NotRequired[pulumi.Input['AgentcoreGatewayTargetTargetConfigurationMcpMcpServerArgsDict']]
10645
+ """
10646
+ MCP server target configuration. See `mcp_server` below.
10647
+ """
10619
10648
  open_api_schema: NotRequired[pulumi.Input['AgentcoreGatewayTargetTargetConfigurationMcpOpenApiSchemaArgsDict']]
10620
10649
  """
10621
10650
  OpenAPI schema-based target configuration. See `api_schema_configuration` below.
@@ -10631,15 +10660,19 @@ elif False:
10631
10660
  class AgentcoreGatewayTargetTargetConfigurationMcpArgs:
10632
10661
  def __init__(__self__, *,
10633
10662
  lambda_: Optional[pulumi.Input['AgentcoreGatewayTargetTargetConfigurationMcpLambdaArgs']] = None,
10663
+ mcp_server: Optional[pulumi.Input['AgentcoreGatewayTargetTargetConfigurationMcpMcpServerArgs']] = None,
10634
10664
  open_api_schema: Optional[pulumi.Input['AgentcoreGatewayTargetTargetConfigurationMcpOpenApiSchemaArgs']] = None,
10635
10665
  smithy_model: Optional[pulumi.Input['AgentcoreGatewayTargetTargetConfigurationMcpSmithyModelArgs']] = None):
10636
10666
  """
10637
10667
  :param pulumi.Input['AgentcoreGatewayTargetTargetConfigurationMcpLambdaArgs'] lambda_: Lambda function target configuration. See `lambda` below.
10668
+ :param pulumi.Input['AgentcoreGatewayTargetTargetConfigurationMcpMcpServerArgs'] mcp_server: MCP server target configuration. See `mcp_server` below.
10638
10669
  :param pulumi.Input['AgentcoreGatewayTargetTargetConfigurationMcpOpenApiSchemaArgs'] open_api_schema: OpenAPI schema-based target configuration. See `api_schema_configuration` below.
10639
10670
  :param pulumi.Input['AgentcoreGatewayTargetTargetConfigurationMcpSmithyModelArgs'] smithy_model: Smithy model-based target configuration. See `api_schema_configuration` below.
10640
10671
  """
10641
10672
  if lambda_ is not None:
10642
10673
  pulumi.set(__self__, "lambda_", lambda_)
10674
+ if mcp_server is not None:
10675
+ pulumi.set(__self__, "mcp_server", mcp_server)
10643
10676
  if open_api_schema is not None:
10644
10677
  pulumi.set(__self__, "open_api_schema", open_api_schema)
10645
10678
  if smithy_model is not None:
@@ -10657,6 +10690,18 @@ class AgentcoreGatewayTargetTargetConfigurationMcpArgs:
10657
10690
  def lambda_(self, value: Optional[pulumi.Input['AgentcoreGatewayTargetTargetConfigurationMcpLambdaArgs']]):
10658
10691
  pulumi.set(self, "lambda_", value)
10659
10692
 
10693
+ @_builtins.property
10694
+ @pulumi.getter(name="mcpServer")
10695
+ def mcp_server(self) -> Optional[pulumi.Input['AgentcoreGatewayTargetTargetConfigurationMcpMcpServerArgs']]:
10696
+ """
10697
+ MCP server target configuration. See `mcp_server` below.
10698
+ """
10699
+ return pulumi.get(self, "mcp_server")
10700
+
10701
+ @mcp_server.setter
10702
+ def mcp_server(self, value: Optional[pulumi.Input['AgentcoreGatewayTargetTargetConfigurationMcpMcpServerArgs']]):
10703
+ pulumi.set(self, "mcp_server", value)
10704
+
10660
10705
  @_builtins.property
10661
10706
  @pulumi.getter(name="openApiSchema")
10662
10707
  def open_api_schema(self) -> Optional[pulumi.Input['AgentcoreGatewayTargetTargetConfigurationMcpOpenApiSchemaArgs']]:
@@ -12835,6 +12880,37 @@ class AgentcoreGatewayTargetTargetConfigurationMcpLambdaToolSchemaS3Args:
12835
12880
  pulumi.set(self, "uri", value)
12836
12881
 
12837
12882
 
12883
+ if not MYPY:
12884
+ class AgentcoreGatewayTargetTargetConfigurationMcpMcpServerArgsDict(TypedDict):
12885
+ endpoint: pulumi.Input[_builtins.str]
12886
+ """
12887
+ Endpoint for the MCP server target configuration.
12888
+ """
12889
+ elif False:
12890
+ AgentcoreGatewayTargetTargetConfigurationMcpMcpServerArgsDict: TypeAlias = Mapping[str, Any]
12891
+
12892
+ @pulumi.input_type
12893
+ class AgentcoreGatewayTargetTargetConfigurationMcpMcpServerArgs:
12894
+ def __init__(__self__, *,
12895
+ endpoint: pulumi.Input[_builtins.str]):
12896
+ """
12897
+ :param pulumi.Input[_builtins.str] endpoint: Endpoint for the MCP server target configuration.
12898
+ """
12899
+ pulumi.set(__self__, "endpoint", endpoint)
12900
+
12901
+ @_builtins.property
12902
+ @pulumi.getter
12903
+ def endpoint(self) -> pulumi.Input[_builtins.str]:
12904
+ """
12905
+ Endpoint for the MCP server target configuration.
12906
+ """
12907
+ return pulumi.get(self, "endpoint")
12908
+
12909
+ @endpoint.setter
12910
+ def endpoint(self, value: pulumi.Input[_builtins.str]):
12911
+ pulumi.set(self, "endpoint", value)
12912
+
12913
+
12838
12914
  if not MYPY:
12839
12915
  class AgentcoreGatewayTargetTargetConfigurationMcpOpenApiSchemaArgsDict(TypedDict):
12840
12916
  inline_payload: NotRequired[pulumi.Input['AgentcoreGatewayTargetTargetConfigurationMcpOpenApiSchemaInlinePayloadArgsDict']]
@@ -325,6 +325,53 @@ class AgentAgentAlias(pulumi.CustomResource):
325
325
 
326
326
  ### Basic Usage
327
327
 
328
+ ```python
329
+ import pulumi
330
+ import pulumi_aws as aws
331
+
332
+ current = aws.get_caller_identity()
333
+ current_get_partition = aws.get_partition()
334
+ current_get_region = aws.get_region()
335
+ example_agent_trust = aws.iam.get_policy_document(statements=[{
336
+ "actions": ["sts:AssumeRole"],
337
+ "principals": [{
338
+ "identifiers": ["bedrock.amazonaws.com"],
339
+ "type": "Service",
340
+ }],
341
+ "conditions": [
342
+ {
343
+ "test": "StringEquals",
344
+ "values": [current.account_id],
345
+ "variable": "aws:SourceAccount",
346
+ },
347
+ {
348
+ "test": "ArnLike",
349
+ "values": [f"arn:{current_get_partition.partition}:bedrock:{current_get_region.region}:{current.account_id}:agent/*"],
350
+ "variable": "AWS:SourceArn",
351
+ },
352
+ ],
353
+ }])
354
+ example_agent_permissions = aws.iam.get_policy_document(statements=[{
355
+ "actions": ["bedrock:InvokeModel"],
356
+ "resources": [f"arn:{current_get_partition.partition}:bedrock:{current_get_region.region}::foundation-model/anthropic.claude-v2"],
357
+ }])
358
+ example = aws.iam.Role("example",
359
+ assume_role_policy=example_agent_trust.json,
360
+ name_prefix="AmazonBedrockExecutionRoleForAgents_")
361
+ example_role_policy = aws.iam.RolePolicy("example",
362
+ policy=example_agent_permissions.json,
363
+ role=example.id)
364
+ example_agent_agent = aws.bedrock.AgentAgent("example",
365
+ agent_name="my-agent-name",
366
+ agent_resource_role_arn=example.arn,
367
+ idle_ttl=500,
368
+ foundation_model="anthropic.claude-v2")
369
+ example_agent_agent_alias = aws.bedrock.AgentAgentAlias("example",
370
+ agent_alias_name="my-agent-alias",
371
+ agent_id=example_agent_agent.agent_id,
372
+ description="Test Alias")
373
+ ```
374
+
328
375
  ## Import
329
376
 
330
377
  Using `pulumi import`, import Agents for Amazon Bedrock Agent Alias using the alias ID and the agent ID separated by `,`. For example:
@@ -357,6 +404,53 @@ class AgentAgentAlias(pulumi.CustomResource):
357
404
 
358
405
  ### Basic Usage
359
406
 
407
+ ```python
408
+ import pulumi
409
+ import pulumi_aws as aws
410
+
411
+ current = aws.get_caller_identity()
412
+ current_get_partition = aws.get_partition()
413
+ current_get_region = aws.get_region()
414
+ example_agent_trust = aws.iam.get_policy_document(statements=[{
415
+ "actions": ["sts:AssumeRole"],
416
+ "principals": [{
417
+ "identifiers": ["bedrock.amazonaws.com"],
418
+ "type": "Service",
419
+ }],
420
+ "conditions": [
421
+ {
422
+ "test": "StringEquals",
423
+ "values": [current.account_id],
424
+ "variable": "aws:SourceAccount",
425
+ },
426
+ {
427
+ "test": "ArnLike",
428
+ "values": [f"arn:{current_get_partition.partition}:bedrock:{current_get_region.region}:{current.account_id}:agent/*"],
429
+ "variable": "AWS:SourceArn",
430
+ },
431
+ ],
432
+ }])
433
+ example_agent_permissions = aws.iam.get_policy_document(statements=[{
434
+ "actions": ["bedrock:InvokeModel"],
435
+ "resources": [f"arn:{current_get_partition.partition}:bedrock:{current_get_region.region}::foundation-model/anthropic.claude-v2"],
436
+ }])
437
+ example = aws.iam.Role("example",
438
+ assume_role_policy=example_agent_trust.json,
439
+ name_prefix="AmazonBedrockExecutionRoleForAgents_")
440
+ example_role_policy = aws.iam.RolePolicy("example",
441
+ policy=example_agent_permissions.json,
442
+ role=example.id)
443
+ example_agent_agent = aws.bedrock.AgentAgent("example",
444
+ agent_name="my-agent-name",
445
+ agent_resource_role_arn=example.arn,
446
+ idle_ttl=500,
447
+ foundation_model="anthropic.claude-v2")
448
+ example_agent_agent_alias = aws.bedrock.AgentAgentAlias("example",
449
+ agent_alias_name="my-agent-alias",
450
+ agent_id=example_agent_agent.agent_id,
451
+ description="Test Alias")
452
+ ```
453
+
360
454
  ## Import
361
455
 
362
456
  Using `pulumi import`, import Agents for Amazon Bedrock Agent Alias using the alias ID and the agent ID separated by `,`. For example:
@@ -589,7 +589,7 @@ class AgentcoreAgentRuntime(pulumi.CustomResource):
589
589
  role=example.id,
590
590
  policy=ecr_permissions.json)
591
591
  example_agentcore_agent_runtime = aws.bedrock.AgentcoreAgentRuntime("example",
592
- agent_runtime_name="example-agent-runtime",
592
+ agent_runtime_name="example_agent_runtime",
593
593
  role_arn=example.arn,
594
594
  agent_runtime_artifact={
595
595
  "container_configuration": {
@@ -608,7 +608,7 @@ class AgentcoreAgentRuntime(pulumi.CustomResource):
608
608
  import pulumi_aws as aws
609
609
 
610
610
  example = aws.bedrock.AgentcoreAgentRuntime("example",
611
- agent_runtime_name="example-agent-runtime",
611
+ agent_runtime_name="example_agent_runtime",
612
612
  description="Agent runtime with JWT authorization",
613
613
  role_arn=example_aws_iam_role["arn"],
614
614
  agent_runtime_artifact={
@@ -713,7 +713,7 @@ class AgentcoreAgentRuntime(pulumi.CustomResource):
713
713
  role=example.id,
714
714
  policy=ecr_permissions.json)
715
715
  example_agentcore_agent_runtime = aws.bedrock.AgentcoreAgentRuntime("example",
716
- agent_runtime_name="example-agent-runtime",
716
+ agent_runtime_name="example_agent_runtime",
717
717
  role_arn=example.arn,
718
718
  agent_runtime_artifact={
719
719
  "container_configuration": {
@@ -732,7 +732,7 @@ class AgentcoreAgentRuntime(pulumi.CustomResource):
732
732
  import pulumi_aws as aws
733
733
 
734
734
  example = aws.bedrock.AgentcoreAgentRuntime("example",
735
- agent_runtime_name="example-agent-runtime",
735
+ agent_runtime_name="example_agent_runtime",
736
736
  description="Agent runtime with JWT authorization",
737
737
  role_arn=example_aws_iam_role["arn"],
738
738
  agent_runtime_artifact={
@@ -372,6 +372,27 @@ class AgentcoreBrowser(pulumi.CustomResource):
372
372
  })
373
373
  ```
374
374
 
375
+ ### Browser with VPC Configuration
376
+
377
+ ```python
378
+ import pulumi
379
+ import pulumi_aws as aws
380
+
381
+ vpc_example = aws.bedrock.AgentcoreBrowser("vpc_example",
382
+ name="vpc-browser",
383
+ description="Browser with VPC configuration",
384
+ network_configuration={
385
+ "network_mode": "VPC",
386
+ "vpc_config": {
387
+ "security_groups": ["sg-12345678"],
388
+ "subnets": [
389
+ "subnet-12345678",
390
+ "subnet-87654321",
391
+ ],
392
+ },
393
+ })
394
+ ```
395
+
375
396
  ### Browser with Execution Role and Recording
376
397
 
377
398
  ```python
@@ -451,6 +472,27 @@ class AgentcoreBrowser(pulumi.CustomResource):
451
472
  })
452
473
  ```
453
474
 
475
+ ### Browser with VPC Configuration
476
+
477
+ ```python
478
+ import pulumi
479
+ import pulumi_aws as aws
480
+
481
+ vpc_example = aws.bedrock.AgentcoreBrowser("vpc_example",
482
+ name="vpc-browser",
483
+ description="Browser with VPC configuration",
484
+ network_configuration={
485
+ "network_mode": "VPC",
486
+ "vpc_config": {
487
+ "security_groups": ["sg-12345678"],
488
+ "subnets": [
489
+ "subnet-12345678",
490
+ "subnet-87654321",
491
+ ],
492
+ },
493
+ })
494
+ ```
495
+
454
496
  ### Browser with Execution Role and Recording
455
497
 
456
498
  ```python