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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classResourceexplorer2ViewConfig.BuilderA builder forResourceexplorer2ViewConfigstatic classResourceexplorer2ViewConfig.Jsii$ProxyAn implementation forResourceexplorer2ViewConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static Resourceexplorer2ViewConfig.Builderbuilder()default ObjectgetDefaultView()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/resourceexplorer2_view#default_view Resourceexplorer2View#default_view}.default ObjectgetFilters()filters block.default ObjectgetIncludedProperty()included_property block.StringgetName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/resourceexplorer2_view#name Resourceexplorer2View#name}.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}.
-
-
-
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}.
-
builder
@Stability(Stable) static Resourceexplorer2ViewConfig.Builder builder()
-
-