ScopedAws¶
-
class
aws_cdk.core.
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.
Attributes
-
account_id
¶ - Return type
str
-
notification_arns
¶ - Return type
List
[str
]
-
partition
¶ - Return type
str
-
region
¶ - Return type
str
-
stack_id
¶ - Return type
str
-
stack_name
¶ - Return type
str
-
url_suffix
¶ - Return type
str
-