Package com.hashicorp.cdktf
Class SwiftBackend
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
com.hashicorp.cdktf.TerraformElement
com.hashicorp.cdktf.TerraformBackend
com.hashicorp.cdktf.SwiftBackend
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.93.0 (build 1706ca5)",
date="2024-01-15T15:38:01.122Z")
@Stability(Deprecated)
@Deprecated
public class SwiftBackend
extends TerraformBackend
Deprecated.
CDK for Terraform no longer supports the swift backend. Terraform deprecated swift in v1.2.3 and removed it in v1.3.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSwiftBackend(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) Deprecated.protectedSwiftBackend(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.SwiftBackend(software.constructs.Construct scope, SwiftBackendConfig props) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptiongetRemoteStateDataSource(software.constructs.Construct scope, String name, String _fromStack) Deprecated.Deprecated.Deprecated.Methods inherited from class com.hashicorp.cdktf.TerraformBackend
getName, isBackend, toHclTerraform, toMetadata, toTerraformMethods inherited from class com.hashicorp.cdktf.TerraformElement
addOverride, getCdktfStack, getConstructNodeMetadata, getFqn, getFriendlyUniqueId, getRawOverrides, isTerraformElement, overrideLogicalId, resetOverrideLogicalIdMethods inherited from class software.constructs.Construct
getNode, isConstruct, toStringMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
SwiftBackend
protected SwiftBackend(software.amazon.jsii.JsiiObjectRef objRef) Deprecated. -
SwiftBackend
protected SwiftBackend(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) Deprecated. -
SwiftBackend
@Stability(Deprecated) @Deprecated public SwiftBackend(@NotNull software.constructs.Construct scope, @NotNull SwiftBackendConfig props) Deprecated.- Parameters:
scope- This parameter is required.props- This parameter is required.
-
-
Method Details
-
getRemoteStateDataSource
@Stability(Deprecated) @Deprecated @NotNull public TerraformRemoteState getRemoteStateDataSource(@NotNull software.constructs.Construct scope, @NotNull String name, @NotNull String _fromStack) Deprecated.(deprecated) Creates a TerraformRemoteState resource that accesses this backend.- Specified by:
getRemoteStateDataSourcein classTerraformBackend- Parameters:
scope- This parameter is required.name- This parameter is required._fromStack- This parameter is required.
-
synthesizeAttributes
Deprecated.- Overrides:
synthesizeAttributesin classTerraformBackend
-
synthesizeHclAttributes
Deprecated.- Overrides:
synthesizeHclAttributesin classTerraformBackend
-