Class CfnConfiguration
Creates a new configuration for the specified configuration name.
Inherited Members
Namespace: Amazon.CDK.AWS.AmazonMQ
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnConfiguration : CfnResource, IInspectable, ITaggable
Syntax (vb)
Public Class CfnConfiguration
Inherits CfnResource
Implements IInspectable, ITaggable
Remarks
Amazon MQ uses the default configuration (the engine type and version).
Does not apply to RabbitMQ brokers.
CloudformationResource: AWS::AmazonMQ::Configuration
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.AmazonMQ;
var cfnConfiguration = new CfnConfiguration(this, "MyCfnConfiguration", new CfnConfigurationProps {
EngineType = "engineType",
Name = "name",
// the properties below are optional
AuthenticationStrategy = "authenticationStrategy",
Data = "data",
Description = "description",
EngineVersion = "engineVersion",
Tags = new [] { new TagsEntryProperty {
Key = "key",
Value = "value"
} }
});
Synopsis
Constructors
Cfn |
Used by jsii to construct an instance of this class from a Javascript-owned object reference |
Cfn |
Used by jsii to construct an instance of this class from DeputyProps |
Cfn |
Properties
Attr |
The Amazon Resource Name (ARN) of the Amazon MQ configuration. |
Attr |
The ID of the Amazon MQ configuration. |
Attr |
The revision number of the configuration. |
Authentication |
Optional. |
CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
Cfn |
|
Data | The base64-encoded XML configuration. |
Description | The description of the configuration. |
Engine |
The type of broker engine. |
Engine |
The version of the broker engine. |
Name | The name of the configuration. |
Tags | Tag Manager which manages the tags for this resource. |
Tags |
Create tags when creating the configuration. |
Methods
Inspect(Tree |
Examines the CloudFormation resource and discloses attributes. |
RenderProperties(IDictionary<String, Object>) |
Constructors
CfnConfiguration(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected CfnConfiguration(ByRefValue reference)
Parameters
- reference Amazon.
JSII. Runtime. Deputy. By Ref Value The Javascript-owned object reference
CfnConfiguration(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected CfnConfiguration(DeputyBase.DeputyProps props)
Parameters
- props Amazon.
JSII. Runtime. Deputy. Deputy Base. Deputy Props The deputy props
CfnConfiguration(Construct, String, ICfnConfigurationProps)
public CfnConfiguration(Construct scope, string id, ICfnConfigurationProps props)
Parameters
- scope Constructs.
Construct Scope in which this resource is defined.
- id System.
String Construct identifier for this resource (unique in its scope).
- props ICfn
Configuration Props Resource properties.
Properties
AttrArn
The Amazon Resource Name (ARN) of the Amazon MQ configuration.
public virtual string AttrArn { get; }
Property Value
System.
Remarks
arn:aws:mq:us-east-2:123456789012:configuration:MyConfigurationDevelopment:c-1234a5b6-78cd-901e-2fgh-3i45j6k178l9
CloudformationAttribute: Arn
AttrId
The ID of the Amazon MQ configuration.
public virtual string AttrId { get; }
Property Value
System.
Remarks
c-1234a5b6-78cd-901e-2fgh-3i45j6k178l9
CloudformationAttribute: Id
AttrRevision
The revision number of the configuration.
public virtual double AttrRevision { get; }
Property Value
System.
Remarks
1
CloudformationAttribute: Revision
AuthenticationStrategy
Optional.
public virtual string AuthenticationStrategy { get; set; }
Property Value
System.
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
System.
CfnProperties
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
System.
Overrides
Data
The base64-encoded XML configuration.
public virtual string Data { get; set; }
Property Value
System.
Description
The description of the configuration.
public virtual string Description { get; set; }
Property Value
System.
EngineType
The type of broker engine.
public virtual string EngineType { get; set; }
Property Value
System.
EngineVersion
The version of the broker engine.
public virtual string EngineVersion { get; set; }
Property Value
System.
Name
The name of the configuration.
public virtual string Name { get; set; }
Property Value
System.
Tags
Tag Manager which manages the tags for this resource.
public virtual TagManager Tags { get; }
Property Value
TagsRaw
Create tags when creating the configuration.
public virtual CfnConfiguration.ITagsEntryProperty[] TagsRaw { get; set; }
Property Value
Cfn
Methods
Inspect(TreeInspector)
Examines the CloudFormation resource and discloses attributes.
public virtual void Inspect(TreeInspector inspector)
Parameters
- inspector Tree
Inspector tree inspector to collect and process attributes.
RenderProperties(IDictionary<String, Object>)
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props System.
Collections. <System.Generic. IDictionary String , System.Object >
Returns
System.