Table of Contents

Class AttachedSecretOptions

Namespace
Amazon.CDK.AWS.SecretsManager
Assembly
Amazon.CDK.AWS.SecretsManager.dll

Options to add a secret attachment to a secret.

public class AttachedSecretOptions : IAttachedSecretOptions
Inheritance
AttachedSecretOptions
Implements
Inherited Members

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

Constructors

AttachedSecretOptions()

public AttachedSecretOptions()

Properties

Target

The target to attach the secret to.

public ISecretAttachmentTarget Target { get; set; }

Property Value

ISecretAttachmentTarget