Class LocalBackend

java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

@Generated(value="jsii-pacmak/1.79.0 (build b22f628)", date="2023-07-26T11:31:27.589Z") @Stability(Experimental) public class LocalBackend extends TerraformBackend
  • Constructor Details

    • LocalBackend

      protected LocalBackend(software.amazon.jsii.JsiiObjectRef objRef)
    • LocalBackend

      protected LocalBackend(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • LocalBackend

      @Stability(Experimental) public LocalBackend(@NotNull software.constructs.Construct scope, @Nullable LocalBackendConfig props)
      Parameters:
      scope - This parameter is required.
      props -
    • LocalBackend

      @Stability(Experimental) public LocalBackend(@NotNull software.constructs.Construct scope)
      Parameters:
      scope - This parameter is required.
  • Method Details

    • getRemoteStateDataSource

      @Stability(Experimental) @NotNull public TerraformRemoteState getRemoteStateDataSource(@NotNull software.constructs.Construct scope, @NotNull String name, @NotNull String fromStack)
      (experimental) Creates a TerraformRemoteState resource that accesses this backend.

      Specified by:
      getRemoteStateDataSource in class TerraformBackend
      Parameters:
      scope - This parameter is required.
      name - This parameter is required.
      fromStack - This parameter is required.
    • synthesizeAttributes

      @Stability(Experimental) @NotNull protected Map<String,Object> synthesizeAttributes()
      Overrides:
      synthesizeAttributes in class TerraformBackend