public static final class SecretTargetAttachmentProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SecretTargetAttachmentProps
SecretTargetAttachmentProps
SecretTargetAttachmentProps.Builder, SecretTargetAttachmentProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
ISecret |
getSecret()
The secret to attach to the target.
|
ISecretAttachmentTarget |
getTarget()
The target to attach the secret to.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final ISecret getSecret()
SecretTargetAttachmentProps
getSecret
in interface SecretTargetAttachmentProps
public final ISecretAttachmentTarget getTarget()
AttachedSecretOptions
getTarget
in interface AttachedSecretOptions
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()