Show / Hide Table of Contents

Interface IMacroReference

A reference to a Macro resource.

Namespace: Amazon.CDK.Interfaces.CloudFormation
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IMacroReference
Syntax (vb)
Public Interface IMacroReference
Remarks

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.Interfaces.CloudFormation;

            var macroReference = new MacroReference {
                MacroId = "macroId"
            };

Synopsis

Properties

MacroId

The Id of the Macro resource.

Properties

MacroId

The Id of the Macro resource.

string MacroId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX