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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrock.CfnDataSource.SharePointSourceConfigurationProperty
CfnDataSource.SharePointSourceConfigurationProperty.Builder, CfnDataSource.SharePointSourceConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor 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 Summary
Modifier 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.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.SharePointSourceConfigurationPropertyThe supported authentication type to authenticate and connect to your SharePoint site/sites.- Specified by:
getAuthTypein interfaceCfnDataSource.SharePointSourceConfigurationProperty- See Also:
-
getCredentialsSecretArn
Description 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 interfaceCfnDataSource.SharePointSourceConfigurationProperty- See Also:
-
getDomain
Description copied from interface:CfnDataSource.SharePointSourceConfigurationPropertyThe domain of your SharePoint instance or site URL/URLs.- Specified by:
getDomainin interfaceCfnDataSource.SharePointSourceConfigurationProperty- See Also:
-
getHostType
Description copied from interface:CfnDataSource.SharePointSourceConfigurationPropertyThe supported host type, whether online/cloud or server/on-premises.- Specified by:
getHostTypein interfaceCfnDataSource.SharePointSourceConfigurationProperty- See Also:
-
getSiteUrls
Description copied from interface:CfnDataSource.SharePointSourceConfigurationPropertyA list of one or more SharePoint site URLs.- Specified by:
getSiteUrlsin interfaceCfnDataSource.SharePointSourceConfigurationProperty- See Also:
-
getTenantId
Description copied from interface:CfnDataSource.SharePointSourceConfigurationPropertyThe identifier of your Microsoft 365 tenant.- Specified by:
getTenantIdin interfaceCfnDataSource.SharePointSourceConfigurationProperty- 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()
-