Class CfnKnowledgeBasePropsMixin.RedshiftProvisionedAuthConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnKnowledgeBasePropsMixin.RedshiftProvisionedAuthConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnKnowledgeBasePropsMixin.RedshiftProvisionedAuthConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnKnowledgeBasePropsMixin.RedshiftProvisionedAuthConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnKnowledgeBasePropsMixin.RedshiftProvisionedAuthConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnKnowledgeBasePropsMixin.RedshiftProvisionedAuthConfigurationProperty
An implementation for
CfnKnowledgeBasePropsMixin.RedshiftProvisionedAuthConfigurationProperty-
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.bedrock.CfnKnowledgeBasePropsMixin.RedshiftProvisionedAuthConfigurationProperty
CfnKnowledgeBasePropsMixin.RedshiftProvisionedAuthConfigurationProperty.Builder, CfnKnowledgeBasePropsMixin.RedshiftProvisionedAuthConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnKnowledgeBasePropsMixin.RedshiftProvisionedAuthConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe database username for authentication to an Amazon Redshift provisioned data warehouse.final StringgetType()The type of authentication to use.final StringThe ARN of an Secrets Manager secret for authentication.final inthashCode()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
protected Jsii$Proxy(CfnKnowledgeBasePropsMixin.RedshiftProvisionedAuthConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnKnowledgeBasePropsMixin.RedshiftProvisionedAuthConfigurationProperty.Builder.
-
-
Method Details
-
getDatabaseUser
Description copied from interface:CfnKnowledgeBasePropsMixin.RedshiftProvisionedAuthConfigurationPropertyThe database username for authentication to an Amazon Redshift provisioned data warehouse.- Specified by:
getDatabaseUserin interfaceCfnKnowledgeBasePropsMixin.RedshiftProvisionedAuthConfigurationProperty- See Also:
-
getType
Description copied from interface:CfnKnowledgeBasePropsMixin.RedshiftProvisionedAuthConfigurationPropertyThe type of authentication to use.- Specified by:
getTypein interfaceCfnKnowledgeBasePropsMixin.RedshiftProvisionedAuthConfigurationProperty- See Also:
-
getUsernamePasswordSecretArn
Description copied from interface:CfnKnowledgeBasePropsMixin.RedshiftProvisionedAuthConfigurationPropertyThe ARN of an Secrets Manager secret for authentication.- Specified by:
getUsernamePasswordSecretArnin interfaceCfnKnowledgeBasePropsMixin.RedshiftProvisionedAuthConfigurationProperty- 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()
-