Initializers
scopeRequired
- Type: constructs.Construct
container_nameRequired
- Type: str
keyRequired
- Type: str
storage_account_nameRequired
- Type: str
access_keyOptional
- Type: str
client_certificate_passwordOptional
- Type: str
client_certificate_pathOptional
- Type: str
client_idOptional
- Type: str
client_secretOptional
- Type: str
endpointOptional
- Type: str
environmentOptional
- Type: str
metadata_hostOptional
- Type: str
msi_endpointOptional
- Type: str
oidc_request_tokenOptional
- Type: str
oidc_request_urlOptional
- Type: str
oidc_tokenOptional
- Type: str
oidc_token_file_pathOptional
- Type: str
resource_group_nameOptional
- Type: str
sas_tokenOptional
- Type: str
snapshotOptional
- Type: bool
subscription_idOptional
- Type: str
tenant_idOptional
- Type: str
use_azuread_authOptional
- Type: bool
use_microsoft_graphOptional
- Type: bool
use_msiOptional
- Type: bool
use_oidcOptional
- Type: bool
Methods
to_string
with
with() calls if subsequent mixins should apply to added
constructs.
mixinsRequired
- Type: *constructs.IMixin
add_override
pathRequired
- Type: str
valueRequired
- Type: typing.Any
override_logical_id
new_logical_idRequired
- Type: str
reset_override_logical_id
to_hcl_terraform
to_metadata
to_terraform
get_remote_state_data_source
scopeRequired
- Type: constructs.Construct
nameRequired
- Type: str
_fromstackRequired
- Type: str
Static Functions
is_construct
x is a construct.
Use this method instead of instanceof to properly detect Construct
instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the constructs library on
disk are seen as independent, completely different libraries. As a
consequence, the class Construct in each copy of the constructs library
is seen as a different class, and an instance of one class will not test as
instanceof the other class. npm install will not create installations
like this, but users may manually symlink construct libraries together or
use a monorepo tool: in those cases, multiple copies of the constructs
library can be accidentally installed, and instanceof will behave
unpredictably. It is safest to avoid using instanceof, and using
this type-testing method instead.
xRequired
- Type: typing.Any
is_terraform_element
xRequired
- Type: typing.Any
is_backend
xRequired
- Type: typing.Any
Properties
nodeRequired
- Type: constructs.Node
cdktf_stackRequired
- Type: TerraformStack
fqnRequired
- Type: str
friendly_unique_idRequired
- Type: str