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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.qbusiness.CfnDataAccessor.DataAccessorAuthenticationDetailProperty
CfnDataAccessor.DataAccessorAuthenticationDetailProperty.Builder, CfnDataAccessor.DataAccessorAuthenticationDetailProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataAccessor.DataAccessorAuthenticationDetailProperty.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 ObjectThe specific authentication configuration based on the authentication type.final StringThe type of authentication to use for the data accessor.A list of external identifiers associated with this authentication configuration.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
Constructor that initializes the object based on literal property values passed by theCfnDataAccessor.DataAccessorAuthenticationDetailProperty.Builder.
-
-
Method Details
-
getAuthenticationType
Description copied from interface:CfnDataAccessor.DataAccessorAuthenticationDetailPropertyThe 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:
getAuthenticationTypein interfaceCfnDataAccessor.DataAccessorAuthenticationDetailProperty- See Also:
-
getAuthenticationConfiguration
Description copied from interface:CfnDataAccessor.DataAccessorAuthenticationDetailPropertyThe specific authentication configuration based on the authentication type.Returns union: either
IResolvableorCfnDataAccessor.DataAccessorAuthenticationConfigurationProperty- Specified by:
getAuthenticationConfigurationin interfaceCfnDataAccessor.DataAccessorAuthenticationDetailProperty- See Also:
-
getExternalIds
Description copied from interface:CfnDataAccessor.DataAccessorAuthenticationDetailPropertyA list of external identifiers associated with this authentication configuration.These are used to correlate the data accessor with external systems.
- Specified by:
getExternalIdsin interfaceCfnDataAccessor.DataAccessorAuthenticationDetailProperty- 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()
-