ScopedAws
- class aws_cdk.ScopedAws(scope)
Bases:
object
Accessor for scoped pseudo parameters.
These pseudo parameters are anchored to a stack somewhere in the construct tree, and their values will be exported automatically.
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk as cdk scoped_aws = cdk.ScopedAws(self)
- Parameters:
scope (
Construct
) –
Attributes
- account_id
- notification_arns
- partition
- region
- stack_id
- stack_name
- url_suffix