Class CfnDynamicReferenceProps
Properties for a Dynamic Reference.
public class CfnDynamicReferenceProps : ICfnDynamicReferenceProps
- Inheritance
-
CfnDynamicReferenceProps
- Implements
- Inherited Members
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
};
Remarks
ExampleMetadata: fixture=_generated
Constructors
CfnDynamicReferenceProps()
public CfnDynamicReferenceProps()
Properties
ReferenceKey
The reference key of the dynamic reference.
public string ReferenceKey { get; set; }
Property Value
Service
The service to retrieve the dynamic reference from.
public CfnDynamicReferenceService Service { get; set; }