Show / Hide Table of Contents

Interface ISecretTargetAttachment

Inherited Members
ISecret.AddRotationSchedule(string, IRotationScheduleOptions)
ISecret.AddToResourcePolicy(PolicyStatement)
ISecret.Attach(ISecretAttachmentTarget)
ISecret.DenyAccountRootDelete()
ISecret.GrantRead(IGrantable, string[])
ISecret.GrantWrite(IGrantable)
ISecret.SecretValueFromJson(string)
ISecret.SecretArn
ISecret.SecretName
ISecret.SecretValue
ISecret.EncryptionKey
ISecret.SecretFullArn
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Env
IResource.Stack
Namespace: Amazon.CDK.AWS.SecretsManager
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISecretTargetAttachment : ISecret, IResource, IConstruct, IDependable
Syntax (vb)
Public Interface ISecretTargetAttachment Inherits ISecret, IResource, IConstruct, IDependable

Synopsis

Properties

SecretTargetAttachmentSecretArn

Same as secretArn.

Properties

SecretTargetAttachmentSecretArn

Same as secretArn.

string SecretTargetAttachmentSecretArn { get; }
Property Value

string

Remarks

Attribute: true

Back to top Generated by DocFX