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
    • Method Summary

      All Methods Static Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      static DataAwsAmiConfig.Builder builder()  
      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 Object getFilter()
      filter block.
      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}.
      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}.
      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}.
      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}.
      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 DataAwsAmiTimeouts getTimeouts()
      timeouts block.
      • Methods inherited from interface software.amazon.jsii.JsiiSerializable

        $jsii$toJson
      • Methods inherited from interface com.hashicorp.cdktf.TerraformMetaArguments

        getConnection, getCount, getDependsOn, getForEach, getLifecycle, getProvider, getProvisioners
    • 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}