class ScopedAws
Language | Type name |
---|---|
.NET | Amazon.CDK.ScopedAws |
Java | software.amazon.awscdk.core.ScopedAws |
Python | aws_cdk.core.ScopedAws |
TypeScript (source) | @aws-cdk/core » ScopedAws |
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.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as cdk from '@aws-cdk/core';
const scopedAws = new cdk.ScopedAws(this);
Initializer
new ScopedAws(scope: Construct)
Parameters
- scope
Construct
Properties
Name | Type | Description |
---|---|---|
account | string | |
notification | string[] | |
partition | string | |
region | string | |
stack | string | |
stack | string | |
url | string |
accountId
Type:
string
notificationArns
Type:
string[]
partition
Type:
string
region
Type:
string
stackId
Type:
string
stackName
Type:
string
urlSuffix
Type:
string