Uses of Enum
software.amazon.awscdk.ReferenceStrength
Packages that use ReferenceStrength
-
Uses of ReferenceStrength in software.amazon.awscdk
Methods in software.amazon.awscdk that return ReferenceStrengthModifier and TypeMethodDescriptionstatic ReferenceStrengthReturns the enum constant of this type with the specified name.static ReferenceStrength[]ReferenceStrength.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 ReferenceStrengthModifier and TypeMethodDescriptionvoidCfnResource.applyCrossStackReferenceStrength(ReferenceStrength strength) Sets the cross-stack reference strength for this resource.voidResource.applyCrossStackReferenceStrength(ReferenceStrength strength) Override the cross-stack reference strength for this resource.voidCrossStackReferences.consume(ReferenceStrength strength) Set the default reference strength used when this scope consumes references from other stacks.Stack.consumeListReference(List<String> value, ReferenceStrength strength) Override the reference strength for a specific cross-stack string list reference.static StringStack.consumeReference(String value, ReferenceStrength strength) Override the reference strength for a specific cross-stack reference value.voidCrossStackReferences.produce(ReferenceStrength strength) Set how this resource is referenced when consumed from another stack.