Initializers
scopeRequired
- Type: software.constructs.Construct
bucketRequired
- Type: java.lang.String
accelerateOptional
- Type: java.lang.Boolean
aclOptional
- Type: java.lang.String
assumeRoleOptional
- Type: CosBackendAssumeRole
domainOptional
- Type: java.lang.String
encryptOptional
- Type: java.lang.Boolean
endpointOptional
- Type: java.lang.String
keyOptional
- Type: java.lang.String
prefixOptional
- Type: java.lang.String
regionOptional
- Type: java.lang.String
secretIdOptional
- Type: java.lang.String
secretKeyOptional
- Type: java.lang.String
securityTokenOptional
- Type: java.lang.String
Methods
toString
with
with() calls if subsequent mixins should apply to added
constructs.
mixinsRequired
- Type: software.constructs.IMixin…
addOverride
pathRequired
- Type: java.lang.String
valueRequired
- Type: java.lang.Object
overrideLogicalId
newLogicalIdRequired
- Type: java.lang.String
resetOverrideLogicalId
toHclTerraform
toMetadata
toTerraform
getRemoteStateDataSource
scopeRequired
- Type: software.constructs.Construct
nameRequired
- Type: java.lang.String
_fromStackRequired
- Type: java.lang.String
Static Functions
isConstruct
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: java.lang.Object
isTerraformElement
xRequired
- Type: java.lang.Object
isBackend
xRequired
- Type: java.lang.Object
Properties
nodeRequired
- Type: software.constructs.Node
cdktfStackRequired
- Type: TerraformStack
fqnRequired
- Type: java.lang.String
friendlyUniqueIdRequired
- Type: java.lang.String