Interface Resourceexplorer2ViewConfig

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
    All Known Implementing Classes:
    Resourceexplorer2ViewConfig.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:54.674Z")
    @Stability(Stable)
    public interface Resourceexplorer2ViewConfig
    extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
    • Method Detail

      • getName

        @Stability(Stable)
        @NotNull
        String getName()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/resourceexplorer2_view#name Resourceexplorer2View#name}.
      • getDefaultView

        @Stability(Stable)
        @Nullable
        default Object getDefaultView()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/resourceexplorer2_view#default_view Resourceexplorer2View#default_view}.
      • getFilters

        @Stability(Stable)
        @Nullable
        default Object getFilters()
        filters block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/resourceexplorer2_view#filters Resourceexplorer2View#filters}

      • getIncludedProperty

        @Stability(Stable)
        @Nullable
        default Object getIncludedProperty()
        included_property block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/resourceexplorer2_view#included_property Resourceexplorer2View#included_property}

      • getTags

        @Stability(Stable)
        @Nullable
        default Map<String,​String> getTags()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/resourceexplorer2_view#tags Resourceexplorer2View#tags}.