Class MqBroker
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.Construct
-
- com.hashicorp.cdktf.TerraformElement
-
- com.hashicorp.cdktf.TerraformResource
-
- com.hashicorp.cdktf.providers.aws.mq_broker.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}.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMqBroker.BuilderA fluent builder forMqBroker.-
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
-
-
Field Summary
Fields Modifier and Type Field Description static StringTF_RESOURCE_TYPE
-
Constructor Summary
Constructors Modifier Constructor Description protectedMqBroker(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedMqBroker(software.amazon.jsii.JsiiObjectRef objRef)MqBroker(software.constructs.Construct scope, String id, MqBrokerConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mq_broker aws_mq_broker} Resource.
-
Method Summary
-
Methods inherited from class com.hashicorp.cdktf.TerraformResource
getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getConnection, getCount, getDependsOn, getForEach, getLifecycle, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getProvider, getProvisioners, getStringAttribute, getStringMapAttribute, getTerraformGeneratorMetadata, getTerraformMetaArguments, getTerraformResourceType, interpolationForAttribute, isTerraformResource, setConnection, setConnection, setCount, setCount, setDependsOn, setForEach, setLifecycle, setProvider, setProvisioners, toMetadata, toTerraform
-
Methods inherited from class com.hashicorp.cdktf.TerraformElement
addOverride, getCdktfStack, getConstructNodeMetadata, getFqn, getFriendlyUniqueId, getRawOverrides, isTerraformElement, overrideLogicalId, resetOverrideLogicalId
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
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:
synthesizeAttributesin classcom.hashicorp.cdktf.TerraformResource
-
getArn
@Stability(Stable) @NotNull public String getArn()
-
getConfiguration
@Stability(Stable) @NotNull public MqBrokerConfigurationOutputReference getConfiguration()
-
getEncryptionOptions
@Stability(Stable) @NotNull public MqBrokerEncryptionOptionsOutputReference getEncryptionOptions()
-
getInstances
@Stability(Stable) @NotNull public MqBrokerInstancesList getInstances()
-
getLdapServerMetadata
@Stability(Stable) @NotNull public MqBrokerLdapServerMetadataOutputReference getLdapServerMetadata()
-
getLogs
@Stability(Stable) @NotNull public MqBrokerLogsOutputReference getLogs()
-
getMaintenanceWindowStartTime
@Stability(Stable) @NotNull public MqBrokerMaintenanceWindowStartTimeOutputReference getMaintenanceWindowStartTime()
-
getTimeouts
@Stability(Stable) @NotNull public MqBrokerTimeoutsOutputReference getTimeouts()
-
getUser
@Stability(Stable) @NotNull public MqBrokerUserList getUser()
-
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()
-
getEncryptionOptionsInput
@Stability(Stable) @Nullable public MqBrokerEncryptionOptions getEncryptionOptionsInput()
-
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()
-
getLdapServerMetadataInput
@Stability(Stable) @Nullable public MqBrokerLdapServerMetadata getLdapServerMetadataInput()
-
getLogsInput
@Stability(Stable) @Nullable public MqBrokerLogs getLogsInput()
-
getMaintenanceWindowStartTimeInput
@Stability(Stable) @Nullable public MqBrokerMaintenanceWindowStartTime getMaintenanceWindowStartTimeInput()
-
getPubliclyAccessibleInput
@Stability(Stable) @Nullable public Object getPubliclyAccessibleInput()
-
getStorageTypeInput
@Stability(Stable) @Nullable public String getStorageTypeInput()
-
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)
-
getStorageType
@Stability(Stable) @NotNull public String getStorageType()
-
setStorageType
@Stability(Stable) public void setStorageType(@NotNull String value)
-
-