Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(rds): add support for joining instance to domain #9943

Merged
merged 7 commits into from
Sep 1, 2020

Conversation

ctaylor-osv
Copy link
Contributor

Added new properties to be able to join instance to a domain.

closes #9869


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

Copy link
Contributor

@skinny85 skinny85 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an extremely high-quality contribution @ctaylor-osv , really kudos on the code quality!

I have one thing I want changed before I'll give the "ShipIt'.

Thanks a lot!

@mergify mergify bot dismissed skinny85’s stale review September 1, 2020 12:40

Pull request has been modified.

public bindToInstance(_scope: core.Construct, _options: InstanceEngineBindOptions): InstanceEngineConfig {
const config = super.bindToInstance(_scope, _options);
if (_options.domain) {
public bindToInstance(scope: core.Construct, options: InstanceEngineBindOptions): InstanceEngineConfig {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, was trying to model off of the bindToInstance method from the SqlServerInstanceEngineBase class which has the parameters with underscores. Is that because the method in that class doesn't use them?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, exactly 🙂. No worries!

Copy link
Contributor

@skinny85 skinny85 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the great contribution @ctaylor-osv !

@mergify
Copy link
Contributor

mergify bot commented Sep 1, 2020

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject6AEA49D1-qxepHUsryhcu
  • Commit ID: b9dac06
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify
Copy link
Contributor

mergify bot commented Sep 1, 2020

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify mergify bot merged commit f2d77d1 into aws:master Sep 1, 2020
@ctaylor-osv ctaylor-osv deleted the ctaylor_osv/rds-add-domain-support branch September 1, 2020 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[aws-rds] Support for joining a database instance to a domain
3 participants