Interface DataAwsAmiConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
DataAwsAmiConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:51.281Z") @Stability(Stable) public interface DataAwsAmiConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataAwsAmiConfig.BuilderA builder forDataAwsAmiConfigstatic classDataAwsAmiConfig.Jsii$ProxyAn implementation forDataAwsAmiConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DataAwsAmiConfig.Builderbuilder()default List<String>getExecutableUsers()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ami#executable_users DataAwsAmi#executable_users}.default ObjectgetFilter()filter block.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ami#id DataAwsAmi#id}.default ObjectgetIncludeDeprecated()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ami#include_deprecated DataAwsAmi#include_deprecated}.default ObjectgetMostRecent()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ami#most_recent DataAwsAmi#most_recent}.default StringgetNameRegex()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ami#name_regex DataAwsAmi#name_regex}.default List<String>getOwners()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ami#owners DataAwsAmi#owners}.default Map<String,String>getTags()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ami#tags DataAwsAmi#tags}.default DataAwsAmiTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getExecutableUsers
@Stability(Stable) @Nullable default List<String> getExecutableUsers()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ami#executable_users DataAwsAmi#executable_users}.
-
getFilter
@Stability(Stable) @Nullable default Object getFilter()
filter block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ami#filter DataAwsAmi#filter}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ami#id DataAwsAmi#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getIncludeDeprecated
@Stability(Stable) @Nullable default Object getIncludeDeprecated()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ami#include_deprecated DataAwsAmi#include_deprecated}.
-
getMostRecent
@Stability(Stable) @Nullable default Object getMostRecent()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ami#most_recent DataAwsAmi#most_recent}.
-
getNameRegex
@Stability(Stable) @Nullable default String getNameRegex()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ami#name_regex DataAwsAmi#name_regex}.
-
getOwners
@Stability(Stable) @Nullable default List<String> getOwners()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ami#owners DataAwsAmi#owners}.
-
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/data-sources/ami#tags DataAwsAmi#tags}.
-
getTimeouts
@Stability(Stable) @Nullable default DataAwsAmiTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ami#timeouts DataAwsAmi#timeouts}
-
builder
@Stability(Stable) static DataAwsAmiConfig.Builder builder()
- Returns:
- a
DataAwsAmiConfig.BuilderofDataAwsAmiConfig
-
-