Class MqBroker

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

      • TF_RESOURCE_TYPE

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

      • MqBroker

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

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

        @Stability(Stable)
        public MqBroker​(@NotNull
                        software.constructs.Construct scope,
                        @NotNull
                        String id,
                        @NotNull
                        MqBrokerConfig config)
        Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mq_broker aws_mq_broker} 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

      • putConfiguration

        @Stability(Stable)
        public void putConfiguration​(@NotNull
                                     MqBrokerConfiguration value)
        Parameters:
        value - This parameter is required.
      • putEncryptionOptions

        @Stability(Stable)
        public void putEncryptionOptions​(@NotNull
                                         MqBrokerEncryptionOptions value)
        Parameters:
        value - This parameter is required.
      • putLdapServerMetadata

        @Stability(Stable)
        public void putLdapServerMetadata​(@NotNull
                                          MqBrokerLdapServerMetadata value)
        Parameters:
        value - This parameter is required.
      • putLogs

        @Stability(Stable)
        public void putLogs​(@NotNull
                            MqBrokerLogs value)
        Parameters:
        value - This parameter is required.
      • putMaintenanceWindowStartTime

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

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

        @Stability(Stable)
        public void putUser​(@NotNull
                            Object value)
        Parameters:
        value - This parameter is required.
      • resetApplyImmediately

        @Stability(Stable)
        public void resetApplyImmediately()
      • resetAuthenticationStrategy

        @Stability(Stable)
        public void resetAuthenticationStrategy()
      • resetAutoMinorVersionUpgrade

        @Stability(Stable)
        public void resetAutoMinorVersionUpgrade()
      • resetConfiguration

        @Stability(Stable)
        public void resetConfiguration()
      • resetDeploymentMode

        @Stability(Stable)
        public void resetDeploymentMode()
      • resetEncryptionOptions

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

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

        @Stability(Stable)
        public void resetLdapServerMetadata()
      • resetLogs

        @Stability(Stable)
        public void resetLogs()
      • resetMaintenanceWindowStartTime

        @Stability(Stable)
        public void resetMaintenanceWindowStartTime()
      • resetPubliclyAccessible

        @Stability(Stable)
        public void resetPubliclyAccessible()
      • resetSecurityGroups

        @Stability(Stable)
        public void resetSecurityGroups()
      • resetStorageType

        @Stability(Stable)
        public void resetStorageType()
      • resetSubnetIds

        @Stability(Stable)
        public void resetSubnetIds()
      • resetTags

        @Stability(Stable)
        public void resetTags()
      • resetTagsAll

        @Stability(Stable)
        public void resetTagsAll()
      • 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()
      • getApplyImmediatelyInput

        @Stability(Stable)
        @Nullable
        public Object getApplyImmediatelyInput()
      • getAuthenticationStrategyInput

        @Stability(Stable)
        @Nullable
        public String getAuthenticationStrategyInput()
      • getAutoMinorVersionUpgradeInput

        @Stability(Stable)
        @Nullable
        public Object getAutoMinorVersionUpgradeInput()
      • getBrokerNameInput

        @Stability(Stable)
        @Nullable
        public String getBrokerNameInput()
      • getConfigurationInput

        @Stability(Stable)
        @Nullable
        public MqBrokerConfiguration getConfigurationInput()
      • getDeploymentModeInput

        @Stability(Stable)
        @Nullable
        public String getDeploymentModeInput()
      • getEngineTypeInput

        @Stability(Stable)
        @Nullable
        public String getEngineTypeInput()
      • getEngineVersionInput

        @Stability(Stable)
        @Nullable
        public String getEngineVersionInput()
      • getHostInstanceTypeInput

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

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

        @Stability(Stable)
        @Nullable
        public MqBrokerLogs getLogsInput()
      • getPubliclyAccessibleInput

        @Stability(Stable)
        @Nullable
        public Object getPubliclyAccessibleInput()
      • getSecurityGroupsInput

        @Stability(Stable)
        @Nullable
        public List<String> getSecurityGroupsInput()
      • getStorageTypeInput

        @Stability(Stable)
        @Nullable
        public String getStorageTypeInput()
      • getSubnetIdsInput

        @Stability(Stable)
        @Nullable
        public List<String> getSubnetIdsInput()
      • getTagsAllInput

        @Stability(Stable)
        @Nullable
        public Map<String,​String> getTagsAllInput()
      • getTagsInput

        @Stability(Stable)
        @Nullable
        public Map<String,​String> getTagsInput()
      • getTimeoutsInput

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

        @Stability(Stable)
        @Nullable
        public Object getUserInput()
      • getApplyImmediately

        @Stability(Stable)
        @NotNull
        public Object getApplyImmediately()
      • setApplyImmediately

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

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

        @Stability(Stable)
        @NotNull
        public String getAuthenticationStrategy()
      • setAuthenticationStrategy

        @Stability(Stable)
        public void setAuthenticationStrategy​(@NotNull
                                              String value)
      • getAutoMinorVersionUpgrade

        @Stability(Stable)
        @NotNull
        public Object getAutoMinorVersionUpgrade()
      • setAutoMinorVersionUpgrade

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

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

        @Stability(Stable)
        @NotNull
        public String getBrokerName()
      • setBrokerName

        @Stability(Stable)
        public void setBrokerName​(@NotNull
                                  String value)
      • getDeploymentMode

        @Stability(Stable)
        @NotNull
        public String getDeploymentMode()
      • setDeploymentMode

        @Stability(Stable)
        public void setDeploymentMode​(@NotNull
                                      String value)
      • getEngineType

        @Stability(Stable)
        @NotNull
        public String getEngineType()
      • setEngineType

        @Stability(Stable)
        public void setEngineType​(@NotNull
                                  String value)
      • getEngineVersion

        @Stability(Stable)
        @NotNull
        public String getEngineVersion()
      • setEngineVersion

        @Stability(Stable)
        public void setEngineVersion​(@NotNull
                                     String value)
      • getHostInstanceType

        @Stability(Stable)
        @NotNull
        public String getHostInstanceType()
      • setHostInstanceType

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

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

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

        @Stability(Stable)
        @NotNull
        public Object getPubliclyAccessible()
      • setPubliclyAccessible

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

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

        @Stability(Stable)
        @NotNull
        public List<String> getSecurityGroups()
      • setSecurityGroups

        @Stability(Stable)
        public void setSecurityGroups​(@NotNull
                                      List<String> value)
      • getStorageType

        @Stability(Stable)
        @NotNull
        public String getStorageType()
      • setStorageType

        @Stability(Stable)
        public void setStorageType​(@NotNull
                                   String value)
      • getSubnetIds

        @Stability(Stable)
        @NotNull
        public List<String> getSubnetIds()
      • setSubnetIds

        @Stability(Stable)
        public void setSubnetIds​(@NotNull
                                 List<String> value)
      • getTags

        @Stability(Stable)
        @NotNull
        public Map<String,​String> getTags()
      • setTags

        @Stability(Stable)
        public void setTags​(@NotNull
                            Map<String,​String> value)
      • getTagsAll

        @Stability(Stable)
        @NotNull
        public Map<String,​String> getTagsAll()
      • setTagsAll

        @Stability(Stable)
        public void setTagsAll​(@NotNull
                               Map<String,​String> value)