@Stability(value=Stable) public static final class CfnEndpoint.SybaseSettingsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnEndpoint.SybaseSettingsProperty>
CfnEndpoint.SybaseSettingsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnEndpoint.SybaseSettingsProperty |
build()
Builds the configured instance.
|
CfnEndpoint.SybaseSettingsProperty.Builder |
secretsManagerAccessRoleArn(String secretsManagerAccessRoleArn)
Sets the value of
CfnEndpoint.SybaseSettingsProperty.getSecretsManagerAccessRoleArn() |
CfnEndpoint.SybaseSettingsProperty.Builder |
secretsManagerSecretId(String secretsManagerSecretId)
Sets the value of
CfnEndpoint.SybaseSettingsProperty.getSecretsManagerSecretId() |
@Stability(value=Stable) public CfnEndpoint.SybaseSettingsProperty.Builder secretsManagerAccessRoleArn(String secretsManagerAccessRoleArn)
CfnEndpoint.SybaseSettingsProperty.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 SAP ASE 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.SybaseSettingsProperty.Builder secretsManagerSecretId(String secretsManagerSecretId)
CfnEndpoint.SybaseSettingsProperty.getSecretsManagerSecretId()secretsManagerSecretId - The full ARN, partial ARN, or display name of the `SecretsManagerSecret` that contains the SAP SAE endpoint connection details.this@Stability(value=Stable) public CfnEndpoint.SybaseSettingsProperty build()
build in interface software.amazon.jsii.Builder<CfnEndpoint.SybaseSettingsProperty>CfnEndpoint.SybaseSettingsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.