Class QuicksightDataSourceCredentials.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.quicksight_data_source.QuicksightDataSourceCredentials.Jsii$Proxy
-
- All Implemented Interfaces:
QuicksightDataSourceCredentials,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- QuicksightDataSourceCredentials
@Stability(Stable) @Internal public static final class QuicksightDataSourceCredentials.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements QuicksightDataSourceCredentials
An implementation forQuicksightDataSourceCredentials
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.aws.quicksight_data_source.QuicksightDataSourceCredentials
QuicksightDataSourceCredentials.Builder, QuicksightDataSourceCredentials.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(QuicksightDataSourceCredentials.Builder builder)Constructor that initializes the object based on literal property values passed by theQuicksightDataSourceCredentials.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetCopySourceArn()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_data_source#copy_source_arn QuicksightDataSource#copy_source_arn}.QuicksightDataSourceCredentialsCredentialPairgetCredentialPair()credential_pair block.inthashCode()
-
-
-
Constructor Detail
-
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(QuicksightDataSourceCredentials.Builder builder)
Constructor that initializes the object based on literal property values passed by theQuicksightDataSourceCredentials.Builder.
-
-
Method Detail
-
getCopySourceArn
public final String getCopySourceArn()
Description copied from interface:QuicksightDataSourceCredentialsDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_data_source#copy_source_arn QuicksightDataSource#copy_source_arn}.- Specified by:
getCopySourceArnin interfaceQuicksightDataSourceCredentials
-
getCredentialPair
public final QuicksightDataSourceCredentialsCredentialPair getCredentialPair()
Description copied from interface:QuicksightDataSourceCredentialscredential_pair block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_data_source#credential_pair QuicksightDataSource#credential_pair}
- Specified by:
getCredentialPairin interfaceQuicksightDataSourceCredentials
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-