Interface ICfnConfigurationProps
Properties for defining a AWS::AmazonMQ::Configuration
.
Namespace: Amazon.CDK.AWS.AmazonMQ
Assembly: Amazon.CDK.AWS.AmazonMQ.dll
Syntax (csharp)
public interface ICfnConfigurationProps
Syntax (vb)
Public Interface ICfnConfigurationProps
Remarks
Synopsis
Properties
Data |
|
Description |
|
EngineType |
|
EngineVersion |
|
Name |
|
Tags |
|
Properties
Data
AWS::AmazonMQ::Configuration.Data
.
string Data { get; }
Property Value
System.String
Remarks
Description
AWS::AmazonMQ::Configuration.Description
.
virtual string Description { get; }
Property Value
System.String
Remarks
EngineType
AWS::AmazonMQ::Configuration.EngineType
.
string EngineType { get; }
Property Value
System.String
Remarks
EngineVersion
AWS::AmazonMQ::Configuration.EngineVersion
.
string EngineVersion { get; }
Property Value
System.String
Remarks
Name
AWS::AmazonMQ::Configuration.Name
.
string Name { get; }
Property Value
System.String
Remarks
Tags
AWS::AmazonMQ::Configuration.Tags
.
virtual CfnConfiguration.ITagsEntryProperty[] Tags { get; }
Property Value
CfnConfiguration.ITagsEntryProperty[]