Class CfnReviewTemplatePropsMixin
Creates a review template for the Well-Architected Tool.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.WellArchitected
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnReviewTemplatePropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnReviewTemplatePropsMixin Inherits Mixin Implements IMixin
Remarks
CloudformationResource: AWS::WellArchitected::ReviewTemplate
Mixin: true
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.CfnPropertyMixins.AWS.WellArchitected;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnReviewTemplatePropsMixin = new CfnReviewTemplatePropsMixin(new CfnReviewTemplateMixinProps {
Description = "description",
Lenses = new [] { "lenses" },
Notes = "notes",
Tags = new [] { new TagsItemsProperty {
Key = "key",
Value = "value"
} },
TemplateName = "templateName"
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Synopsis
Constructors
| CfnReviewTemplatePropsMixin(ICfnReviewTemplateMixinProps, ICfnPropertyMixinOptions?) | Create a mixin to apply properties to |
Properties
| CFN_PROPERTY_KEYS | Creates a review template for the Well-Architected Tool. |
| Props | Creates a review template for the Well-Architected Tool. |
| Strategy | Creates a review template for the Well-Architected Tool. |
Methods
| ApplyTo(IConstruct) | Apply the mixin properties to the construct. |
| Supports(IConstruct) | Check if this mixin supports the given construct. |
Constructors
CfnReviewTemplatePropsMixin(ICfnReviewTemplateMixinProps, ICfnPropertyMixinOptions?)
Create a mixin to apply properties to AWS::WellArchitected::ReviewTemplate.
public CfnReviewTemplatePropsMixin(ICfnReviewTemplateMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
- props ICfnReviewTemplateMixinProps
L1 properties to apply.
- options ICfnPropertyMixinOptions
Mixin options.
Remarks
CloudformationResource: AWS::WellArchitected::ReviewTemplate
Mixin: true
ExampleMetadata: fixture=_generated
Properties
CFN_PROPERTY_KEYS
Creates a review template for the Well-Architected Tool.
protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value
string[]
Remarks
CloudformationResource: AWS::WellArchitected::ReviewTemplate
Mixin: true
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.CfnPropertyMixins.AWS.WellArchitected;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnReviewTemplatePropsMixin = new CfnReviewTemplatePropsMixin(new CfnReviewTemplateMixinProps {
Description = "description",
Lenses = new [] { "lenses" },
Notes = "notes",
Tags = new [] { new TagsItemsProperty {
Key = "key",
Value = "value"
} },
TemplateName = "templateName"
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Props
Creates a review template for the Well-Architected Tool.
protected virtual ICfnReviewTemplateMixinProps Props { get; }
Property Value
Remarks
CloudformationResource: AWS::WellArchitected::ReviewTemplate
Mixin: true
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.CfnPropertyMixins.AWS.WellArchitected;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnReviewTemplatePropsMixin = new CfnReviewTemplatePropsMixin(new CfnReviewTemplateMixinProps {
Description = "description",
Lenses = new [] { "lenses" },
Notes = "notes",
Tags = new [] { new TagsItemsProperty {
Key = "key",
Value = "value"
} },
TemplateName = "templateName"
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Strategy
Creates a review template for the Well-Architected Tool.
protected virtual IMergeStrategy Strategy { get; }
Property Value
Remarks
CloudformationResource: AWS::WellArchitected::ReviewTemplate
Mixin: true
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.CfnPropertyMixins.AWS.WellArchitected;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnReviewTemplatePropsMixin = new CfnReviewTemplatePropsMixin(new CfnReviewTemplateMixinProps {
Description = "description",
Lenses = new [] { "lenses" },
Notes = "notes",
Tags = new [] { new TagsItemsProperty {
Key = "key",
Value = "value"
} },
TemplateName = "templateName"
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Methods
ApplyTo(IConstruct)
Apply the mixin properties to the construct.
public override void ApplyTo(IConstruct construct)
Parameters
- construct IConstruct
Overrides
Remarks
CloudformationResource: AWS::WellArchitected::ReviewTemplate
Mixin: true
ExampleMetadata: fixture=_generated
Supports(IConstruct)
Check if this mixin supports the given construct.
public override bool Supports(IConstruct construct)
Parameters
- construct IConstruct
Returns
Overrides
Remarks
CloudformationResource: AWS::WellArchitected::ReviewTemplate
Mixin: true
ExampleMetadata: fixture=_generated