Interface CustomSecretConfig.Builder

  • Method Details

    • secretArn

      CustomSecretConfig.Builder secretArn(String secretArn)

      Specifies the ARN for an Secrets Manager secret.

      Parameters:
      secretArn - Specifies the ARN for an Secrets Manager secret.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • secretAccessRoleArn

      CustomSecretConfig.Builder secretAccessRoleArn(String secretAccessRoleArn)

      Specifies the ARN for the Identity and Access Management role that DataSync uses to access the secret specified for SecretArn.

      Parameters:
      secretAccessRoleArn - Specifies the ARN for the Identity and Access Management role that DataSync uses to access the secret specified for SecretArn.
      Returns:
      Returns a reference to this object so that method calls can be chained together.