Initializers
scopeRequired
- Type: constructs.Construct
idRequired
- Type: str
defaultsOptional
- Type: typing.Mapping[typing.Any]
workspaceOptional
- Type: str
bucketRequired
- Type: str
keyRequired
- Type: str
access_keyOptional
- Type: str
aclOptional
- Type: str
allowed_account_idsOptional
- Type: typing.List[str]
assume_roleOptional
Assuming an IAM Role can be configured in two ways.
The preferred way is to use the argument assume_role, the other, which is deprecated, is with arguments at the top level.
assume_role_policyOptional
assume_role_policy- Deprecated: Use assumeRole.policy instead.
- Type: str
assume_role_policy_arnsOptional
assume_role_policy_arns- Deprecated: Use assumeRole.policyArns instead.
- Type: typing.List[str]
assume_role_tagsOptional
assume_role_tags- Deprecated: Use assumeRole.tags instead.
- Type: typing.Mapping[str]
assume_role_transitive_tag_keysOptional
assume_role_transitive_tag_keys- Deprecated: Use assumeRole.transitiveTagKeys instead.
- Type: typing.List[str]
assume_role_with_web_identityOptional
Assume Role With Web Identity Configuration.
custom_ca_bundleOptional
- Type: str
dynamodb_endpointOptional
dynamodb_endpoint- Deprecated: Use endpoints.dynamodb instead
- Type: str
dynamodb_tableOptional
dynamodb_table- Deprecated: Use useLockfile instead, which uses S3 for locking
- Type: str
ec2_metadata_service_endpointOptional
- Type: str
ec2_metadata_service_endpoint_modeOptional
- Type: str
encryptOptional
- Type: bool
endpointOptional
endpoint- Deprecated: Use endpoints.s3 instead
- Type: str
endpointsOptional
- Type: S3BackendEndpointConfig
external_idOptional
external_id- Deprecated: Use assume_role.external_id instead.
- Type: str
forbidden_account_idsOptional
- Type: typing.List[str]
force_path_styleOptional
force_path_style- Deprecated: Use usePathStyle instead
- Type: bool
http_proxyOptional
- Type: str
https_proxyOptional
- Type: str
iam_endpointOptional
iam_endpoint- Deprecated: Use endpoints.iam instead
- Type: str
insecureOptional
- Type: bool
kms_key_idOptional
- Type: str
max_retriesOptional
- Type: typing.Union[int, float]
no_proxyOptional
- Type: str
- A domain name
- An IP address
- A CIDR address
- An asterisk (*), to indicate that no proxying should be performed Domain name and IP address values can also include a port number. Can also be set using the NO_PROXY or no_proxy environment variables.
profileOptional
- Type: str
regionOptional
- Type: str
retry_modeOptional
- Type: str
role_arnOptional
role_arn- Deprecated: Use assumeRole.roleArn instead.
- Type: str
secret_keyOptional
- Type: str
session_nameOptional
session_name- Deprecated: Use assumeRole.sessionName instead.
- Type: str
shared_config_filesOptional
- Type: typing.List[str]
shared_credentials_fileOptional
- Type: str
shared_credentials_filesOptional
- Type: typing.List[str]
skip_credentials_validationOptional
- Type: bool
skip_metadata_api_checkOptional
- Type: bool
skip_region_validationOptional
- Type: bool
skip_requesting_account_idOptional
- Type: bool
skip_s3_checksumOptional
- Type: bool
sse_customer_keyOptional
- Type: str
sts_endpointOptional
sts_endpoint- Deprecated: Use endpoints.sts instead
- Type: str
sts_regionOptional
- Type: str
tokenOptional
- Type: str
use_legacy_workflowOptional
- Type: bool
use_lockfileOptional
- Type: bool
use_path_styleOptional
- Type: bool
workspace_key_prefixOptional
- Type: str
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
outputRequired
- Type: str
get_boolean
outputRequired
- Type: str
get_list
outputRequired
- Type: str
get_number
outputRequired
- Type: str
get_string
outputRequired
- 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
Properties
nodeRequired
- Type: constructs.Node
cdktf_stackRequired
- Type: TerraformStack
fqnRequired
- Type: str
friendly_unique_idRequired
- Type: str
Constants
tfResourceTypeRequired
- Type: str