Show / Hide Table of Contents

Interface ICfnDynamicReferenceProps

Properties for a Dynamic Reference.

Namespace: Amazon.CDK
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnDynamicReferenceProps
Syntax (vb)
Public Interface ICfnDynamicReferenceProps
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;

            var cfnDynamicReferenceProps = new CfnDynamicReferenceProps {
                ReferenceKey = "referenceKey",
                Service = CfnDynamicReferenceService.SSM
            };

Synopsis

Properties

ReferenceKey

The reference key of the dynamic reference.

Service

The service to retrieve the dynamic reference from.

Properties

ReferenceKey

The reference key of the dynamic reference.

string ReferenceKey { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Service

The service to retrieve the dynamic reference from.

CfnDynamicReferenceService Service { get; }
Property Value

CfnDynamicReferenceService

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX