Class CfnBrokerProps
Properties for defining a AWS::AmazonMQ::Broker
.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.AmazonMQ
Assembly: Amazon.CDK.AWS.AmazonMQ.dll
Syntax (csharp)
public class CfnBrokerProps : Object, ICfnBrokerProps
Syntax (vb)
Public Class CfnBrokerProps
Inherits Object
Implements ICfnBrokerProps
Remarks
stability: External see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html
Synopsis
Constructors
CfnBrokerProps() |
Properties
AutoMinorVersionUpgrade |
|
BrokerName |
|
Configuration |
|
DeploymentMode |
|
EncryptionOptions |
|
EngineType |
|
EngineVersion |
|
HostInstanceType |
|
Logs |
|
MaintenanceWindowStartTime |
|
PubliclyAccessible |
|
SecurityGroups |
|
SubnetIds |
|
Tags |
|
Users |
|
Constructors
CfnBrokerProps()
public CfnBrokerProps()
Properties
AutoMinorVersionUpgrade
AWS::AmazonMQ::Broker.AutoMinorVersionUpgrade
.
public object AutoMinorVersionUpgrade { get; set; }
Property Value
System.Object
Remarks
BrokerName
AWS::AmazonMQ::Broker.BrokerName
.
public string BrokerName { get; set; }
Property Value
System.String
Remarks
Configuration
AWS::AmazonMQ::Broker.Configuration
.
public object Configuration { get; set; }
Property Value
System.Object
Remarks
DeploymentMode
AWS::AmazonMQ::Broker.DeploymentMode
.
public string DeploymentMode { get; set; }
Property Value
System.String
Remarks
EncryptionOptions
AWS::AmazonMQ::Broker.EncryptionOptions
.
public object EncryptionOptions { get; set; }
Property Value
System.Object
Remarks
EngineType
AWS::AmazonMQ::Broker.EngineType
.
public string EngineType { get; set; }
Property Value
System.String
Remarks
EngineVersion
AWS::AmazonMQ::Broker.EngineVersion
.
public string EngineVersion { get; set; }
Property Value
System.String
Remarks
HostInstanceType
AWS::AmazonMQ::Broker.HostInstanceType
.
public string HostInstanceType { get; set; }
Property Value
System.String
Remarks
Logs
AWS::AmazonMQ::Broker.Logs
.
public object Logs { get; set; }
Property Value
System.Object
Remarks
MaintenanceWindowStartTime
AWS::AmazonMQ::Broker.MaintenanceWindowStartTime
.
public object MaintenanceWindowStartTime { get; set; }
Property Value
System.Object
Remarks
PubliclyAccessible
AWS::AmazonMQ::Broker.PubliclyAccessible
.
public object PubliclyAccessible { get; set; }
Property Value
System.Object
Remarks
SecurityGroups
AWS::AmazonMQ::Broker.SecurityGroups
.
public string[] SecurityGroups { get; set; }
Property Value
System.String[]
Remarks
SubnetIds
AWS::AmazonMQ::Broker.SubnetIds
.
public string[] SubnetIds { get; set; }
Property Value
System.String[]
Remarks
Tags
AWS::AmazonMQ::Broker.Tags
.
public CfnBroker.ITagsEntryProperty[] Tags { get; set; }
Property Value
CfnBroker.ITagsEntryProperty[]
Remarks
Users
AWS::AmazonMQ::Broker.Users
.
public object Users { get; set; }
Property Value
System.Object