Class CfnBrokerProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.amazonmq.CfnBrokerProps.Jsii$Proxy
All Implemented Interfaces:
CfnBrokerProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnBrokerProps

@Stability(Stable) @Internal public static final class CfnBrokerProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnBrokerProps
An implementation for CfnBrokerProps
  • 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

      protected Jsii$Proxy(CfnBrokerProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnBrokerProps.Builder.
  • Method Details

    • getAutoMinorVersionUpgrade

      public final Object getAutoMinorVersionUpgrade()
      Description copied from interface: CfnBrokerProps
      Enables automatic upgrades to new minor versions for brokers, as new broker engine versions are released and supported by Amazon MQ.

      Automatic upgrades occur during the scheduled maintenance window of the broker or after a manual broker reboot.

      Specified by:
      getAutoMinorVersionUpgrade in interface CfnBrokerProps
    • getBrokerName

      public final String getBrokerName()
      Description copied from interface: CfnBrokerProps
      The name of the broker.

      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 C CloudWatch Logs . Broker names are not intended to be used for private or sensitive data.

      Specified by:
      getBrokerName in interface CfnBrokerProps
    • getDeploymentMode

      public final String getDeploymentMode()
      Description copied from interface: CfnBrokerProps
      The deployment mode of the broker. Available values:.

      • SINGLE_INSTANCE
      • ACTIVE_STANDBY_MULTI_AZ
      • CLUSTER_MULTI_AZ
      Specified by:
      getDeploymentMode in interface CfnBrokerProps
    • getEngineType

      public final String getEngineType()
      Description copied from interface: CfnBrokerProps
      The type of broker engine.

      Currently, Amazon MQ supports ACTIVEMQ and RABBITMQ .

      Specified by:
      getEngineType in interface CfnBrokerProps
    • getEngineVersion

      public final String getEngineVersion()
      Description copied from interface: CfnBrokerProps
      The version of the broker engine.

      For a list of supported engine versions, see Engine in the Amazon MQ Developer Guide .

      Specified by:
      getEngineVersion in interface CfnBrokerProps
    • getHostInstanceType

      public final String getHostInstanceType()
      Description copied from interface: CfnBrokerProps
      The broker's instance type.
      Specified by:
      getHostInstanceType in interface CfnBrokerProps
    • getPubliclyAccessible

      public final Object getPubliclyAccessible()
      Description copied from interface: CfnBrokerProps
      Enables connections from applications outside of the VPC that hosts the broker's subnets.
      Specified by:
      getPubliclyAccessible in interface CfnBrokerProps
    • getUsers

      public final Object getUsers()
      Description copied from interface: CfnBrokerProps
      The 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 RabbitMQ users are created by via the RabbitMQ web console or by using the RabbitMQ management API.

      Specified by:
      getUsers in interface CfnBrokerProps
    • getAuthenticationStrategy

      public final String getAuthenticationStrategy()
      Description copied from interface: CfnBrokerProps
      Optional.

      The authentication strategy used to secure the broker. The default is SIMPLE .

      Specified by:
      getAuthenticationStrategy in interface CfnBrokerProps
    • getConfiguration

      public final Object getConfiguration()
      Description copied from interface: CfnBrokerProps
      A list of information about the configuration.

      Does not apply to RabbitMQ brokers.

      Specified by:
      getConfiguration in interface CfnBrokerProps
    • getEncryptionOptions

      public final Object getEncryptionOptions()
      Description copied from interface: CfnBrokerProps
      Encryption options for the broker.

      Does not apply to RabbitMQ brokers.

      Specified by:
      getEncryptionOptions in interface CfnBrokerProps
    • getLdapServerMetadata

      public final Object getLdapServerMetadata()
      Description copied from interface: CfnBrokerProps
      Optional.

      The metadata of the LDAP server used to authenticate and authorize connections to the broker. Does not apply to RabbitMQ brokers.

      Specified by:
      getLdapServerMetadata in interface CfnBrokerProps
    • getLogs

      public final Object getLogs()
      Description copied from interface: CfnBrokerProps
      Enables Amazon CloudWatch logging for brokers.
      Specified by:
      getLogs in interface CfnBrokerProps
    • getMaintenanceWindowStartTime

      public final Object getMaintenanceWindowStartTime()
      Description copied from interface: CfnBrokerProps
      The scheduled time period relative to UTC during which Amazon MQ begins to apply pending updates or patches to the broker.
      Specified by:
      getMaintenanceWindowStartTime in interface CfnBrokerProps
    • getSecurityGroups

      public final List<String> getSecurityGroups()
      Description copied from interface: CfnBrokerProps
      The list of rules (1 minimum, 125 maximum) that authorize connections to brokers.
      Specified by:
      getSecurityGroups in interface CfnBrokerProps
    • getStorageType

      public final String getStorageType()
      Description copied from interface: CfnBrokerProps
      The broker's storage type.
      Specified by:
      getStorageType in interface CfnBrokerProps
    • getSubnetIds

      public final List<String> getSubnetIds()
      Description copied from interface: CfnBrokerProps
      The 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 deployment (ACTIVEMQ) requires two subnets. A CLUSTER_MULTI_AZ deployment (RABBITMQ) 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 enpoints in VPCs that are not owned by your AWS account .

      Specified by:
      getSubnetIds in interface CfnBrokerProps
    • getTags

      public final List<CfnBroker.TagsEntryProperty> getTags()
      Description copied from interface: CfnBrokerProps
      An array of key-value pairs.

      For more information, see Using Cost Allocation Tags in the Billing and Cost Management User Guide .

      Specified by:
      getTags in interface CfnBrokerProps
    • $jsii$toJson

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

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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