Class CfnBrokerProps.Jsii$Proxy
- All Implemented Interfaces:
CfnBrokerProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBrokerProps
CfnBrokerProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.amazonmq.CfnBrokerProps
CfnBrokerProps.Builder, CfnBrokerProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnBrokerProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnBrokerProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringOptional.final ObjectEnables automatic upgrades to new patch versions for brokers as new versions are released and supported by Amazon MQ.final StringRequired.final ObjectA list of information about the configuration.final StringDefines whether this broker is a part of a data replication pair.final StringThe Amazon Resource Name (ARN) of the primary broker that is used to replicate data from in a data replication pair, and is applied to the replica broker.final StringRequired.final ObjectEncryption options for the broker.final StringRequired.final StringThe broker engine version.final StringRequired.final ObjectOptional.final ObjectgetLogs()Enables Amazon CloudWatch logging for brokers.final ObjectThe parameters that determine the WeeklyStartTime.final ObjectEnables connections from applications outside of the VPC that hosts the broker's subnets.The list of rules (1 minimum, 125 maximum) that authorize connections to brokers.final StringThe broker's storage type.The list of groups that define which subnets and IP ranges the broker can use from different Availability Zones.final List<CfnBroker.TagsEntryProperty> getTags()Create tags when creating the broker.final ObjectgetUsers()The list of broker users (persons or applications) who can access queues and topics.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
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.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnBrokerProps.Builder.
-
-
Method Details
-
getBrokerName
Description copied from interface:CfnBrokerPropsRequired.The broker's name. This value must be unique in your AWS account , 1-50 characters long, must contain only letters, numbers, dashes, and underscores, and must not contain white spaces, brackets, wildcard characters, or special characters.
Do not add personally identifiable information (PII) or other confidential or sensitive information in broker names. Broker names are accessible to other AWS services, including CloudWatch Logs . Broker names are not intended to be used for private or sensitive data.
- Specified by:
getBrokerNamein interfaceCfnBrokerProps- See Also:
-
getDeploymentMode
Description copied from interface:CfnBrokerPropsRequired.The broker's deployment mode.
- Specified by:
getDeploymentModein interfaceCfnBrokerProps- See Also:
-
getEngineType
Description copied from interface:CfnBrokerPropsRequired.The type of broker engine. Currently, Amazon MQ supports
ACTIVEMQandRABBITMQ.- Specified by:
getEngineTypein interfaceCfnBrokerProps- See Also:
-
getHostInstanceType
Description copied from interface:CfnBrokerPropsRequired.The broker's instance type.
- Specified by:
getHostInstanceTypein interfaceCfnBrokerProps- See Also:
-
getPubliclyAccessible
Description copied from interface:CfnBrokerPropsEnables connections from applications outside of the VPC that hosts the broker's subnets.Set to
falseby default, if no value is provided.Returns union: either
BooleanorIResolvable- Specified by:
getPubliclyAccessiblein interfaceCfnBrokerProps- See Also:
-
getAuthenticationStrategy
Description copied from interface:CfnBrokerPropsOptional.The authentication strategy used to secure the broker. The default is
SIMPLE.- Specified by:
getAuthenticationStrategyin interfaceCfnBrokerProps- See Also:
-
getAutoMinorVersionUpgrade
Description copied from interface:CfnBrokerPropsEnables automatic upgrades to new patch versions for brokers as new versions are released and supported by Amazon MQ.Automatic upgrades occur during the scheduled maintenance window or after a manual broker reboot. Set to
trueby default, if no value is specified.Must be set to
truefor ActiveMQ brokers version 5.18 and above and for RabbitMQ brokers version 3.13 and above.Returns union: either
BooleanorIResolvable- Specified by:
getAutoMinorVersionUpgradein interfaceCfnBrokerProps- See Also:
-
getConfiguration
Description copied from interface:CfnBrokerPropsA list of information about the configuration.Returns union: either
IResolvableorCfnBroker.ConfigurationIdProperty- Specified by:
getConfigurationin interfaceCfnBrokerProps- See Also:
-
getDataReplicationMode
Description copied from interface:CfnBrokerPropsDefines whether this broker is a part of a data replication pair.- Specified by:
getDataReplicationModein interfaceCfnBrokerProps- See Also:
-
getDataReplicationPrimaryBrokerArn
Description copied from interface:CfnBrokerPropsThe Amazon Resource Name (ARN) of the primary broker that is used to replicate data from in a data replication pair, and is applied to the replica broker.Must be set when dataReplicationMode is set to CRDR.
- Specified by:
getDataReplicationPrimaryBrokerArnin interfaceCfnBrokerProps- See Also:
-
getEncryptionOptions
Description copied from interface:CfnBrokerPropsEncryption options for the broker.Returns union: either
IResolvableorCfnBroker.EncryptionOptionsProperty- Specified by:
getEncryptionOptionsin interfaceCfnBrokerProps- See Also:
-
getEngineVersion
Description copied from interface:CfnBrokerPropsThe broker engine version.Defaults to the latest available version for the specified broker engine type. For more information, see the ActiveMQ version management and the RabbitMQ version management sections in the Amazon MQ Developer Guide.
- Specified by:
getEngineVersionin interfaceCfnBrokerProps- See Also:
-
getLdapServerMetadata
Description copied from interface:CfnBrokerPropsOptional.The metadata of the LDAP server used to authenticate and authorize connections to the broker. Does not apply to RabbitMQ brokers.
Returns union: either
IResolvableorCfnBroker.LdapServerMetadataProperty- Specified by:
getLdapServerMetadatain interfaceCfnBrokerProps- See Also:
-
getLogs
Description copied from interface:CfnBrokerPropsEnables Amazon CloudWatch logging for brokers.Returns union: either
IResolvableorCfnBroker.LogListProperty- Specified by:
getLogsin interfaceCfnBrokerProps- See Also:
-
getMaintenanceWindowStartTime
Description copied from interface:CfnBrokerPropsThe parameters that determine the WeeklyStartTime.Returns union: either
IResolvableorCfnBroker.MaintenanceWindowProperty- Specified by:
getMaintenanceWindowStartTimein interfaceCfnBrokerProps- See Also:
-
getSecurityGroups
Description copied from interface:CfnBrokerPropsThe list of rules (1 minimum, 125 maximum) that authorize connections to brokers.- Specified by:
getSecurityGroupsin interfaceCfnBrokerProps- See Also:
-
getStorageType
Description copied from interface:CfnBrokerPropsThe broker's storage type.- Specified by:
getStorageTypein interfaceCfnBrokerProps- See Also:
-
getSubnetIds
Description copied from interface:CfnBrokerPropsThe list of groups that define which subnets and IP ranges the broker can use from different Availability Zones.If you specify more than one subnet, the subnets must be in different Availability Zones. Amazon MQ will not be able to create VPC endpoints for your broker with multiple subnets in the same Availability Zone. A SINGLE_INSTANCE deployment requires one subnet (for example, the default subnet). An ACTIVE_STANDBY_MULTI_AZ Amazon MQ for ActiveMQ deployment requires two subnets. A CLUSTER_MULTI_AZ Amazon MQ for RabbitMQ deployment has no subnet requirements when deployed with public accessibility. Deployment without public accessibility requires at least one subnet.
If you specify subnets in a shared VPC for a RabbitMQ broker, the associated VPC to which the specified subnets belong must be owned by your AWS account . Amazon MQ will not be able to create VPC endpoints in VPCs that are not owned by your AWS account .
- Specified by:
getSubnetIdsin interfaceCfnBrokerProps- See Also:
-
getTags
Description copied from interface:CfnBrokerPropsCreate tags when creating the broker.- Specified by:
getTagsin interfaceCfnBrokerProps- See Also:
-
getUsers
Description copied from interface:CfnBrokerPropsThe list of broker users (persons or applications) who can access queues and topics.For Amazon MQ for RabbitMQ brokers, one and only one administrative user is accepted and created when a broker is first provisioned. All subsequent broker users are created by making RabbitMQ API calls directly to brokers or via the RabbitMQ web console.
When OAuth 2.0 is enabled, the broker accepts one or no users.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnBroker.UserProperty>- Specified by:
getUsersin interfaceCfnBrokerProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-