Uses of Enum
software.amazon.awscdk.CfnDynamicReferenceService
Packages that use CfnDynamicReferenceService
-
Uses of CfnDynamicReferenceService in software.amazon.awscdk
Methods in software.amazon.awscdk that return CfnDynamicReferenceServiceModifier and TypeMethodDescriptionCfnDynamicReferenceProps.getService()
The service to retrieve the dynamic reference from.CfnDynamicReferenceProps.Jsii$Proxy.getService()
static CfnDynamicReferenceService
Returns the enum constant of this type with the specified name.static CfnDynamicReferenceService[]
CfnDynamicReferenceService.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk with parameters of type CfnDynamicReferenceServiceModifier and TypeMethodDescriptionCfnDynamicReferenceProps.Builder.service
(CfnDynamicReferenceService service) Sets the value ofCfnDynamicReferenceProps.getService()
Constructors in software.amazon.awscdk with parameters of type CfnDynamicReferenceServiceModifierConstructorDescriptionCfnDynamicReference
(CfnDynamicReferenceService service, String key)