public static final class CfnSecretTargetAttachmentProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnSecretTargetAttachmentProps
CfnSecretTargetAttachmentProps
CfnSecretTargetAttachmentProps.Builder, CfnSecretTargetAttachmentProps.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) |
java.lang.String |
getSecretId()
The ARN or name of the secret.
|
java.lang.String |
getTargetId()
The ID of the database or cluster.
|
java.lang.String |
getTargetType()
A string that defines the type of service or database associated with the secret.
|
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 java.lang.String getSecretId()
CfnSecretTargetAttachmentProps
To reference a secret also created in this template, use the see Ref function with the secret's logical ID.
getSecretId
in interface CfnSecretTargetAttachmentProps
public final java.lang.String getTargetId()
CfnSecretTargetAttachmentProps
getTargetId
in interface CfnSecretTargetAttachmentProps
public final java.lang.String getTargetType()
CfnSecretTargetAttachmentProps
This value instructs Secrets Manager how to update the secret with the details of the service or database. This value must be one of the following:
getTargetType
in interface CfnSecretTargetAttachmentProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()