pub struct GoogleDriveConfiguration {
pub exclude_mime_types: Option<ValueList<String>>,
pub exclude_shared_drives: Option<ValueList<String>>,
pub exclude_user_accounts: Option<ValueList<String>>,
pub exclusion_patterns: Option<ValueList<String>>,
pub field_mappings: Option<ValueList<DataSourceToIndexFieldMapping>>,
pub inclusion_patterns: Option<ValueList<String>>,
pub secret_arn: Value<String>,
}Expand description
The AWS::Kendra::DataSource.GoogleDriveConfiguration property type.
Fields§
§exclude_mime_types: Option<ValueList<String>>Property ExcludeMimeTypes.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Property ExcludeSharedDrives.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
exclude_user_accounts: Option<ValueList<String>>Property ExcludeUserAccounts.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
exclusion_patterns: Option<ValueList<String>>Property ExclusionPatterns.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
field_mappings: Option<ValueList<DataSourceToIndexFieldMapping>>Property FieldMappings.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
inclusion_patterns: Option<ValueList<String>>Property InclusionPatterns.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
secret_arn: Value<String>Property SecretArn.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.