Interface IAttachedSecretOptions
- Namespace
- Amazon.CDK.AWS.SecretsManager
- Assembly
- Amazon.CDK.AWS.SecretsManager.dll
Options to add a secret attachment to a secret.
public interface IAttachedSecretOptions
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.SecretsManager;
ISecretAttachmentTarget secretAttachmentTarget;
var attachedSecretOptions = new AttachedSecretOptions {
Target = secretAttachmentTarget
};
Remarks
ExampleMetadata: fixture=_generated
Properties
Target
The target to attach the secret to.
ISecretAttachmentTarget Target { get; }