Show / Hide Table of Contents

Interface ISecretAttachmentTargetProps

Attachment target specifications.

Namespace: Amazon.CDK.AWS.SecretsManager
Assembly: Amazon.CDK.AWS.SecretsManager.dll
Syntax (csharp)
public interface ISecretAttachmentTargetProps
Syntax (vb)
Public Interface ISecretAttachmentTargetProps
Remarks

ExampleMetadata: fixture=_generated

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;

SecretAttachmentTargetProps secretAttachmentTargetProps = new SecretAttachmentTargetProps {
    TargetId = "targetId",
    TargetType = AttachmentTargetType.INSTANCE
};

Synopsis

Properties

TargetId

The id of the target to attach the secret to.

TargetType

The type of the target to attach the secret to.

Properties

TargetId

The id of the target to attach the secret to.

string TargetId { get; }
Property Value

System.String

TargetType

The type of the target to attach the secret to.

AttachmentTargetType TargetType { get; }
Property Value

AttachmentTargetType

Back to top Generated by DocFX