Interface ISecretAttachmentTargetProps
Attachment target specifications.
Namespace: Amazon.CDK.AWS.SecretsManager
Assembly: Amazon.CDK.Lib.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;
var secretAttachmentTargetProps = new SecretAttachmentTargetProps {
TargetId = "targetId",
TargetType = AttachmentTargetType.RDS_DB_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