Class DataAwsService

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.ITerraformAddressable, com.hashicorp.cdktf.ITerraformDependable, com.hashicorp.cdktf.ITerraformResource, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:52.295Z")
    @Stability(Stable)
    public class DataAwsService
    extends com.hashicorp.cdktf.TerraformDataSource
    Represents a {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/service aws_service}.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  DataAwsService.Builder
      A fluent builder for DataAwsService.
      • Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

        software.amazon.jsii.JsiiObject.InitializationMode
      • Nested classes/interfaces inherited from interface software.constructs.IConstruct

        software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy
      • Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IInterpolatingParent

        com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
      • Nested classes/interfaces inherited from interface com.hashicorp.cdktf.ITerraformDependable

        com.hashicorp.cdktf.ITerraformDependable.Jsii$Default, com.hashicorp.cdktf.ITerraformDependable.Jsii$Proxy
      • Nested classes/interfaces inherited from interface com.hashicorp.cdktf.ITerraformResource

        com.hashicorp.cdktf.ITerraformResource.Jsii$Default, com.hashicorp.cdktf.ITerraformResource.Jsii$Proxy
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected DataAwsService​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)  
      protected DataAwsService​(software.amazon.jsii.JsiiObjectRef objRef)  
        DataAwsService​(software.constructs.Construct scope, String id)
      Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/service aws_service} Data Source.
        DataAwsService​(software.constructs.Construct scope, String id, DataAwsServiceConfig config)
      Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/service aws_service} Data Source.
    • Field Detail

      • TF_RESOURCE_TYPE

        @Stability(Stable)
        public static final String TF_RESOURCE_TYPE
    • Constructor Detail

      • DataAwsService

        protected DataAwsService​(software.amazon.jsii.JsiiObjectRef objRef)
      • DataAwsService

        protected DataAwsService​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • DataAwsService

        @Stability(Stable)
        public DataAwsService​(@NotNull
                              software.constructs.Construct scope,
                              @NotNull
                              String id,
                              @Nullable
                              DataAwsServiceConfig config)
        Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/service aws_service} Data Source.

        Parameters:
        scope - The scope in which to define this construct. This parameter is required.
        id - The scoped construct ID. This parameter is required.
        config -
      • DataAwsService

        @Stability(Stable)
        public DataAwsService​(@NotNull
                              software.constructs.Construct scope,
                              @NotNull
                              String id)
        Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/service aws_service} Data Source.

        Parameters:
        scope - The scope in which to define this construct. This parameter is required.
        id - The scoped construct ID. This parameter is required.
    • Method Detail

      • resetDnsName

        @Stability(Stable)
        public void resetDnsName()
      • resetId

        @Stability(Stable)
        public void resetId()
      • resetRegion

        @Stability(Stable)
        public void resetRegion()
      • resetReverseDnsName

        @Stability(Stable)
        public void resetReverseDnsName()
      • resetReverseDnsPrefix

        @Stability(Stable)
        public void resetReverseDnsPrefix()
      • resetServiceId

        @Stability(Stable)
        public void resetServiceId()
      • synthesizeAttributes

        @Stability(Stable)
        @NotNull
        protected Map<String,​Object> synthesizeAttributes()
        Overrides:
        synthesizeAttributes in class com.hashicorp.cdktf.TerraformDataSource
      • getPartition

        @Stability(Stable)
        @NotNull
        public String getPartition()
      • getSupported

        @Stability(Stable)
        @NotNull
        public com.hashicorp.cdktf.IResolvable getSupported()
      • getDnsNameInput

        @Stability(Stable)
        @Nullable
        public String getDnsNameInput()
      • getIdInput

        @Stability(Stable)
        @Nullable
        public String getIdInput()
      • getRegionInput

        @Stability(Stable)
        @Nullable
        public String getRegionInput()
      • getReverseDnsNameInput

        @Stability(Stable)
        @Nullable
        public String getReverseDnsNameInput()
      • getReverseDnsPrefixInput

        @Stability(Stable)
        @Nullable
        public String getReverseDnsPrefixInput()
      • getServiceIdInput

        @Stability(Stable)
        @Nullable
        public String getServiceIdInput()
      • getDnsName

        @Stability(Stable)
        @NotNull
        public String getDnsName()
      • setDnsName

        @Stability(Stable)
        public void setDnsName​(@NotNull
                               String value)
      • getId

        @Stability(Stable)
        @NotNull
        public String getId()
      • setId

        @Stability(Stable)
        public void setId​(@NotNull
                          String value)
      • getRegion

        @Stability(Stable)
        @NotNull
        public String getRegion()
      • setRegion

        @Stability(Stable)
        public void setRegion​(@NotNull
                              String value)
      • getReverseDnsName

        @Stability(Stable)
        @NotNull
        public String getReverseDnsName()
      • setReverseDnsName

        @Stability(Stable)
        public void setReverseDnsName​(@NotNull
                                      String value)
      • getReverseDnsPrefix

        @Stability(Stable)
        @NotNull
        public String getReverseDnsPrefix()
      • setReverseDnsPrefix

        @Stability(Stable)
        public void setReverseDnsPrefix​(@NotNull
                                        String value)
      • getServiceId

        @Stability(Stable)
        @NotNull
        public String getServiceId()
      • setServiceId

        @Stability(Stable)
        public void setServiceId​(@NotNull
                                 String value)