Class CfnSecretTargetAttachmentMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.secretsmanager.CfnSecretTargetAttachmentMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSecretTargetAttachmentMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSecretTargetAttachmentMixinProps
@Stability(Stable)
@Internal
public static final class CfnSecretTargetAttachmentMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSecretTargetAttachmentMixinProps
An implementation for
CfnSecretTargetAttachmentMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.secretsmanager.CfnSecretTargetAttachmentMixinProps
CfnSecretTargetAttachmentMixinProps.Builder, CfnSecretTargetAttachmentMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSecretTargetAttachmentMixinProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnSecretTargetAttachmentMixinProps.Builder.
-
-
Method Details
-
getSecretId
Description copied from interface:CfnSecretTargetAttachmentMixinPropsThe ARN or name of the secret.To reference a secret also created in this template, use the see Ref function with the secret's logical ID. This field is unique for each target attachment definition.
- Specified by:
getSecretIdin interfaceCfnSecretTargetAttachmentMixinProps- See Also:
-
getTargetId
Description copied from interface:CfnSecretTargetAttachmentMixinPropsThe ID of the database or cluster.- Specified by:
getTargetIdin interfaceCfnSecretTargetAttachmentMixinProps- See Also:
-
getTargetType
Description copied from interface:CfnSecretTargetAttachmentMixinPropsA string that defines the type of service or database associated with the secret.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:
- AWS::RDS::DBInstance
- AWS::RDS::DBCluster
- AWS::Redshift::Cluster
- AWS::RedshiftServerless::Namespace
- AWS::DocDB::DBInstance
- AWS::DocDB::DBCluster
- AWS::DocDBElastic::Cluster
- Specified by:
getTargetTypein interfaceCfnSecretTargetAttachmentMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-