Package com.hashicorp.cdktf
Interface MantaBackendConfig
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
DataTerraformRemoteStateMantaConfig
- All Known Implementing Classes:
DataTerraformRemoteStateMantaConfig.Jsii$Proxy
,MantaBackendConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.87.0 (build 9892444)",
date="2023-10-13T12:41:51.203Z")
@Stability(Deprecated)
@Deprecated
public interface MantaBackendConfig
extends software.amazon.jsii.JsiiSerializable
Deprecated.
CDK for Terraform no longer supports the manta backend. Terraform deprecated manta in v1.2.3 and removed it in v1.3.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
Deprecated.static final class
Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic MantaBackendConfig.Builder
builder()
Deprecated.Deprecated.default Boolean
Deprecated.getKeyId()
Deprecated.default String
Deprecated.default String
Deprecated.getPath()
Deprecated.default String
getUrl()
Deprecated.default String
getUser()
Deprecated.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAccount
Deprecated. -
getKeyId
Deprecated. -
getPath
Deprecated. -
getInsecureSkipTlsVerify
Deprecated. -
getKeyMaterial
Deprecated. -
getObjectName
Deprecated. -
getUrl
Deprecated. -
getUser
Deprecated. -
builder
Deprecated.- Returns:
- a
MantaBackendConfig.Builder
ofMantaBackendConfig
-