Class CfnDataSource.SharePointSourceConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.CfnDataSource.SharePointSourceConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSource.SharePointSourceConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSource.SharePointSourceConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDataSource.SharePointSourceConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSource.SharePointSourceConfigurationProperty
An implementation for
CfnDataSource.SharePointSourceConfigurationProperty
-
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.bedrock.CfnDataSource.SharePointSourceConfigurationProperty
CfnDataSource.SharePointSourceConfigurationProperty.Builder, CfnDataSource.SharePointSourceConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataSource.SharePointSourceConfigurationProperty.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 String
The supported authentication type to authenticate and connect to your SharePoint site/sites.final String
The Amazon Resource Name of an AWS Secrets Manager secret that stores your authentication credentials for your SharePoint site/sites.final String
The domain of your SharePoint instance or site URL/URLs.final String
The supported host type, whether online/cloud or server/on-premises.A list of one or more SharePoint site URLs.final String
The identifier of your Microsoft 365 tenant.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.
-
-
Method Details
-
getAuthType
Description copied from interface:CfnDataSource.SharePointSourceConfigurationProperty
The supported authentication type to authenticate and connect to your SharePoint site/sites.- Specified by:
getAuthType
in interfaceCfnDataSource.SharePointSourceConfigurationProperty
- See Also:
-
getCredentialsSecretArn
Description copied from interface:CfnDataSource.SharePointSourceConfigurationProperty
The Amazon Resource Name of an AWS Secrets Manager secret that stores your authentication credentials for your SharePoint site/sites.For more information on the key-value pairs that must be included in your secret, depending on your authentication type, see SharePoint connection configuration .
- Specified by:
getCredentialsSecretArn
in interfaceCfnDataSource.SharePointSourceConfigurationProperty
- See Also:
-
getDomain
Description copied from interface:CfnDataSource.SharePointSourceConfigurationProperty
The domain of your SharePoint instance or site URL/URLs.- Specified by:
getDomain
in interfaceCfnDataSource.SharePointSourceConfigurationProperty
- See Also:
-
getHostType
Description copied from interface:CfnDataSource.SharePointSourceConfigurationProperty
The supported host type, whether online/cloud or server/on-premises.- Specified by:
getHostType
in interfaceCfnDataSource.SharePointSourceConfigurationProperty
- See Also:
-
getSiteUrls
Description copied from interface:CfnDataSource.SharePointSourceConfigurationProperty
A list of one or more SharePoint site URLs.- Specified by:
getSiteUrls
in interfaceCfnDataSource.SharePointSourceConfigurationProperty
- See Also:
-
getTenantId
Description copied from interface:CfnDataSource.SharePointSourceConfigurationProperty
The identifier of your Microsoft 365 tenant.- Specified by:
getTenantId
in interfaceCfnDataSource.SharePointSourceConfigurationProperty
- 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()
-