Class ConnectInstance

  • 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:51.219Z")
    @Stability(Stable)
    public class ConnectInstance
    extends com.hashicorp.cdktf.TerraformResource
    Represents a {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/connect_instance aws_connect_instance}.
    • Field Detail

      • TF_RESOURCE_TYPE

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

      • ConnectInstance

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

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

        @Stability(Stable)
        public ConnectInstance​(@NotNull
                               software.constructs.Construct scope,
                               @NotNull
                               String id,
                               @NotNull
                               ConnectInstanceConfig config)
        Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/connect_instance aws_connect_instance} Resource.

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

      • putTimeouts

        @Stability(Stable)
        public void putTimeouts​(@NotNull
                                ConnectInstanceTimeouts value)
        Parameters:
        value - This parameter is required.
      • resetAutoResolveBestVoicesEnabled

        @Stability(Stable)
        public void resetAutoResolveBestVoicesEnabled()
      • resetContactFlowLogsEnabled

        @Stability(Stable)
        public void resetContactFlowLogsEnabled()
      • resetContactLensEnabled

        @Stability(Stable)
        public void resetContactLensEnabled()
      • resetDirectoryId

        @Stability(Stable)
        public void resetDirectoryId()
      • resetEarlyMediaEnabled

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

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

        @Stability(Stable)
        public void resetInstanceAlias()
      • resetMultiPartyConferenceEnabled

        @Stability(Stable)
        public void resetMultiPartyConferenceEnabled()
      • resetTimeouts

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

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

        @Stability(Stable)
        @NotNull
        public String getArn()
      • getCreatedTime

        @Stability(Stable)
        @NotNull
        public String getCreatedTime()
      • getServiceRole

        @Stability(Stable)
        @NotNull
        public String getServiceRole()
      • getStatus

        @Stability(Stable)
        @NotNull
        public String getStatus()
      • getAutoResolveBestVoicesEnabledInput

        @Stability(Stable)
        @Nullable
        public Object getAutoResolveBestVoicesEnabledInput()
      • getContactFlowLogsEnabledInput

        @Stability(Stable)
        @Nullable
        public Object getContactFlowLogsEnabledInput()
      • getContactLensEnabledInput

        @Stability(Stable)
        @Nullable
        public Object getContactLensEnabledInput()
      • getDirectoryIdInput

        @Stability(Stable)
        @Nullable
        public String getDirectoryIdInput()
      • getEarlyMediaEnabledInput

        @Stability(Stable)
        @Nullable
        public Object getEarlyMediaEnabledInput()
      • getIdentityManagementTypeInput

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

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

        @Stability(Stable)
        @Nullable
        public Object getInboundCallsEnabledInput()
      • getInstanceAliasInput

        @Stability(Stable)
        @Nullable
        public String getInstanceAliasInput()
      • getMultiPartyConferenceEnabledInput

        @Stability(Stable)
        @Nullable
        public Object getMultiPartyConferenceEnabledInput()
      • getOutboundCallsEnabledInput

        @Stability(Stable)
        @Nullable
        public Object getOutboundCallsEnabledInput()
      • getTimeoutsInput

        @Stability(Stable)
        @Nullable
        public Object getTimeoutsInput()
      • getAutoResolveBestVoicesEnabled

        @Stability(Stable)
        @NotNull
        public Object getAutoResolveBestVoicesEnabled()
      • setAutoResolveBestVoicesEnabled

        @Stability(Stable)
        public void setAutoResolveBestVoicesEnabled​(@NotNull
                                                    Boolean value)
      • setAutoResolveBestVoicesEnabled

        @Stability(Stable)
        public void setAutoResolveBestVoicesEnabled​(@NotNull
                                                    com.hashicorp.cdktf.IResolvable value)
      • getContactFlowLogsEnabled

        @Stability(Stable)
        @NotNull
        public Object getContactFlowLogsEnabled()
      • setContactFlowLogsEnabled

        @Stability(Stable)
        public void setContactFlowLogsEnabled​(@NotNull
                                              Boolean value)
      • setContactFlowLogsEnabled

        @Stability(Stable)
        public void setContactFlowLogsEnabled​(@NotNull
                                              com.hashicorp.cdktf.IResolvable value)
      • getContactLensEnabled

        @Stability(Stable)
        @NotNull
        public Object getContactLensEnabled()
      • setContactLensEnabled

        @Stability(Stable)
        public void setContactLensEnabled​(@NotNull
                                          Boolean value)
      • setContactLensEnabled

        @Stability(Stable)
        public void setContactLensEnabled​(@NotNull
                                          com.hashicorp.cdktf.IResolvable value)
      • getDirectoryId

        @Stability(Stable)
        @NotNull
        public String getDirectoryId()
      • setDirectoryId

        @Stability(Stable)
        public void setDirectoryId​(@NotNull
                                   String value)
      • getEarlyMediaEnabled

        @Stability(Stable)
        @NotNull
        public Object getEarlyMediaEnabled()
      • setEarlyMediaEnabled

        @Stability(Stable)
        public void setEarlyMediaEnabled​(@NotNull
                                         Boolean value)
      • setEarlyMediaEnabled

        @Stability(Stable)
        public void setEarlyMediaEnabled​(@NotNull
                                         com.hashicorp.cdktf.IResolvable value)
      • getId

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

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

        @Stability(Stable)
        @NotNull
        public String getIdentityManagementType()
      • setIdentityManagementType

        @Stability(Stable)
        public void setIdentityManagementType​(@NotNull
                                              String value)
      • getInboundCallsEnabled

        @Stability(Stable)
        @NotNull
        public Object getInboundCallsEnabled()
      • setInboundCallsEnabled

        @Stability(Stable)
        public void setInboundCallsEnabled​(@NotNull
                                           Boolean value)
      • setInboundCallsEnabled

        @Stability(Stable)
        public void setInboundCallsEnabled​(@NotNull
                                           com.hashicorp.cdktf.IResolvable value)
      • getInstanceAlias

        @Stability(Stable)
        @NotNull
        public String getInstanceAlias()
      • setInstanceAlias

        @Stability(Stable)
        public void setInstanceAlias​(@NotNull
                                     String value)
      • getMultiPartyConferenceEnabled

        @Stability(Stable)
        @NotNull
        public Object getMultiPartyConferenceEnabled()
      • setMultiPartyConferenceEnabled

        @Stability(Stable)
        public void setMultiPartyConferenceEnabled​(@NotNull
                                                   Boolean value)
      • setMultiPartyConferenceEnabled

        @Stability(Stable)
        public void setMultiPartyConferenceEnabled​(@NotNull
                                                   com.hashicorp.cdktf.IResolvable value)
      • getOutboundCallsEnabled

        @Stability(Stable)
        @NotNull
        public Object getOutboundCallsEnabled()
      • setOutboundCallsEnabled

        @Stability(Stable)
        public void setOutboundCallsEnabled​(@NotNull
                                            Boolean value)
      • setOutboundCallsEnabled

        @Stability(Stable)
        public void setOutboundCallsEnabled​(@NotNull
                                            com.hashicorp.cdktf.IResolvable value)