Class OssBackend

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.91.0 (build 1b1f239)", date="2023-12-07T11:27:10.016Z") @Stability(Experimental) public class OssBackend extends TerraformBackend
  • Constructor Details

    • OssBackend

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

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

      @Stability(Experimental) public OssBackend(@NotNull software.constructs.Construct scope, @NotNull OssBackendConfig props)
      Parameters:
      scope - This parameter is required.
      props - 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