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 SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrock.CfnDataSource.SharePointSourceConfigurationPropertyCfnDataSource.SharePointSourceConfigurationProperty.Builder, CfnDataSource.SharePointSourceConfigurationProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSource.SharePointSourceConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe supported authentication type to authenticate and connect to your SharePoint site/sites.final StringThe Amazon Resource Name of an AWS Secrets Manager secret that stores your authentication credentials for your SharePoint site/sites.final StringThe domain of your SharePoint instance or site URL/URLs.final StringThe supported host type, whether online/cloud or server/on-premises.A list of one or more SharePoint site URLs.final StringThe identifier of your Microsoft 365 tenant.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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- 
getAuthTypeDescription copied from interface:CfnDataSource.SharePointSourceConfigurationPropertyThe supported authentication type to authenticate and connect to your SharePoint site/sites.- Specified by:
- getAuthTypein interface- CfnDataSource.SharePointSourceConfigurationProperty
- See Also:
 
- 
getCredentialsSecretArnDescription copied from interface:CfnDataSource.SharePointSourceConfigurationPropertyThe 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:
- getCredentialsSecretArnin interface- CfnDataSource.SharePointSourceConfigurationProperty
- See Also:
 
- 
getDomainDescription copied from interface:CfnDataSource.SharePointSourceConfigurationPropertyThe domain of your SharePoint instance or site URL/URLs.- Specified by:
- getDomainin interface- CfnDataSource.SharePointSourceConfigurationProperty
- See Also:
 
- 
getHostTypeDescription copied from interface:CfnDataSource.SharePointSourceConfigurationPropertyThe supported host type, whether online/cloud or server/on-premises.- Specified by:
- getHostTypein interface- CfnDataSource.SharePointSourceConfigurationProperty
- See Also:
 
- 
getSiteUrlsDescription copied from interface:CfnDataSource.SharePointSourceConfigurationPropertyA list of one or more SharePoint site URLs.- Specified by:
- getSiteUrlsin interface- CfnDataSource.SharePointSourceConfigurationProperty
- See Also:
 
- 
getTenantIdDescription copied from interface:CfnDataSource.SharePointSourceConfigurationPropertyThe identifier of your Microsoft 365 tenant.- Specified by:
- getTenantIdin interface- CfnDataSource.SharePointSourceConfigurationProperty
- See Also:
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-