Class CfnDataAccessorPropsMixin.DataAccessorAuthenticationDetailProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.qbusiness.CfnDataAccessorPropsMixin.DataAccessorAuthenticationDetailProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataAccessorPropsMixin.DataAccessorAuthenticationDetailProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataAccessorPropsMixin.DataAccessorAuthenticationDetailProperty
@Stability(Stable)
@Internal
public static final class CfnDataAccessorPropsMixin.DataAccessorAuthenticationDetailProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataAccessorPropsMixin.DataAccessorAuthenticationDetailProperty
An implementation for
CfnDataAccessorPropsMixin.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.cfnpropertymixins.services.qbusiness.CfnDataAccessorPropsMixin.DataAccessorAuthenticationDetailProperty
CfnDataAccessorPropsMixin.DataAccessorAuthenticationDetailProperty.Builder, CfnDataAccessorPropsMixin.DataAccessorAuthenticationDetailProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataAccessorPropsMixin.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
protected Jsii$Proxy(CfnDataAccessorPropsMixin.DataAccessorAuthenticationDetailProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDataAccessorPropsMixin.DataAccessorAuthenticationDetailProperty.Builder.
-
-
Method Details
-
getAuthenticationConfiguration
Description copied from interface:CfnDataAccessorPropsMixin.DataAccessorAuthenticationDetailPropertyThe specific authentication configuration based on the authentication type.Returns union: either
IResolvableorCfnDataAccessorPropsMixin.DataAccessorAuthenticationConfigurationProperty- Specified by:
getAuthenticationConfigurationin interfaceCfnDataAccessorPropsMixin.DataAccessorAuthenticationDetailProperty- See Also:
-
getAuthenticationType
Description copied from interface:CfnDataAccessorPropsMixin.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 interfaceCfnDataAccessorPropsMixin.DataAccessorAuthenticationDetailProperty- See Also:
-
getExternalIds
Description copied from interface:CfnDataAccessorPropsMixin.DataAccessorAuthenticationDetailPropertyA list of external identifiers associated with this authentication configuration.These are used to correlate the data accessor with external systems.
- Specified by:
getExternalIdsin interfaceCfnDataAccessorPropsMixin.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()
-