Class CfnDataSource.DataSourceCredentialsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDataSource.DataSourceCredentialsProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnDataSource.DataSourceCredentialsProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDataSource.DataSourceCredentialsProperty
@Stability(Stable)
@Internal
public static final class CfnDataSource.DataSourceCredentialsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSource.DataSourceCredentialsProperty
An implementation for 
CfnDataSource.DataSourceCredentialsProperty- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnDataSource.DataSourceCredentialsPropertyCfnDataSource.DataSourceCredentialsProperty.Builder, CfnDataSource.DataSourceCredentialsProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSource.DataSourceCredentialsProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe Amazon Resource Name (ARN) of a data source that has the credential pair that you want to use.final ObjectCredential pair.final StringThe Amazon Resource Name (ARN) of the secret associated with the data source in AWS Secrets Manager .final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnDataSource.DataSourceCredentialsProperty.Builder.
 
- 
- 
Method Details- 
getCopySourceArnDescription copied from interface:CfnDataSource.DataSourceCredentialsPropertyThe Amazon Resource Name (ARN) of a data source that has the credential pair that you want to use.When CopySourceArnis not null, the credential pair from the data source in the ARN is used as the credentials for theDataSourceCredentialsstructure.- Specified by:
- getCopySourceArnin interface- CfnDataSource.DataSourceCredentialsProperty
- See Also:
 
- 
getCredentialPairDescription copied from interface:CfnDataSource.DataSourceCredentialsPropertyCredential pair.For more information, see [CredentialPair](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CredentialPair.html).Returns union: either IResolvableorCfnDataSource.CredentialPairProperty- Specified by:
- getCredentialPairin interface- CfnDataSource.DataSourceCredentialsProperty
- See Also:
 
- 
getSecretArnDescription copied from interface:CfnDataSource.DataSourceCredentialsPropertyThe Amazon Resource Name (ARN) of the secret associated with the data source in AWS Secrets Manager .- Specified by:
- getSecretArnin interface- CfnDataSource.DataSourceCredentialsProperty
- See Also:
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-