@Stability(value=Stable) public static final class CfnEndpoint.DocDbSettingsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnEndpoint.DocDbSettingsProperty>
CfnEndpoint.DocDbSettingsProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnEndpoint.DocDbSettingsProperty.Builder docsToInvestigate(Number docsToInvestigate)
CfnEndpoint.DocDbSettingsProperty.getDocsToInvestigate()docsToInvestigate - Indicates the number of documents to preview to determine the document organization.
Use this setting when NestingLevel is set to "one" .
Must be a positive value greater than 0 . Default value is 1000 .
this@Stability(value=Stable) public CfnEndpoint.DocDbSettingsProperty.Builder extractDocId(Boolean extractDocId)
CfnEndpoint.DocDbSettingsProperty.getExtractDocId()extractDocId - Specifies the document ID. Use this setting when `NestingLevel` is set to `"none"` .
Default value is "false" .this@Stability(value=Stable) public CfnEndpoint.DocDbSettingsProperty.Builder extractDocId(IResolvable extractDocId)
CfnEndpoint.DocDbSettingsProperty.getExtractDocId()extractDocId - Specifies the document ID. Use this setting when `NestingLevel` is set to `"none"` .
Default value is "false" .this@Stability(value=Stable) public CfnEndpoint.DocDbSettingsProperty.Builder nestingLevel(String nestingLevel)
CfnEndpoint.DocDbSettingsProperty.getNestingLevel()nestingLevel - Specifies either document or table mode.
Default value is "none" . Specify "none" to use document mode. Specify "one" to use table mode.this@Stability(value=Stable) public CfnEndpoint.DocDbSettingsProperty.Builder secretsManagerAccessRoleArn(String secretsManagerAccessRoleArn)
CfnEndpoint.DocDbSettingsProperty.getSecretsManagerAccessRoleArn()secretsManagerAccessRoleArn - The full Amazon Resource Name (ARN) of the IAM role that specifies AWS DMS as the trusted entity and grants the required permissions to access the value in `SecretsManagerSecret` .
The role must allow the iam:PassRole action. SecretsManagerSecret has the value of the AWS Secrets Manager secret that allows access to the DocumentDB endpoint.
You can specify one of two sets of values for these permissions. You can specify the values for this setting and
SecretsManagerSecretId. Or you can specify clear-text values forUserName,Password,ServerName, andPort. You can't specify both.For more information on creating this
SecretsManagerSecret, the correspondingSecretsManagerAccessRoleArn, and theSecretsManagerSecretIdthat is required to access it, see Using secrets to access AWS Database Migration Service resources in the AWS Database Migration Service User Guide .
this@Stability(value=Stable) public CfnEndpoint.DocDbSettingsProperty.Builder secretsManagerSecretId(String secretsManagerSecretId)
CfnEndpoint.DocDbSettingsProperty.getSecretsManagerSecretId()secretsManagerSecretId - The full ARN, partial ARN, or display name of the `SecretsManagerSecret` that contains the DocumentDB endpoint connection details.this@Stability(value=Stable) public CfnEndpoint.DocDbSettingsProperty build()
build in interface software.amazon.jsii.Builder<CfnEndpoint.DocDbSettingsProperty>CfnEndpoint.DocDbSettingsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.