Class ISecretTargetAttachment.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.secretsmanager.ISecretTargetAttachment.Jsii$Proxy
- All Implemented Interfaces:
IEnvironmentAware,IEnvironmentAware.Jsii$Default,ISecretRef,ISecretRef.Jsii$Default,ISecretTargetAttachmentRef,ISecretTargetAttachmentRef.Jsii$Default,IResource,IResource.Jsii$Default,ISecret,ISecret.Jsii$Default,ISecretTargetAttachment,ISecretTargetAttachment.Jsii$Default,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default
- Enclosing interface:
ISecretTargetAttachment
@Internal
public static final class ISecretTargetAttachment.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ISecretTargetAttachment.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.secretsmanager.ISecret
ISecret.Jsii$Default, ISecret.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.secretsmanager.ISecretRef
ISecretRef.Jsii$Default, ISecretRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.secretsmanager.ISecretTargetAttachment
ISecretTargetAttachment.Jsii$Default, ISecretTargetAttachment.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.secretsmanager.ISecretTargetAttachmentRef
ISecretTargetAttachmentRef.Jsii$Default, ISecretTargetAttachmentRef.Jsii$Proxy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal StringReturns a key which can be used within an AWS CloudFormation dynamic reference to dynamically load this secret from AWS Secrets Manager.final GrantgrantRead(IGrantable grantee) Grants reading the secret value to some role.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.constructs.IConstruct.Jsii$Default
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.awscdk.services.secretsmanager.ISecret.Jsii$Default
addRotationSchedule, addToResourcePolicy, attach, cfnDynamicReferenceKey, denyAccountRootDelete, getEncryptionKey, getSecretArn, getSecretFullArn, getSecretName, getSecretValue, grantRead, grantWrite, secretValueFromJsonMethods inherited from interface software.amazon.awscdk.interfaces.secretsmanager.ISecretRef.Jsii$Default
getSecretRefMethods inherited from interface software.amazon.awscdk.services.secretsmanager.ISecretTargetAttachment.Jsii$Default
getSecretTargetAttachmentSecretArnMethods inherited from interface software.amazon.awscdk.interfaces.secretsmanager.ISecretTargetAttachmentRef.Jsii$Default
getSecretTargetAttachmentRefMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
-
Method Details
-
cfnDynamicReferenceKey
Returns a key which can be used within an AWS CloudFormation dynamic reference to dynamically load this secret from AWS Secrets Manager.- Specified by:
cfnDynamicReferenceKeyin interfaceISecret- Specified by:
cfnDynamicReferenceKeyin interfaceISecret.Jsii$Default- Specified by:
cfnDynamicReferenceKeyin interfaceISecretTargetAttachment.Jsii$Default- See Also:
-
grantRead
Grants reading the secret value to some role.- Specified by:
grantReadin interfaceISecret- Specified by:
grantReadin interfaceISecret.Jsii$Default- Specified by:
grantReadin interfaceISecretTargetAttachment.Jsii$Default- Parameters:
grantee- the principal being granted permission. This parameter is required.
-