Class SecretAttachmentTargetProps
Attachment target specifications.
Inheritance
System.Object
SecretAttachmentTargetProps
Implements
Namespace: Amazon.CDK.AWS.SecretsManager
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SecretAttachmentTargetProps : Object, ISecretAttachmentTargetProps
Syntax (vb)
Public Class SecretAttachmentTargetProps
Inherits Object
Implements 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;
var secretAttachmentTargetProps = new SecretAttachmentTargetProps {
TargetId = "targetId",
TargetType = AttachmentTargetType.RDS_DB_INSTANCE
};
Synopsis
Constructors
SecretAttachmentTargetProps() |
Properties
TargetId | The id of the target to attach the secret to. |
TargetType | The type of the target to attach the secret to. |
Constructors
SecretAttachmentTargetProps()
public SecretAttachmentTargetProps()
Properties
TargetId
The id of the target to attach the secret to.
public string TargetId { get; set; }
Property Value
System.String
TargetType
The type of the target to attach the secret to.
public AttachmentTargetType TargetType { get; set; }
Property Value