Class CfnDataSourcePropsMixin.SharePointSourceConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnDataSourcePropsMixin.SharePointSourceConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSourcePropsMixin.SharePointSourceConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSourcePropsMixin.SharePointSourceConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDataSourcePropsMixin.SharePointSourceConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSourcePropsMixin.SharePointSourceConfigurationProperty
An implementation for
CfnDataSourcePropsMixin.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.cfnpropertymixins.services.bedrock.CfnDataSourcePropsMixin.SharePointSourceConfigurationProperty
CfnDataSourcePropsMixin.SharePointSourceConfigurationProperty.Builder, CfnDataSourcePropsMixin.SharePointSourceConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSourcePropsMixin.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:CfnDataSourcePropsMixin.SharePointSourceConfigurationPropertyThe supported authentication type to authenticate and connect to your SharePoint site/sites.- Specified by:
getAuthTypein interfaceCfnDataSourcePropsMixin.SharePointSourceConfigurationProperty- See Also:
-
getCredentialsSecretArn
Description copied from interface:CfnDataSourcePropsMixin.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 interfaceCfnDataSourcePropsMixin.SharePointSourceConfigurationProperty- See Also:
-
getDomain
Description copied from interface:CfnDataSourcePropsMixin.SharePointSourceConfigurationPropertyThe domain of your SharePoint instance or site URL/URLs.- Specified by:
getDomainin interfaceCfnDataSourcePropsMixin.SharePointSourceConfigurationProperty- See Also:
-
getHostType
Description copied from interface:CfnDataSourcePropsMixin.SharePointSourceConfigurationPropertyThe supported host type, whether online/cloud or server/on-premises.- Specified by:
getHostTypein interfaceCfnDataSourcePropsMixin.SharePointSourceConfigurationProperty- See Also:
-
getSiteUrls
Description copied from interface:CfnDataSourcePropsMixin.SharePointSourceConfigurationPropertyA list of one or more SharePoint site URLs.- Specified by:
getSiteUrlsin interfaceCfnDataSourcePropsMixin.SharePointSourceConfigurationProperty- See Also:
-
getTenantId
Description copied from interface:CfnDataSourcePropsMixin.SharePointSourceConfigurationPropertyThe identifier of your Microsoft 365 tenant.- Specified by:
getTenantIdin interfaceCfnDataSourcePropsMixin.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()
-