pulumi-aws 7.7.0a1757097475__py3-none-any.whl → 7.8.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.
- pulumi_aws/__init__.py +70 -0
- pulumi_aws/_inputs.py +20 -0
- pulumi_aws/acm/certificate.py +18 -6
- pulumi_aws/acmpca/certificate.py +18 -6
- pulumi_aws/acmpca/certificate_authority.py +18 -6
- pulumi_aws/acmpca/policy.py +18 -6
- pulumi_aws/alb/get_load_balancer.py +12 -1
- pulumi_aws/alb/listener.py +18 -6
- pulumi_aws/alb/listener_rule.py +18 -6
- pulumi_aws/alb/load_balancer.py +18 -6
- pulumi_aws/alb/target_group.py +18 -6
- pulumi_aws/apigateway/domain_name_access_association.py +18 -6
- pulumi_aws/apigateway/response.py +14 -14
- pulumi_aws/appautoscaling/_inputs.py +1457 -0
- pulumi_aws/appautoscaling/outputs.py +1125 -0
- pulumi_aws/appautoscaling/policy.py +105 -14
- pulumi_aws/appconfig/__init__.py +1 -0
- pulumi_aws/appconfig/get_application.py +161 -0
- pulumi_aws/appconfig/hosted_configuration_version.py +76 -0
- pulumi_aws/appfabric/app_bundle.py +18 -6
- pulumi_aws/appflow/connector_profile.py +38 -6
- pulumi_aws/appflow/flow.py +30 -6
- pulumi_aws/apprunner/auto_scaling_configuration_version.py +18 -6
- pulumi_aws/apprunner/observability_configuration.py +18 -6
- pulumi_aws/apprunner/service.py +18 -6
- pulumi_aws/apprunner/vpc_connector.py +18 -6
- pulumi_aws/apprunner/vpc_ingress_connection.py +18 -6
- pulumi_aws/appsync/_inputs.py +3 -3
- pulumi_aws/appsync/api.py +2 -2
- pulumi_aws/appsync/outputs.py +2 -2
- pulumi_aws/autoscaling/_inputs.py +3 -3
- pulumi_aws/autoscaling/outputs.py +2 -2
- pulumi_aws/batch/compute_environment.py +30 -6
- pulumi_aws/batch/job_definition.py +18 -6
- pulumi_aws/batch/job_queue.py +18 -6
- pulumi_aws/bcmdata/export.py +18 -6
- pulumi_aws/bedrock/_inputs.py +165 -5
- pulumi_aws/bedrock/custom_model.py +18 -6
- pulumi_aws/bedrock/outputs.py +146 -4
- pulumi_aws/bedrock/provisioned_model_throughput.py +18 -6
- pulumi_aws/billing/__init__.py +10 -0
- pulumi_aws/billing/get_views.py +148 -0
- pulumi_aws/billing/outputs.py +78 -0
- pulumi_aws/budgets/budget.py +47 -0
- pulumi_aws/budgets/get_budget.py +15 -1
- pulumi_aws/chimesdkmediapipelines/media_insights_pipeline_configuration.py +18 -6
- pulumi_aws/cleanrooms/configured_table.py +30 -6
- pulumi_aws/cloudfront/_inputs.py +40 -0
- pulumi_aws/cloudfront/distribution.py +104 -24
- pulumi_aws/cloudfront/key_value_store.py +26 -6
- pulumi_aws/cloudfront/keyvaluestore_key.py +30 -6
- pulumi_aws/cloudfront/outputs.py +28 -0
- pulumi_aws/cloudfront/realtime_log_config.py +18 -6
- pulumi_aws/cloudtrail/event_data_store.py +18 -6
- pulumi_aws/cloudwatch/event_rule.py +34 -6
- pulumi_aws/cloudwatch/event_target.py +38 -6
- pulumi_aws/cloudwatch/log_group.py +30 -6
- pulumi_aws/cloudwatch/metric_alarm.py +30 -6
- pulumi_aws/codeartifact/domain.py +18 -6
- pulumi_aws/codeartifact/domain_permissions.py +18 -6
- pulumi_aws/codeartifact/repository.py +18 -6
- pulumi_aws/codeartifact/repository_permissions_policy.py +18 -6
- pulumi_aws/codebuild/_inputs.py +56 -3
- pulumi_aws/codebuild/fleet.py +18 -6
- pulumi_aws/codebuild/outputs.py +52 -2
- pulumi_aws/codebuild/project.py +18 -6
- pulumi_aws/codebuild/report_group.py +18 -6
- pulumi_aws/codebuild/resource_policy.py +18 -6
- pulumi_aws/codebuild/source_credential.py +18 -6
- pulumi_aws/codebuild/webhook.py +61 -14
- pulumi_aws/codeconnections/connection.py +18 -6
- pulumi_aws/codeconnections/host.py +18 -6
- pulumi_aws/codepipeline/webhook.py +0 -16
- pulumi_aws/codestarconnections/connection.py +18 -6
- pulumi_aws/codestarconnections/host.py +18 -6
- pulumi_aws/codestarnotifications/notification_rule.py +18 -6
- pulumi_aws/cognito/__init__.py +1 -0
- pulumi_aws/cognito/_inputs.py +104 -0
- pulumi_aws/cognito/log_delivery_configuration.py +30 -6
- pulumi_aws/cognito/managed_login_branding.py +544 -0
- pulumi_aws/cognito/outputs.py +80 -0
- pulumi_aws/comprehend/document_classifier.py +18 -6
- pulumi_aws/comprehend/entity_recognizer.py +18 -6
- pulumi_aws/config/outputs.py +12 -0
- pulumi_aws/connect/instance.py +30 -6
- pulumi_aws/connect/phone_number.py +30 -6
- pulumi_aws/controltower/__init__.py +1 -0
- pulumi_aws/controltower/_inputs.py +126 -0
- pulumi_aws/controltower/baseline.py +567 -0
- pulumi_aws/controltower/outputs.py +74 -0
- pulumi_aws/costexplorer/anomaly_monitor.py +18 -6
- pulumi_aws/costexplorer/anomaly_subscription.py +18 -6
- pulumi_aws/costexplorer/cost_category.py +18 -6
- pulumi_aws/datasync/agent.py +18 -6
- pulumi_aws/datasync/efs_location.py +18 -6
- pulumi_aws/datasync/location_azure_blob.py +18 -6
- pulumi_aws/datasync/location_hdfs.py +18 -6
- pulumi_aws/datasync/location_object_storage.py +25 -13
- pulumi_aws/datasync/location_smb.py +18 -6
- pulumi_aws/datasync/nfs_location.py +18 -6
- pulumi_aws/datasync/s3_location.py +18 -6
- pulumi_aws/datasync/task.py +18 -6
- pulumi_aws/devicefarm/device_pool.py +18 -6
- pulumi_aws/devicefarm/instance_profile.py +18 -6
- pulumi_aws/devicefarm/network_profile.py +18 -6
- pulumi_aws/devicefarm/project.py +18 -6
- pulumi_aws/devicefarm/test_grid_project.py +18 -6
- pulumi_aws/devicefarm/upload.py +18 -6
- pulumi_aws/directconnect/gateway.py +30 -6
- pulumi_aws/dms/_inputs.py +214 -0
- pulumi_aws/dms/endpoint.py +47 -0
- pulumi_aws/dms/get_endpoint.py +12 -1
- pulumi_aws/dms/outputs.py +239 -0
- pulumi_aws/dms/replication_config.py +18 -6
- pulumi_aws/docdb/cluster.py +21 -14
- pulumi_aws/docdb/elastic_cluster.py +18 -6
- pulumi_aws/dsql/cluster.py +62 -1
- pulumi_aws/dynamodb/_inputs.py +131 -3
- pulumi_aws/dynamodb/get_table.py +12 -1
- pulumi_aws/dynamodb/outputs.py +165 -2
- pulumi_aws/dynamodb/resource_policy.py +18 -6
- pulumi_aws/dynamodb/table.py +47 -0
- pulumi_aws/dynamodb/table_export.py +18 -6
- pulumi_aws/ec2/_enums.py +11 -0
- pulumi_aws/ec2/_inputs.py +61 -3
- pulumi_aws/ec2/get_instance.py +23 -7
- pulumi_aws/ec2/get_instance_type_offering.py +15 -1
- pulumi_aws/ec2/get_instances.py +8 -6
- pulumi_aws/ec2/instance.py +84 -13
- pulumi_aws/ec2/outputs.py +47 -2
- pulumi_aws/ec2/route.py +12 -12
- pulumi_aws/ec2/route_table.py +4 -4
- pulumi_aws/ec2/security_group.py +30 -6
- pulumi_aws/ec2/spot_instance_request.py +54 -7
- pulumi_aws/ec2/subnet.py +30 -6
- pulumi_aws/ec2/vpc_endpoint.py +0 -16
- pulumi_aws/ecr/lifecycle_policy.py +4 -4
- pulumi_aws/ecr/repository.py +4 -4
- pulumi_aws/ecr/repository_policy.py +4 -4
- pulumi_aws/ecs/_inputs.py +1123 -1
- pulumi_aws/ecs/capacity_provider.py +216 -21
- pulumi_aws/ecs/outputs.py +804 -1
- pulumi_aws/ecs/service.py +15 -15
- pulumi_aws/efs/get_mount_target.py +29 -1
- pulumi_aws/efs/mount_target.py +94 -0
- pulumi_aws/eks/addon.py +4 -4
- pulumi_aws/eks/cluster.py +2 -2
- pulumi_aws/elasticbeanstalk/configuration_template.py +12 -12
- pulumi_aws/elasticbeanstalk/environment.py +12 -12
- pulumi_aws/fsx/open_zfs_volume.py +7 -7
- pulumi_aws/globalaccelerator/accelerator.py +18 -6
- pulumi_aws/globalaccelerator/cross_account_attachment.py +18 -6
- pulumi_aws/globalaccelerator/custom_routing_accelerator.py +18 -6
- pulumi_aws/globalaccelerator/custom_routing_endpoint_group.py +18 -6
- pulumi_aws/globalaccelerator/custom_routing_listener.py +18 -6
- pulumi_aws/globalaccelerator/endpoint_group.py +18 -6
- pulumi_aws/globalaccelerator/listener.py +18 -6
- pulumi_aws/glue/_inputs.py +41 -1
- pulumi_aws/glue/outputs.py +29 -1
- pulumi_aws/glue/registry.py +18 -6
- pulumi_aws/glue/schema.py +18 -6
- pulumi_aws/iam/open_id_connect_provider.py +18 -6
- pulumi_aws/iam/policy.py +18 -6
- pulumi_aws/iam/role.py +26 -6
- pulumi_aws/iam/role_policy.py +30 -6
- pulumi_aws/iam/role_policy_attachment.py +30 -6
- pulumi_aws/iam/saml_provider.py +18 -6
- pulumi_aws/iam/service_linked_role.py +18 -6
- pulumi_aws/iam/service_specific_credential.py +208 -19
- pulumi_aws/imagebuilder/container_recipe.py +18 -6
- pulumi_aws/imagebuilder/distribution_configuration.py +18 -6
- pulumi_aws/imagebuilder/image.py +18 -6
- pulumi_aws/imagebuilder/image_pipeline.py +0 -16
- pulumi_aws/imagebuilder/image_recipe.py +25 -13
- pulumi_aws/imagebuilder/infrastructure_configuration.py +18 -6
- pulumi_aws/imagebuilder/lifecycle_policy.py +18 -6
- pulumi_aws/imagebuilder/workflow.py +20 -6
- pulumi_aws/inspector/assessment_target.py +18 -6
- pulumi_aws/inspector/assessment_template.py +18 -6
- pulumi_aws/ivs/channel.py +18 -6
- pulumi_aws/ivs/playback_key_pair.py +18 -6
- pulumi_aws/ivs/recording_configuration.py +18 -6
- pulumi_aws/ivschat/logging_configuration.py +0 -16
- pulumi_aws/ivschat/room.py +0 -16
- pulumi_aws/kinesis/resource_policy.py +18 -6
- pulumi_aws/kms/alias.py +4 -4
- pulumi_aws/kms/key.py +4 -4
- pulumi_aws/lakeformation/__init__.py +1 -0
- pulumi_aws/lakeformation/_inputs.py +52 -0
- pulumi_aws/lakeformation/lf_tag_expression.py +409 -0
- pulumi_aws/lakeformation/outputs.py +49 -0
- pulumi_aws/lambda_/alias.py +0 -2
- pulumi_aws/lambda_/function.py +77 -6
- pulumi_aws/lambda_/get_function.py +15 -1
- pulumi_aws/lb/get_load_balancer.py +12 -1
- pulumi_aws/lb/listener.py +18 -6
- pulumi_aws/lb/listener_rule.py +18 -6
- pulumi_aws/lb/load_balancer.py +18 -6
- pulumi_aws/lb/target_group.py +18 -6
- pulumi_aws/lb/trust_store.py +18 -6
- pulumi_aws/networkfirewall/_inputs.py +6 -6
- pulumi_aws/networkfirewall/logging_configuration.py +47 -0
- pulumi_aws/networkfirewall/outputs.py +15 -17
- pulumi_aws/networkfirewall/tls_inspection_configuration.py +18 -6
- pulumi_aws/networkmanager/_inputs.py +41 -1
- pulumi_aws/networkmanager/outputs.py +29 -1
- pulumi_aws/networkmanager/vpc_attachment.py +37 -1
- pulumi_aws/odb/__init__.py +26 -0
- pulumi_aws/odb/_inputs.py +1346 -0
- pulumi_aws/odb/cloud_autonomous_vm_cluster.py +1923 -0
- pulumi_aws/odb/cloud_exadata_infrastructure.py +1438 -0
- pulumi_aws/odb/cloud_vm_cluster.py +1943 -0
- pulumi_aws/odb/get_cloud_autonomous_vm_cluster.py +807 -0
- pulumi_aws/odb/get_cloud_exadata_infrastructure.py +654 -0
- pulumi_aws/odb/get_cloud_vm_cluster.py +682 -0
- pulumi_aws/odb/get_db_node.py +521 -0
- pulumi_aws/odb/get_db_nodes.py +153 -0
- pulumi_aws/odb/get_db_server.py +410 -0
- pulumi_aws/odb/get_db_servers.py +153 -0
- pulumi_aws/odb/get_db_system_shapes.py +149 -0
- pulumi_aws/odb/get_gi_versions.py +131 -0
- pulumi_aws/odb/get_network.py +412 -0
- pulumi_aws/odb/get_network_peering_connection.py +264 -0
- pulumi_aws/odb/network.py +1050 -0
- pulumi_aws/odb/network_peering_connection.py +629 -0
- pulumi_aws/odb/outputs.py +2195 -0
- pulumi_aws/opensearch/_inputs.py +97 -0
- pulumi_aws/opensearch/domain.py +34 -0
- pulumi_aws/opensearch/outputs.py +92 -0
- pulumi_aws/opensearch/package.py +54 -7
- pulumi_aws/organizations/account.py +76 -12
- pulumi_aws/organizations/delegated_administrator.py +30 -6
- pulumi_aws/organizations/organization.py +26 -6
- pulumi_aws/organizations/organizational_unit.py +26 -6
- pulumi_aws/organizations/policy_attachment.py +30 -6
- pulumi_aws/paymentcryptography/key.py +18 -6
- pulumi_aws/pinpoint/smsvoicev2_phone_number.py +7 -7
- pulumi_aws/pulumi-plugin.json +1 -1
- pulumi_aws/quicksight/_inputs.py +10 -3
- pulumi_aws/quicksight/data_set.py +8 -0
- pulumi_aws/quicksight/outputs.py +6 -2
- pulumi_aws/rds/cluster_role_association.py +17 -18
- pulumi_aws/rds/get_proxy.py +15 -1
- pulumi_aws/rds/global_cluster.py +28 -0
- pulumi_aws/rds/integration.py +18 -6
- pulumi_aws/rds/proxy.py +69 -23
- pulumi_aws/resourceexplorer/index.py +18 -6
- pulumi_aws/resourceexplorer/view.py +18 -6
- pulumi_aws/route53/record.py +88 -14
- pulumi_aws/route53/resolver_rule.py +4 -4
- pulumi_aws/route53/resolver_rule_association.py +4 -4
- pulumi_aws/route53/zone.py +32 -6
- pulumi_aws/route53recoverycontrol/cluster.py +139 -3
- pulumi_aws/route53recoverycontrol/control_panel.py +92 -3
- pulumi_aws/route53recoverycontrol/safety_rule.py +75 -0
- pulumi_aws/s3/_inputs.py +24 -24
- pulumi_aws/s3/bucket.py +30 -6
- pulumi_aws/s3/bucket_acl.py +154 -46
- pulumi_aws/s3/bucket_acl_v2.py +154 -46
- pulumi_aws/s3/bucket_cors_configuration.py +64 -14
- pulumi_aws/s3/bucket_cors_configuration_v2.py +64 -14
- pulumi_aws/s3/bucket_lifecycle_configuration.py +2 -8
- pulumi_aws/s3/bucket_lifecycle_configuration_v2.py +2 -8
- pulumi_aws/s3/bucket_logging.py +64 -14
- pulumi_aws/s3/bucket_logging_v2.py +64 -14
- pulumi_aws/s3/bucket_object.py +64 -14
- pulumi_aws/s3/bucket_objectv2.py +64 -14
- pulumi_aws/s3/bucket_policy.py +30 -6
- pulumi_aws/s3/bucket_server_side_encryption_configuration.py +64 -14
- pulumi_aws/s3/bucket_server_side_encryption_configuration_v2.py +64 -14
- pulumi_aws/s3/bucket_v2.py +30 -6
- pulumi_aws/s3/bucket_versioning.py +64 -14
- pulumi_aws/s3/bucket_versioning_v2.py +64 -14
- pulumi_aws/s3/bucket_website_configuration.py +64 -14
- pulumi_aws/s3/bucket_website_configuration_v2.py +64 -14
- pulumi_aws/s3/outputs.py +6 -16
- pulumi_aws/s3control/bucket.py +18 -6
- pulumi_aws/sagemaker/user_profile.py +34 -6
- pulumi_aws/scheduler/schedule.py +47 -0
- pulumi_aws/secretsmanager/secret.py +18 -6
- pulumi_aws/secretsmanager/secret_policy.py +18 -6
- pulumi_aws/secretsmanager/secret_rotation.py +18 -6
- pulumi_aws/securityhub/automation_rule.py +18 -6
- pulumi_aws/securitylake/_inputs.py +6 -6
- pulumi_aws/securitylake/data_lake.py +18 -6
- pulumi_aws/securitylake/outputs.py +4 -4
- pulumi_aws/securitylake/subscriber.py +64 -0
- pulumi_aws/sfn/activity.py +38 -6
- pulumi_aws/sfn/alias.py +4 -0
- pulumi_aws/sfn/state_machine.py +18 -6
- pulumi_aws/sns/data_protection_policy.py +18 -6
- pulumi_aws/sns/topic.py +18 -6
- pulumi_aws/sns/topic_policy.py +18 -6
- pulumi_aws/sns/topic_subscription.py +18 -6
- pulumi_aws/sqs/queue.py +30 -6
- pulumi_aws/ssm/association.py +30 -6
- pulumi_aws/ssm/contacts_rotation.py +18 -6
- pulumi_aws/ssm/document.py +84 -6
- pulumi_aws/ssm/get_parameter.py +24 -2
- pulumi_aws/ssm/maintenance_window.py +30 -6
- pulumi_aws/ssm/maintenance_window_target.py +34 -6
- pulumi_aws/ssm/maintenance_window_task.py +34 -6
- pulumi_aws/ssm/parameter.py +30 -6
- pulumi_aws/ssm/patch_baseline.py +30 -6
- pulumi_aws/ssmcontacts/contact_channel.py +20 -8
- pulumi_aws/ssoadmin/application.py +18 -6
- pulumi_aws/ssoadmin/application_assignment_configuration.py +18 -6
- pulumi_aws/synthetics/_inputs.py +74 -1
- pulumi_aws/synthetics/outputs.py +65 -1
- pulumi_aws/vpc/security_group_egress_rule.py +30 -6
- pulumi_aws/vpc/security_group_ingress_rule.py +30 -6
- pulumi_aws/vpc/security_group_vpc_association.py +34 -6
- pulumi_aws/wafv2/_inputs.py +0 -21
- pulumi_aws/wafv2/get_web_acl.py +0 -48
- pulumi_aws/wafv2/outputs.py +0 -12
- pulumi_aws/wafv2/rule_group.py +99 -0
- pulumi_aws/wafv2/web_acl.py +2 -792
- pulumi_aws/wafv2/web_acl_rule_group_association.py +0 -322
- pulumi_aws/xray/group.py +18 -6
- {pulumi_aws-7.7.0a1757097475.dist-info → pulumi_aws-7.8.0.dist-info}/METADATA +1 -1
- {pulumi_aws-7.7.0a1757097475.dist-info → pulumi_aws-7.8.0.dist-info}/RECORD +323 -297
- {pulumi_aws-7.7.0a1757097475.dist-info → pulumi_aws-7.8.0.dist-info}/WHEEL +0 -0
- {pulumi_aws-7.7.0a1757097475.dist-info → pulumi_aws-7.8.0.dist-info}/top_level.txt +0 -0
pulumi_aws/__init__.py
CHANGED
|
@@ -85,6 +85,8 @@ if typing.TYPE_CHECKING:
|
|
|
85
85
|
bedrockfoundation = __bedrockfoundation
|
|
86
86
|
import pulumi_aws.bedrockmodel as __bedrockmodel
|
|
87
87
|
bedrockmodel = __bedrockmodel
|
|
88
|
+
import pulumi_aws.billing as __billing
|
|
89
|
+
billing = __billing
|
|
88
90
|
import pulumi_aws.budgets as __budgets
|
|
89
91
|
budgets = __budgets
|
|
90
92
|
import pulumi_aws.cfg as __cfg
|
|
@@ -323,6 +325,8 @@ if typing.TYPE_CHECKING:
|
|
|
323
325
|
notifications = __notifications
|
|
324
326
|
import pulumi_aws.oam as __oam
|
|
325
327
|
oam = __oam
|
|
328
|
+
import pulumi_aws.odb as __odb
|
|
329
|
+
odb = __odb
|
|
326
330
|
import pulumi_aws.opensearch as __opensearch
|
|
327
331
|
opensearch = __opensearch
|
|
328
332
|
import pulumi_aws.opensearchingest as __opensearchingest
|
|
@@ -498,6 +502,7 @@ else:
|
|
|
498
502
|
bedrock = _utilities.lazy_import('pulumi_aws.bedrock')
|
|
499
503
|
bedrockfoundation = _utilities.lazy_import('pulumi_aws.bedrockfoundation')
|
|
500
504
|
bedrockmodel = _utilities.lazy_import('pulumi_aws.bedrockmodel')
|
|
505
|
+
billing = _utilities.lazy_import('pulumi_aws.billing')
|
|
501
506
|
budgets = _utilities.lazy_import('pulumi_aws.budgets')
|
|
502
507
|
cfg = _utilities.lazy_import('pulumi_aws.cfg')
|
|
503
508
|
chatbot = _utilities.lazy_import('pulumi_aws.chatbot')
|
|
@@ -617,6 +622,7 @@ else:
|
|
|
617
622
|
networkmonitor = _utilities.lazy_import('pulumi_aws.networkmonitor')
|
|
618
623
|
notifications = _utilities.lazy_import('pulumi_aws.notifications')
|
|
619
624
|
oam = _utilities.lazy_import('pulumi_aws.oam')
|
|
625
|
+
odb = _utilities.lazy_import('pulumi_aws.odb')
|
|
620
626
|
opensearch = _utilities.lazy_import('pulumi_aws.opensearch')
|
|
621
627
|
opensearchingest = _utilities.lazy_import('pulumi_aws.opensearchingest')
|
|
622
628
|
organizations = _utilities.lazy_import('pulumi_aws.organizations')
|
|
@@ -3181,6 +3187,14 @@ _utilities.register(
|
|
|
3181
3187
|
"aws:cognito/logDeliveryConfiguration:LogDeliveryConfiguration": "LogDeliveryConfiguration"
|
|
3182
3188
|
}
|
|
3183
3189
|
},
|
|
3190
|
+
{
|
|
3191
|
+
"pkg": "aws",
|
|
3192
|
+
"mod": "cognito/managedLoginBranding",
|
|
3193
|
+
"fqn": "pulumi_aws.cognito",
|
|
3194
|
+
"classes": {
|
|
3195
|
+
"aws:cognito/managedLoginBranding:ManagedLoginBranding": "ManagedLoginBranding"
|
|
3196
|
+
}
|
|
3197
|
+
},
|
|
3184
3198
|
{
|
|
3185
3199
|
"pkg": "aws",
|
|
3186
3200
|
"mod": "cognito/managedUserPoolClient",
|
|
@@ -3429,6 +3443,14 @@ _utilities.register(
|
|
|
3429
3443
|
"aws:connect/vocabulary:Vocabulary": "Vocabulary"
|
|
3430
3444
|
}
|
|
3431
3445
|
},
|
|
3446
|
+
{
|
|
3447
|
+
"pkg": "aws",
|
|
3448
|
+
"mod": "controltower/baseline",
|
|
3449
|
+
"fqn": "pulumi_aws.controltower",
|
|
3450
|
+
"classes": {
|
|
3451
|
+
"aws:controltower/baseline:Baseline": "Baseline"
|
|
3452
|
+
}
|
|
3453
|
+
},
|
|
3432
3454
|
{
|
|
3433
3455
|
"pkg": "aws",
|
|
3434
3456
|
"mod": "controltower/controlTowerControl",
|
|
@@ -7501,6 +7523,14 @@ _utilities.register(
|
|
|
7501
7523
|
"aws:lakeformation/lfTag:LfTag": "LfTag"
|
|
7502
7524
|
}
|
|
7503
7525
|
},
|
|
7526
|
+
{
|
|
7527
|
+
"pkg": "aws",
|
|
7528
|
+
"mod": "lakeformation/lfTagExpression",
|
|
7529
|
+
"fqn": "pulumi_aws.lakeformation",
|
|
7530
|
+
"classes": {
|
|
7531
|
+
"aws:lakeformation/lfTagExpression:LfTagExpression": "LfTagExpression"
|
|
7532
|
+
}
|
|
7533
|
+
},
|
|
7504
7534
|
{
|
|
7505
7535
|
"pkg": "aws",
|
|
7506
7536
|
"mod": "lakeformation/optIn",
|
|
@@ -8773,6 +8803,46 @@ _utilities.register(
|
|
|
8773
8803
|
"aws:oam/sinkPolicy:SinkPolicy": "SinkPolicy"
|
|
8774
8804
|
}
|
|
8775
8805
|
},
|
|
8806
|
+
{
|
|
8807
|
+
"pkg": "aws",
|
|
8808
|
+
"mod": "odb/cloudAutonomousVmCluster",
|
|
8809
|
+
"fqn": "pulumi_aws.odb",
|
|
8810
|
+
"classes": {
|
|
8811
|
+
"aws:odb/cloudAutonomousVmCluster:CloudAutonomousVmCluster": "CloudAutonomousVmCluster"
|
|
8812
|
+
}
|
|
8813
|
+
},
|
|
8814
|
+
{
|
|
8815
|
+
"pkg": "aws",
|
|
8816
|
+
"mod": "odb/cloudExadataInfrastructure",
|
|
8817
|
+
"fqn": "pulumi_aws.odb",
|
|
8818
|
+
"classes": {
|
|
8819
|
+
"aws:odb/cloudExadataInfrastructure:CloudExadataInfrastructure": "CloudExadataInfrastructure"
|
|
8820
|
+
}
|
|
8821
|
+
},
|
|
8822
|
+
{
|
|
8823
|
+
"pkg": "aws",
|
|
8824
|
+
"mod": "odb/cloudVmCluster",
|
|
8825
|
+
"fqn": "pulumi_aws.odb",
|
|
8826
|
+
"classes": {
|
|
8827
|
+
"aws:odb/cloudVmCluster:CloudVmCluster": "CloudVmCluster"
|
|
8828
|
+
}
|
|
8829
|
+
},
|
|
8830
|
+
{
|
|
8831
|
+
"pkg": "aws",
|
|
8832
|
+
"mod": "odb/network",
|
|
8833
|
+
"fqn": "pulumi_aws.odb",
|
|
8834
|
+
"classes": {
|
|
8835
|
+
"aws:odb/network:Network": "Network"
|
|
8836
|
+
}
|
|
8837
|
+
},
|
|
8838
|
+
{
|
|
8839
|
+
"pkg": "aws",
|
|
8840
|
+
"mod": "odb/networkPeeringConnection",
|
|
8841
|
+
"fqn": "pulumi_aws.odb",
|
|
8842
|
+
"classes": {
|
|
8843
|
+
"aws:odb/networkPeeringConnection:NetworkPeeringConnection": "NetworkPeeringConnection"
|
|
8844
|
+
}
|
|
8845
|
+
},
|
|
8776
8846
|
{
|
|
8777
8847
|
"pkg": "aws",
|
|
8778
8848
|
"mod": "opensearch/authorizeVpcEndpointAccess",
|
pulumi_aws/_inputs.py
CHANGED
|
@@ -1592,6 +1592,10 @@ if not MYPY:
|
|
|
1592
1592
|
"""
|
|
1593
1593
|
Use this to override the default service endpoint URL
|
|
1594
1594
|
"""
|
|
1595
|
+
workmail: NotRequired[pulumi.Input[_builtins.str]]
|
|
1596
|
+
"""
|
|
1597
|
+
Use this to override the default service endpoint URL
|
|
1598
|
+
"""
|
|
1595
1599
|
workspaces: NotRequired[pulumi.Input[_builtins.str]]
|
|
1596
1600
|
"""
|
|
1597
1601
|
Use this to override the default service endpoint URL
|
|
@@ -1908,6 +1912,7 @@ class ProviderEndpointArgs:
|
|
|
1908
1912
|
wafregional: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1909
1913
|
wafv2: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1910
1914
|
wellarchitected: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1915
|
+
workmail: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1911
1916
|
workspaces: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1912
1917
|
workspacesweb: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1913
1918
|
xray: Optional[pulumi.Input[_builtins.str]] = None):
|
|
@@ -2210,6 +2215,7 @@ class ProviderEndpointArgs:
|
|
|
2210
2215
|
:param pulumi.Input[_builtins.str] wafregional: Use this to override the default service endpoint URL
|
|
2211
2216
|
:param pulumi.Input[_builtins.str] wafv2: Use this to override the default service endpoint URL
|
|
2212
2217
|
:param pulumi.Input[_builtins.str] wellarchitected: Use this to override the default service endpoint URL
|
|
2218
|
+
:param pulumi.Input[_builtins.str] workmail: Use this to override the default service endpoint URL
|
|
2213
2219
|
:param pulumi.Input[_builtins.str] workspaces: Use this to override the default service endpoint URL
|
|
2214
2220
|
:param pulumi.Input[_builtins.str] workspacesweb: Use this to override the default service endpoint URL
|
|
2215
2221
|
:param pulumi.Input[_builtins.str] xray: Use this to override the default service endpoint URL
|
|
@@ -2810,6 +2816,8 @@ class ProviderEndpointArgs:
|
|
|
2810
2816
|
pulumi.set(__self__, "wafv2", wafv2)
|
|
2811
2817
|
if wellarchitected is not None:
|
|
2812
2818
|
pulumi.set(__self__, "wellarchitected", wellarchitected)
|
|
2819
|
+
if workmail is not None:
|
|
2820
|
+
pulumi.set(__self__, "workmail", workmail)
|
|
2813
2821
|
if workspaces is not None:
|
|
2814
2822
|
pulumi.set(__self__, "workspaces", workspaces)
|
|
2815
2823
|
if workspacesweb is not None:
|
|
@@ -6393,6 +6401,18 @@ class ProviderEndpointArgs:
|
|
|
6393
6401
|
def wellarchitected(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
6394
6402
|
pulumi.set(self, "wellarchitected", value)
|
|
6395
6403
|
|
|
6404
|
+
@_builtins.property
|
|
6405
|
+
@pulumi.getter
|
|
6406
|
+
def workmail(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
6407
|
+
"""
|
|
6408
|
+
Use this to override the default service endpoint URL
|
|
6409
|
+
"""
|
|
6410
|
+
return pulumi.get(self, "workmail")
|
|
6411
|
+
|
|
6412
|
+
@workmail.setter
|
|
6413
|
+
def workmail(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
6414
|
+
pulumi.set(self, "workmail", value)
|
|
6415
|
+
|
|
6396
6416
|
@_builtins.property
|
|
6397
6417
|
@pulumi.getter
|
|
6398
6418
|
def workspaces(self) -> Optional[pulumi.Input[_builtins.str]]:
|
pulumi_aws/acm/certificate.py
CHANGED
|
@@ -681,11 +681,17 @@ class Certificate(pulumi.CustomResource):
|
|
|
681
681
|
|
|
682
682
|
## Import
|
|
683
683
|
|
|
684
|
+
### Identity Schema
|
|
685
|
+
|
|
686
|
+
#### Required
|
|
687
|
+
|
|
688
|
+
- `arn` (String) ARN of the certificate.
|
|
689
|
+
|
|
684
690
|
Using `pulumi import`, import certificates using their ARN. For example:
|
|
685
691
|
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
692
|
+
console
|
|
693
|
+
|
|
694
|
+
% pulumi import aws_acm_certificate.example arn:aws:acm:eu-central-1:123456789012:certificate/7e7a28d2-163f-4b8f-b9cd-822f96c08d6a
|
|
689
695
|
|
|
690
696
|
:param str resource_name: The name of the resource.
|
|
691
697
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -807,11 +813,17 @@ class Certificate(pulumi.CustomResource):
|
|
|
807
813
|
|
|
808
814
|
## Import
|
|
809
815
|
|
|
816
|
+
### Identity Schema
|
|
817
|
+
|
|
818
|
+
#### Required
|
|
819
|
+
|
|
820
|
+
- `arn` (String) ARN of the certificate.
|
|
821
|
+
|
|
810
822
|
Using `pulumi import`, import certificates using their ARN. For example:
|
|
811
823
|
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
824
|
+
console
|
|
825
|
+
|
|
826
|
+
% pulumi import aws_acm_certificate.example arn:aws:acm:eu-central-1:123456789012:certificate/7e7a28d2-163f-4b8f-b9cd-822f96c08d6a
|
|
815
827
|
|
|
816
828
|
:param str resource_name: The name of the resource.
|
|
817
829
|
:param CertificateArgs args: The arguments to use to populate this resource's properties.
|
pulumi_aws/acmpca/certificate.py
CHANGED
|
@@ -364,11 +364,17 @@ class Certificate(pulumi.CustomResource):
|
|
|
364
364
|
|
|
365
365
|
## Import
|
|
366
366
|
|
|
367
|
+
### Identity Schema
|
|
368
|
+
|
|
369
|
+
#### Required
|
|
370
|
+
|
|
371
|
+
- `arn` (String) Amazon Resource Name (ARN) of the ACM PCA certificate.
|
|
372
|
+
|
|
367
373
|
Using `pulumi import`, import ACM PCA Certificates using their ARN. For example:
|
|
368
374
|
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
375
|
+
console
|
|
376
|
+
|
|
377
|
+
% pulumi import aws_acmpca_certificate.cert arn:aws:acm-pca:eu-west-1:675225743824:certificate-authority/08319ede-83g9-1400-8f21-c7d12b2b6edb/certificate/a4e9c2aa4bcfab625g1b9136464cd3a
|
|
372
378
|
|
|
373
379
|
:param str resource_name: The name of the resource.
|
|
374
380
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -431,11 +437,17 @@ class Certificate(pulumi.CustomResource):
|
|
|
431
437
|
|
|
432
438
|
## Import
|
|
433
439
|
|
|
440
|
+
### Identity Schema
|
|
441
|
+
|
|
442
|
+
#### Required
|
|
443
|
+
|
|
444
|
+
- `arn` (String) Amazon Resource Name (ARN) of the ACM PCA certificate.
|
|
445
|
+
|
|
434
446
|
Using `pulumi import`, import ACM PCA Certificates using their ARN. For example:
|
|
435
447
|
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
448
|
+
console
|
|
449
|
+
|
|
450
|
+
% pulumi import aws_acmpca_certificate.cert arn:aws:acm-pca:eu-west-1:675225743824:certificate-authority/08319ede-83g9-1400-8f21-c7d12b2b6edb/certificate/a4e9c2aa4bcfab625g1b9136464cd3a
|
|
439
451
|
|
|
440
452
|
:param str resource_name: The name of the resource.
|
|
441
453
|
:param CertificateArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -556,11 +556,17 @@ class CertificateAuthority(pulumi.CustomResource):
|
|
|
556
556
|
|
|
557
557
|
## Import
|
|
558
558
|
|
|
559
|
+
### Identity Schema
|
|
560
|
+
|
|
561
|
+
#### Required
|
|
562
|
+
|
|
563
|
+
- `arn` (String) Amazon Resource Name (ARN) of the ACM PCA certificate authority.
|
|
564
|
+
|
|
559
565
|
Using `pulumi import`, import `aws_acmpca_certificate_authority` using the certificate authority ARN. For example:
|
|
560
566
|
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
567
|
+
console
|
|
568
|
+
|
|
569
|
+
% pulumi import aws_acmpca_certificate_authority.example arn:aws:acm-pca:us-east-1:123456789012:certificate-authority/12345678-1234-1234-1234-123456789012
|
|
564
570
|
|
|
565
571
|
:param str resource_name: The name of the resource.
|
|
566
572
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -671,11 +677,17 @@ class CertificateAuthority(pulumi.CustomResource):
|
|
|
671
677
|
|
|
672
678
|
## Import
|
|
673
679
|
|
|
680
|
+
### Identity Schema
|
|
681
|
+
|
|
682
|
+
#### Required
|
|
683
|
+
|
|
684
|
+
- `arn` (String) Amazon Resource Name (ARN) of the ACM PCA certificate authority.
|
|
685
|
+
|
|
674
686
|
Using `pulumi import`, import `aws_acmpca_certificate_authority` using the certificate authority ARN. For example:
|
|
675
687
|
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
688
|
+
console
|
|
689
|
+
|
|
690
|
+
% pulumi import aws_acmpca_certificate_authority.example arn:aws:acm-pca:us-east-1:123456789012:certificate-authority/12345678-1234-1234-1234-123456789012
|
|
679
691
|
|
|
680
692
|
:param str resource_name: The name of the resource.
|
|
681
693
|
:param CertificateAuthorityArgs args: The arguments to use to populate this resource's properties.
|
pulumi_aws/acmpca/policy.py
CHANGED
|
@@ -187,11 +187,17 @@ class Policy(pulumi.CustomResource):
|
|
|
187
187
|
|
|
188
188
|
## Import
|
|
189
189
|
|
|
190
|
+
### Identity Schema
|
|
191
|
+
|
|
192
|
+
#### Required
|
|
193
|
+
|
|
194
|
+
- `arn` (String) Amazon Resource Name (ARN) of the ACM PCA certificate authority.
|
|
195
|
+
|
|
190
196
|
Using `pulumi import`, import `aws_acmpca_policy` using the `resource_arn` value. For example:
|
|
191
197
|
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
198
|
+
console
|
|
199
|
+
|
|
200
|
+
% pulumi import aws_acmpca_policy.example arn:aws:acm-pca:us-east-1:123456789012:certificate-authority/12345678-1234-1234-1234-123456789012
|
|
195
201
|
|
|
196
202
|
:param str resource_name: The name of the resource.
|
|
197
203
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -256,11 +262,17 @@ class Policy(pulumi.CustomResource):
|
|
|
256
262
|
|
|
257
263
|
## Import
|
|
258
264
|
|
|
265
|
+
### Identity Schema
|
|
266
|
+
|
|
267
|
+
#### Required
|
|
268
|
+
|
|
269
|
+
- `arn` (String) Amazon Resource Name (ARN) of the ACM PCA certificate authority.
|
|
270
|
+
|
|
259
271
|
Using `pulumi import`, import `aws_acmpca_policy` using the `resource_arn` value. For example:
|
|
260
272
|
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
273
|
+
console
|
|
274
|
+
|
|
275
|
+
% pulumi import aws_acmpca_policy.example arn:aws:acm-pca:us-east-1:123456789012:certificate-authority/12345678-1234-1234-1234-123456789012
|
|
264
276
|
|
|
265
277
|
:param str resource_name: The name of the resource.
|
|
266
278
|
:param PolicyArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -27,7 +27,7 @@ class GetLoadBalancerResult:
|
|
|
27
27
|
"""
|
|
28
28
|
A collection of values returned by getLoadBalancer.
|
|
29
29
|
"""
|
|
30
|
-
def __init__(__self__, access_logs=None, arn=None, arn_suffix=None, client_keep_alive=None, connection_logs=None, customer_owned_ipv4_pool=None, desync_mitigation_mode=None, dns_name=None, dns_record_client_routing_policy=None, drop_invalid_header_fields=None, enable_cross_zone_load_balancing=None, enable_deletion_protection=None, enable_http2=None, enable_tls_version_and_cipher_suite_headers=None, enable_waf_fail_open=None, enable_xff_client_port=None, enable_zonal_shift=None, enforce_security_group_inbound_rules_on_private_link_traffic=None, id=None, idle_timeout=None, internal=None, ip_address_type=None, ipam_pools=None, load_balancer_type=None, name=None, preserve_host_header=None, region=None, security_groups=None, subnet_mappings=None, subnets=None, tags=None, vpc_id=None, xff_header_processing_mode=None, zone_id=None):
|
|
30
|
+
def __init__(__self__, access_logs=None, arn=None, arn_suffix=None, client_keep_alive=None, connection_logs=None, customer_owned_ipv4_pool=None, desync_mitigation_mode=None, dns_name=None, dns_record_client_routing_policy=None, drop_invalid_header_fields=None, enable_cross_zone_load_balancing=None, enable_deletion_protection=None, enable_http2=None, enable_tls_version_and_cipher_suite_headers=None, enable_waf_fail_open=None, enable_xff_client_port=None, enable_zonal_shift=None, enforce_security_group_inbound_rules_on_private_link_traffic=None, id=None, idle_timeout=None, internal=None, ip_address_type=None, ipam_pools=None, load_balancer_type=None, name=None, preserve_host_header=None, region=None, secondary_ips_auto_assigned_per_subnet=None, security_groups=None, subnet_mappings=None, subnets=None, tags=None, vpc_id=None, xff_header_processing_mode=None, zone_id=None):
|
|
31
31
|
if access_logs and not isinstance(access_logs, dict):
|
|
32
32
|
raise TypeError("Expected argument 'access_logs' to be a dict")
|
|
33
33
|
pulumi.set(__self__, "access_logs", access_logs)
|
|
@@ -109,6 +109,9 @@ class GetLoadBalancerResult:
|
|
|
109
109
|
if region and not isinstance(region, str):
|
|
110
110
|
raise TypeError("Expected argument 'region' to be a str")
|
|
111
111
|
pulumi.set(__self__, "region", region)
|
|
112
|
+
if secondary_ips_auto_assigned_per_subnet and not isinstance(secondary_ips_auto_assigned_per_subnet, int):
|
|
113
|
+
raise TypeError("Expected argument 'secondary_ips_auto_assigned_per_subnet' to be a int")
|
|
114
|
+
pulumi.set(__self__, "secondary_ips_auto_assigned_per_subnet", secondary_ips_auto_assigned_per_subnet)
|
|
112
115
|
if security_groups and not isinstance(security_groups, list):
|
|
113
116
|
raise TypeError("Expected argument 'security_groups' to be a list")
|
|
114
117
|
pulumi.set(__self__, "security_groups", security_groups)
|
|
@@ -269,6 +272,11 @@ class GetLoadBalancerResult:
|
|
|
269
272
|
def region(self) -> _builtins.str:
|
|
270
273
|
return pulumi.get(self, "region")
|
|
271
274
|
|
|
275
|
+
@_builtins.property
|
|
276
|
+
@pulumi.getter(name="secondaryIpsAutoAssignedPerSubnet")
|
|
277
|
+
def secondary_ips_auto_assigned_per_subnet(self) -> _builtins.int:
|
|
278
|
+
return pulumi.get(self, "secondary_ips_auto_assigned_per_subnet")
|
|
279
|
+
|
|
272
280
|
@_builtins.property
|
|
273
281
|
@pulumi.getter(name="securityGroups")
|
|
274
282
|
def security_groups(self) -> Sequence[_builtins.str]:
|
|
@@ -338,6 +346,7 @@ class AwaitableGetLoadBalancerResult(GetLoadBalancerResult):
|
|
|
338
346
|
name=self.name,
|
|
339
347
|
preserve_host_header=self.preserve_host_header,
|
|
340
348
|
region=self.region,
|
|
349
|
+
secondary_ips_auto_assigned_per_subnet=self.secondary_ips_auto_assigned_per_subnet,
|
|
341
350
|
security_groups=self.security_groups,
|
|
342
351
|
subnet_mappings=self.subnet_mappings,
|
|
343
352
|
subnets=self.subnets,
|
|
@@ -422,6 +431,7 @@ def get_load_balancer(arn: Optional[_builtins.str] = None,
|
|
|
422
431
|
name=pulumi.get(__ret__, 'name'),
|
|
423
432
|
preserve_host_header=pulumi.get(__ret__, 'preserve_host_header'),
|
|
424
433
|
region=pulumi.get(__ret__, 'region'),
|
|
434
|
+
secondary_ips_auto_assigned_per_subnet=pulumi.get(__ret__, 'secondary_ips_auto_assigned_per_subnet'),
|
|
425
435
|
security_groups=pulumi.get(__ret__, 'security_groups'),
|
|
426
436
|
subnet_mappings=pulumi.get(__ret__, 'subnet_mappings'),
|
|
427
437
|
subnets=pulumi.get(__ret__, 'subnets'),
|
|
@@ -503,6 +513,7 @@ def get_load_balancer_output(arn: Optional[pulumi.Input[Optional[_builtins.str]]
|
|
|
503
513
|
name=pulumi.get(__response__, 'name'),
|
|
504
514
|
preserve_host_header=pulumi.get(__response__, 'preserve_host_header'),
|
|
505
515
|
region=pulumi.get(__response__, 'region'),
|
|
516
|
+
secondary_ips_auto_assigned_per_subnet=pulumi.get(__response__, 'secondary_ips_auto_assigned_per_subnet'),
|
|
506
517
|
security_groups=pulumi.get(__response__, 'security_groups'),
|
|
507
518
|
subnet_mappings=pulumi.get(__response__, 'subnet_mappings'),
|
|
508
519
|
subnets=pulumi.get(__response__, 'subnets'),
|
pulumi_aws/alb/listener.py
CHANGED
|
@@ -1310,11 +1310,17 @@ class Listener(pulumi.CustomResource):
|
|
|
1310
1310
|
|
|
1311
1311
|
## Import
|
|
1312
1312
|
|
|
1313
|
+
### Identity Schema
|
|
1314
|
+
|
|
1315
|
+
#### Required
|
|
1316
|
+
|
|
1317
|
+
- `arn` (String) Amazon Resource Name (ARN) of the load balancer listener.
|
|
1318
|
+
|
|
1313
1319
|
Using `pulumi import`, import listeners using their ARN. For example:
|
|
1314
1320
|
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1321
|
+
console
|
|
1322
|
+
|
|
1323
|
+
% pulumi import aws_lb_listener.front_end arn:aws:elasticloadbalancing:us-west-2:187416307283:listener/app/front-end-alb/8e4497da625e2d8a/9ab28ade35828f96
|
|
1318
1324
|
|
|
1319
1325
|
:param str resource_name: The name of the resource.
|
|
1320
1326
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -1592,11 +1598,17 @@ class Listener(pulumi.CustomResource):
|
|
|
1592
1598
|
|
|
1593
1599
|
## Import
|
|
1594
1600
|
|
|
1601
|
+
### Identity Schema
|
|
1602
|
+
|
|
1603
|
+
#### Required
|
|
1604
|
+
|
|
1605
|
+
- `arn` (String) Amazon Resource Name (ARN) of the load balancer listener.
|
|
1606
|
+
|
|
1595
1607
|
Using `pulumi import`, import listeners using their ARN. For example:
|
|
1596
1608
|
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1609
|
+
console
|
|
1610
|
+
|
|
1611
|
+
% pulumi import aws_lb_listener.front_end arn:aws:elasticloadbalancing:us-west-2:187416307283:listener/app/front-end-alb/8e4497da625e2d8a/9ab28ade35828f96
|
|
1600
1612
|
|
|
1601
1613
|
:param str resource_name: The name of the resource.
|
|
1602
1614
|
:param ListenerArgs args: The arguments to use to populate this resource's properties.
|
pulumi_aws/alb/listener_rule.py
CHANGED
|
@@ -424,11 +424,17 @@ class ListenerRule(pulumi.CustomResource):
|
|
|
424
424
|
|
|
425
425
|
## Import
|
|
426
426
|
|
|
427
|
+
### Identity Schema
|
|
428
|
+
|
|
429
|
+
#### Required
|
|
430
|
+
|
|
431
|
+
- `arn` (String) Amazon Resource Name (ARN) of the load balancer listener rule.
|
|
432
|
+
|
|
427
433
|
Using `pulumi import`, import rules using their ARN. For example:
|
|
428
434
|
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
435
|
+
console
|
|
436
|
+
|
|
437
|
+
% pulumi import aws_lb_listener_rule.front_end arn:aws:elasticloadbalancing:us-west-2:187416307283:listener-rule/app/test/8e4497da625e2d8a/9ab28ade35828f96/67b3d2d36dd7c26b
|
|
432
438
|
|
|
433
439
|
:param str resource_name: The name of the resource.
|
|
434
440
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -601,11 +607,17 @@ class ListenerRule(pulumi.CustomResource):
|
|
|
601
607
|
|
|
602
608
|
## Import
|
|
603
609
|
|
|
610
|
+
### Identity Schema
|
|
611
|
+
|
|
612
|
+
#### Required
|
|
613
|
+
|
|
614
|
+
- `arn` (String) Amazon Resource Name (ARN) of the load balancer listener rule.
|
|
615
|
+
|
|
604
616
|
Using `pulumi import`, import rules using their ARN. For example:
|
|
605
617
|
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
618
|
+
console
|
|
619
|
+
|
|
620
|
+
% pulumi import aws_lb_listener_rule.front_end arn:aws:elasticloadbalancing:us-west-2:187416307283:listener-rule/app/test/8e4497da625e2d8a/9ab28ade35828f96/67b3d2d36dd7c26b
|
|
609
621
|
|
|
610
622
|
:param str resource_name: The name of the resource.
|
|
611
623
|
:param ListenerRuleArgs args: The arguments to use to populate this resource's properties.
|
pulumi_aws/alb/load_balancer.py
CHANGED
|
@@ -1266,11 +1266,17 @@ class LoadBalancer(pulumi.CustomResource):
|
|
|
1266
1266
|
|
|
1267
1267
|
## Import
|
|
1268
1268
|
|
|
1269
|
+
### Identity Schema
|
|
1270
|
+
|
|
1271
|
+
#### Required
|
|
1272
|
+
|
|
1273
|
+
- `arn` (String) Amazon Resource Name (ARN) of the load balancer.
|
|
1274
|
+
|
|
1269
1275
|
Using `pulumi import`, import LBs using their ARN. For example:
|
|
1270
1276
|
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1277
|
+
console
|
|
1278
|
+
|
|
1279
|
+
% pulumi import aws_lb.bar arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188
|
|
1274
1280
|
|
|
1275
1281
|
:param str resource_name: The name of the resource.
|
|
1276
1282
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -1407,11 +1413,17 @@ class LoadBalancer(pulumi.CustomResource):
|
|
|
1407
1413
|
|
|
1408
1414
|
## Import
|
|
1409
1415
|
|
|
1416
|
+
### Identity Schema
|
|
1417
|
+
|
|
1418
|
+
#### Required
|
|
1419
|
+
|
|
1420
|
+
- `arn` (String) Amazon Resource Name (ARN) of the load balancer.
|
|
1421
|
+
|
|
1410
1422
|
Using `pulumi import`, import LBs using their ARN. For example:
|
|
1411
1423
|
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1424
|
+
console
|
|
1425
|
+
|
|
1426
|
+
% pulumi import aws_lb.bar arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188
|
|
1415
1427
|
|
|
1416
1428
|
:param str resource_name: The name of the resource.
|
|
1417
1429
|
:param LoadBalancerArgs args: The arguments to use to populate this resource's properties.
|
pulumi_aws/alb/target_group.py
CHANGED
|
@@ -1051,11 +1051,17 @@ class TargetGroup(pulumi.CustomResource):
|
|
|
1051
1051
|
|
|
1052
1052
|
## Import
|
|
1053
1053
|
|
|
1054
|
+
### Identity Schema
|
|
1055
|
+
|
|
1056
|
+
#### Required
|
|
1057
|
+
|
|
1058
|
+
- `arn` (String) Amazon Resource Name (ARN) of the target group.
|
|
1059
|
+
|
|
1054
1060
|
Using `pulumi import`, import Target Groups using their ARN. For example:
|
|
1055
1061
|
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1062
|
+
console
|
|
1063
|
+
|
|
1064
|
+
% pulumi import aws_lb_target_group.app_front_end arn:aws:elasticloadbalancing:us-west-2:187416307283:targetgroup/app-front-end/20cfe21448b66314
|
|
1059
1065
|
|
|
1060
1066
|
:param str resource_name: The name of the resource.
|
|
1061
1067
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -1205,11 +1211,17 @@ class TargetGroup(pulumi.CustomResource):
|
|
|
1205
1211
|
|
|
1206
1212
|
## Import
|
|
1207
1213
|
|
|
1214
|
+
### Identity Schema
|
|
1215
|
+
|
|
1216
|
+
#### Required
|
|
1217
|
+
|
|
1218
|
+
- `arn` (String) Amazon Resource Name (ARN) of the target group.
|
|
1219
|
+
|
|
1208
1220
|
Using `pulumi import`, import Target Groups using their ARN. For example:
|
|
1209
1221
|
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1222
|
+
console
|
|
1223
|
+
|
|
1224
|
+
% pulumi import aws_lb_target_group.app_front_end arn:aws:elasticloadbalancing:us-west-2:187416307283:targetgroup/app-front-end/20cfe21448b66314
|
|
1213
1225
|
|
|
1214
1226
|
:param str resource_name: The name of the resource.
|
|
1215
1227
|
:param TargetGroupArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -250,11 +250,17 @@ class DomainNameAccessAssociation(pulumi.CustomResource):
|
|
|
250
250
|
|
|
251
251
|
## Import
|
|
252
252
|
|
|
253
|
+
### Identity Schema
|
|
254
|
+
|
|
255
|
+
#### Required
|
|
256
|
+
|
|
257
|
+
- `arn` (String) Amazon Resource Name (ARN) of the API Gateway domain name access association.
|
|
258
|
+
|
|
253
259
|
Using `pulumi import`, import API Gateway domain name acces associations as using their `arn`. For example:
|
|
254
260
|
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
261
|
+
console
|
|
262
|
+
|
|
263
|
+
% pulumi import aws_api_gateway_domain_name_access_association.example arn:aws:apigateway:us-west-2:123456789012:/domainnameaccessassociations/domainname/12qmzgp2.9m7ilski.test+hykg7a12e7/vpcesource/vpce-05de3f8f82740a748
|
|
258
264
|
|
|
259
265
|
:param str resource_name: The name of the resource.
|
|
260
266
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -287,11 +293,17 @@ class DomainNameAccessAssociation(pulumi.CustomResource):
|
|
|
287
293
|
|
|
288
294
|
## Import
|
|
289
295
|
|
|
296
|
+
### Identity Schema
|
|
297
|
+
|
|
298
|
+
#### Required
|
|
299
|
+
|
|
300
|
+
- `arn` (String) Amazon Resource Name (ARN) of the API Gateway domain name access association.
|
|
301
|
+
|
|
290
302
|
Using `pulumi import`, import API Gateway domain name acces associations as using their `arn`. For example:
|
|
291
303
|
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
304
|
+
console
|
|
305
|
+
|
|
306
|
+
% pulumi import aws_api_gateway_domain_name_access_association.example arn:aws:apigateway:us-west-2:123456789012:/domainnameaccessassociations/domainname/12qmzgp2.9m7ilski.test+hykg7a12e7/vpcesource/vpce-05de3f8f82740a748
|
|
295
307
|
|
|
296
308
|
:param str resource_name: The name of the resource.
|
|
297
309
|
:param DomainNameAccessAssociationArgs args: The arguments to use to populate this resource's properties.
|