Stratosphere.AmazonMQ.Broker
module Stratosphere.AmazonMQ.Broker.ConfigurationIdProperty
module Stratosphere.AmazonMQ.Broker.EncryptionOptionsProperty
module Stratosphere.AmazonMQ.Broker.LdapServerMetadataProperty
module Stratosphere.AmazonMQ.Broker.LogListProperty
module Stratosphere.AmazonMQ.Broker.MaintenanceWindowProperty
module Stratosphere.AmazonMQ.Broker.TagsEntryProperty
module Stratosphere.AmazonMQ.Broker.UserProperty
data Broker Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-authenticationstrategy
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-autominorversionupgrade
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-brokername
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-configuration
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-datareplicationmode
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-datareplicationprimarybrokerarn
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-deploymentmode
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-encryptionoptions
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-enginetype
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-engineversion
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-hostinstancetype
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-ldapservermetadata
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-logs
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-maintenancewindowstarttime
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-publiclyaccessible
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-securitygroups
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-storagetype
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-subnetids
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-tags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-users
Defined in Stratosphere.AmazonMQ.Broker
Methods
toJSON :: Broker -> Value #
toEncoding :: Broker -> Encoding #
toJSONList :: [Broker] -> Value #
toEncodingList :: [Broker] -> Encoding #
omitField :: Broker -> Bool #
showsPrec :: Int -> Broker -> ShowS #
show :: Broker -> String #
showList :: [Broker] -> ShowS #
(==) :: Broker -> Broker -> Bool #
(/=) :: Broker -> Broker -> Bool #
toResourceProperties :: Broker -> ResourceProperties #
Associated Types
set :: PropertyType "AuthenticationStrategy" Broker -> Broker -> Broker #
set :: PropertyType "AutoMinorVersionUpgrade" Broker -> Broker -> Broker #
set :: PropertyType "BrokerName" Broker -> Broker -> Broker #
set :: PropertyType "Configuration" Broker -> Broker -> Broker #
set :: PropertyType "DataReplicationMode" Broker -> Broker -> Broker #
set :: PropertyType "DataReplicationPrimaryBrokerArn" Broker -> Broker -> Broker #
set :: PropertyType "DeploymentMode" Broker -> Broker -> Broker #
set :: PropertyType "EncryptionOptions" Broker -> Broker -> Broker #
set :: PropertyType "EngineType" Broker -> Broker -> Broker #
set :: PropertyType "EngineVersion" Broker -> Broker -> Broker #
set :: PropertyType "HostInstanceType" Broker -> Broker -> Broker #
set :: PropertyType "LdapServerMetadata" Broker -> Broker -> Broker #
set :: PropertyType "Logs" Broker -> Broker -> Broker #
set :: PropertyType "MaintenanceWindowStartTime" Broker -> Broker -> Broker #
set :: PropertyType "PubliclyAccessible" Broker -> Broker -> Broker #
set :: PropertyType "SecurityGroups" Broker -> Broker -> Broker #
set :: PropertyType "StorageType" Broker -> Broker -> Broker #
set :: PropertyType "SubnetIds" Broker -> Broker -> Broker #
set :: PropertyType "Tags" Broker -> Broker -> Broker #
set :: PropertyType "Users" Broker -> Broker -> Broker #
mkBroker :: Value Text -> Value Text -> Value Text -> Value Text -> Value Bool -> Broker Source #