Class CfnDataAccessor.DataAccessorAuthenticationDetailProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.qbusiness.CfnDataAccessor.DataAccessorAuthenticationDetailProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataAccessor.DataAccessorAuthenticationDetailProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataAccessor.DataAccessorAuthenticationDetailProperty
@Stability(Stable)
@Internal
public static final class CfnDataAccessor.DataAccessorAuthenticationDetailProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataAccessor.DataAccessorAuthenticationDetailProperty
An implementation for
CfnDataAccessor.DataAccessorAuthenticationDetailProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.qbusiness.CfnDataAccessor.DataAccessorAuthenticationDetailProperty
CfnDataAccessor.DataAccessorAuthenticationDetailProperty.Builder, CfnDataAccessor.DataAccessorAuthenticationDetailProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataAccessor.DataAccessorAuthenticationDetailProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
The specific authentication configuration based on the authentication type.final String
The type of authentication to use for the data accessor.A list of external identifiers associated with this authentication configuration.final int
hashCode()
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 theCfnDataAccessor.DataAccessorAuthenticationDetailProperty.Builder
.
-
-
Method Details
-
getAuthenticationType
Description copied from interface:CfnDataAccessor.DataAccessorAuthenticationDetailProperty
The type of authentication to use for the data accessor.This determines how the ISV authenticates when accessing data. You can use one of two authentication types:
AWS_IAM_IDC_TTI
- Authentication using IAM Identity Center Trusted Token Issuer (TTI). This authentication type allows the ISV to use a trusted token issuer to generate tokens for accessing the data.AWS_IAM_IDC_AUTH_CODE
- Authentication using IAM Identity Center authorization code flow. This authentication type uses the standard OAuth 2.0 authorization code flow for authentication.
- Specified by:
getAuthenticationType
in interfaceCfnDataAccessor.DataAccessorAuthenticationDetailProperty
- See Also:
-
getAuthenticationConfiguration
Description copied from interface:CfnDataAccessor.DataAccessorAuthenticationDetailProperty
The specific authentication configuration based on the authentication type.- Specified by:
getAuthenticationConfiguration
in interfaceCfnDataAccessor.DataAccessorAuthenticationDetailProperty
- See Also:
-
getExternalIds
Description copied from interface:CfnDataAccessor.DataAccessorAuthenticationDetailProperty
A list of external identifiers associated with this authentication configuration.These are used to correlate the data accessor with external systems.
- Specified by:
getExternalIds
in interfaceCfnDataAccessor.DataAccessorAuthenticationDetailProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-