Uses of Interface
software.amazon.awscdk.interfaces.secretsmanager.ISecretRef
Packages that use ISecretRef
Package
Description
Amazon DocumentDB Construct Library
Amazon Relational Database Service Construct Library
Amazon Redshift Construct Library
AWS Secrets Manager Construct Library
-
Uses of ISecretRef in software.amazon.awscdk.interfaces.secretsmanager
Subinterfaces of ISecretRef in software.amazon.awscdk.interfaces.secretsmanagerModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forISecretRef.Classes in software.amazon.awscdk.interfaces.secretsmanager that implement ISecretRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of ISecretRef in software.amazon.awscdk.services.docdb
Classes in software.amazon.awscdk.services.docdb that implement ISecretRef -
Uses of ISecretRef in software.amazon.awscdk.services.rds
Classes in software.amazon.awscdk.services.rds that implement ISecretRef -
Uses of ISecretRef in software.amazon.awscdk.services.redshift.alpha
Classes in software.amazon.awscdk.services.redshift.alpha that implement ISecretRef -
Uses of ISecretRef in software.amazon.awscdk.services.secretsmanager
Subinterfaces of ISecretRef in software.amazon.awscdk.services.secretsmanagerModifier and TypeInterfaceDescriptioninterfaceA secret in AWS Secrets Manager.static interfaceInternal default implementation forISecret.interfacestatic interfaceInternal default implementation forISecretTargetAttachment.Classes in software.amazon.awscdk.services.secretsmanager that implement ISecretRefModifier and TypeClassDescriptionclassCreates a new secret.static final classA proxy class which represents a concrete javascript instance of this type.static final classA proxy class which represents a concrete javascript instance of this type.classCreates a new secret in AWS SecretsManager.classAn attached secret.Methods in software.amazon.awscdk.services.secretsmanager that return ISecretRefModifier and TypeMethodDescriptionstatic ISecretRefCfnSecret.fromSecretId(software.constructs.Construct scope, String id, String secretId) Creates a new ISecretRef from a secretId.Methods in software.amazon.awscdk.services.secretsmanager with parameters of type ISecretRefModifier and TypeMethodDescriptionstatic StringCfnSecret.arnForSecret(ISecretRef resource) CfnResourcePolicy.Builder.secretId(ISecretRef secretId) The ARN or name of the secret to attach the resource-based policy.CfnResourcePolicyProps.Builder.secretId(ISecretRef secretId) Sets the value ofCfnResourcePolicyProps.getSecretId()