CfnDynamicReferenceProps¶
-
class
aws_cdk.core.
CfnDynamicReferenceProps
(*, reference_key, service)¶ Bases:
object
Properties for a Dynamic Reference.
- Parameters
reference_key (
str
) – The reference key of the dynamic reference.service (
CfnDynamicReferenceService
) – The service to retrieve the dynamic reference from.
- ExampleMetadata
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.core as cdk cfn_dynamic_reference_props = cdk.CfnDynamicReferenceProps( reference_key="referenceKey", service=cdk.CfnDynamicReferenceService.SSM )
Attributes
-
reference_key
¶ The reference key of the dynamic reference.
- Return type
str
-
service
¶ The service to retrieve the dynamic reference from.
- Return type