Uses of Enum Class
software.amazon.awscdk.services.secretsmanager.AttachmentTargetType
Packages that use AttachmentTargetType
Package
Description
AWS Secrets Manager Construct Library
-
Uses of AttachmentTargetType in software.amazon.awscdk.services.secretsmanager
Methods in software.amazon.awscdk.services.secretsmanager that return AttachmentTargetTypeModifier and TypeMethodDescriptionSecretAttachmentTargetProps.getTargetType()The type of the target to attach the secret to.final AttachmentTargetTypeSecretAttachmentTargetProps.Jsii$Proxy.getTargetType()static AttachmentTargetTypeReturns the enum constant of this class with the specified name.static AttachmentTargetType[]AttachmentTargetType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.secretsmanager with parameters of type AttachmentTargetTypeModifier and TypeMethodDescriptionSecretAttachmentTargetProps.Builder.targetType(AttachmentTargetType targetType) Sets the value ofSecretAttachmentTargetProps.getTargetType()