Interface ICfnDynamicReferenceProps
Properties for a Dynamic Reference.
public interface ICfnDynamicReferenceProps
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
Properties
ReferenceKey
The reference key of the dynamic reference.
string ReferenceKey { get; }
Property Value
Service
The service to retrieve the dynamic reference from.
CfnDynamicReferenceService Service { get; }