Class ConnectQueueConfig.Jsii$Proxy

  • All Implemented Interfaces:
    ConnectQueueConfig, com.hashicorp.cdktf.TerraformMetaArguments, software.amazon.jsii.JsiiSerializable
    Enclosing interface:
    ConnectQueueConfig

    @Stability(Stable)
    @Internal
    public static final class ConnectQueueConfig.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements ConnectQueueConfig
    An implementation for ConnectQueueConfig
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Jsii$Proxy​(ConnectQueueConfig.Builder builder)
      Constructor that initializes the object based on literal property values passed by the ConnectQueueConfig.Builder.
      protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.fasterxml.jackson.databind.JsonNode $jsii$toJson()  
      boolean equals​(Object o)  
      Object getConnection()  
      Object getCount()  
      List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()  
      String getDescription()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/connect_queue#description ConnectQueue#description}.
      com.hashicorp.cdktf.ITerraformIterator getForEach()  
      String getHoursOfOperationId()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/connect_queue#hours_of_operation_id ConnectQueue#hours_of_operation_id}.
      String getId()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/connect_queue#id ConnectQueue#id}.
      String getInstanceId()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/connect_queue#instance_id ConnectQueue#instance_id}.
      com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()  
      Number getMaxContacts()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/connect_queue#max_contacts ConnectQueue#max_contacts}.
      String getName()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/connect_queue#name ConnectQueue#name}.
      ConnectQueueOutboundCallerConfig getOutboundCallerConfig()
      outbound_caller_config block.
      com.hashicorp.cdktf.TerraformProvider getProvider()  
      List<Object> getProvisioners()  
      List<String> getQuickConnectIds()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/connect_queue#quick_connect_ids ConnectQueue#quick_connect_ids}.
      String getStatus()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/connect_queue#status ConnectQueue#status}.
      Map<String,​String> getTags()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/connect_queue#tags ConnectQueue#tags}.
      Map<String,​String> getTagsAll()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/connect_queue#tags_all ConnectQueue#tags_all}.
      int hashCode()  
      • Methods inherited from class software.amazon.jsii.JsiiObject

        jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
        Constructor that initializes the object based on values retrieved from the JsiiObject.
        Parameters:
        objRef - Reference to the JSII managed object.
    • Method Detail

      • getHoursOfOperationId

        public final String getHoursOfOperationId()
        Description copied from interface: ConnectQueueConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/connect_queue#hours_of_operation_id ConnectQueue#hours_of_operation_id}.
        Specified by:
        getHoursOfOperationId in interface ConnectQueueConfig
      • getInstanceId

        public final String getInstanceId()
        Description copied from interface: ConnectQueueConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/connect_queue#instance_id ConnectQueue#instance_id}.
        Specified by:
        getInstanceId in interface ConnectQueueConfig
      • getName

        public final String getName()
        Description copied from interface: ConnectQueueConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/connect_queue#name ConnectQueue#name}.
        Specified by:
        getName in interface ConnectQueueConfig
      • getDescription

        public final String getDescription()
        Description copied from interface: ConnectQueueConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/connect_queue#description ConnectQueue#description}.
        Specified by:
        getDescription in interface ConnectQueueConfig
      • getId

        public final String getId()
        Description copied from interface: ConnectQueueConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/connect_queue#id ConnectQueue#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.

        Specified by:
        getId in interface ConnectQueueConfig
      • getMaxContacts

        public final Number getMaxContacts()
        Description copied from interface: ConnectQueueConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/connect_queue#max_contacts ConnectQueue#max_contacts}.
        Specified by:
        getMaxContacts in interface ConnectQueueConfig
      • getQuickConnectIds

        public final List<String> getQuickConnectIds()
        Description copied from interface: ConnectQueueConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/connect_queue#quick_connect_ids ConnectQueue#quick_connect_ids}.
        Specified by:
        getQuickConnectIds in interface ConnectQueueConfig
      • getStatus

        public final String getStatus()
        Description copied from interface: ConnectQueueConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/connect_queue#status ConnectQueue#status}.
        Specified by:
        getStatus in interface ConnectQueueConfig
      • getTags

        public final Map<String,​String> getTags()
        Description copied from interface: ConnectQueueConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/connect_queue#tags ConnectQueue#tags}.
        Specified by:
        getTags in interface ConnectQueueConfig
      • getTagsAll

        public final Map<String,​String> getTagsAll()
        Description copied from interface: ConnectQueueConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/connect_queue#tags_all ConnectQueue#tags_all}.
        Specified by:
        getTagsAll in interface ConnectQueueConfig
      • getConnection

        public final Object getConnection()
        Specified by:
        getConnection in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getCount

        public final Object getCount()
        Specified by:
        getCount in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getDependsOn

        public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
        Specified by:
        getDependsOn in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getForEach

        public final com.hashicorp.cdktf.ITerraformIterator getForEach()
        Specified by:
        getForEach in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getLifecycle

        public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
        Specified by:
        getLifecycle in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getProvider

        public final com.hashicorp.cdktf.TerraformProvider getProvider()
        Specified by:
        getProvider in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getProvisioners

        public final List<Object> getProvisioners()
        Specified by:
        getProvisioners in interface com.hashicorp.cdktf.TerraformMetaArguments
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object