Show / Hide Table of Contents

Class CfnDynamicReferenceProps

Properties for a Dynamic Reference.

Inheritance
System.Object
CfnDynamicReferenceProps
Implements
ICfnDynamicReferenceProps
Namespace: Amazon.CDK
Assembly: Amazon.CDK.dll
Syntax (csharp)
public class CfnDynamicReferenceProps : Object, ICfnDynamicReferenceProps
Syntax (vb)
Public Class CfnDynamicReferenceProps
    Inherits Object
    Implements 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;
CfnDynamicReferenceProps cfnDynamicReferenceProps = new CfnDynamicReferenceProps {
    ReferenceKey = "referenceKey",
    Service = CfnDynamicReferenceService.SSM
};

Synopsis

Constructors

CfnDynamicReferenceProps()

Properties

ReferenceKey

The reference key of the dynamic reference.

Service

The service to retrieve the dynamic reference from.

Constructors

CfnDynamicReferenceProps()

public CfnDynamicReferenceProps()

Properties

ReferenceKey

The reference key of the dynamic reference.

public string ReferenceKey { get; set; }
Property Value

System.String

Service

The service to retrieve the dynamic reference from.

public CfnDynamicReferenceService Service { get; set; }
Property Value

CfnDynamicReferenceService

Implements

ICfnDynamicReferenceProps
Back to top Generated by DocFX