Class ClusterS3ImportArgs


  • public final class ClusterS3ImportArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • bucketName

        public com.pulumi.core.Output<java.lang.String> bucketName()
        Returns:
        Bucket name where your backup is stored
      • bucketPrefix

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> bucketPrefix()
        Returns:
        Can be blank, but is the path to your backup
      • ingestionRole

        public com.pulumi.core.Output<java.lang.String> ingestionRole()
        Returns:
        Role applied to load the data.
      • sourceEngine

        public com.pulumi.core.Output<java.lang.String> sourceEngine()
        Returns:
        Source engine for the backup
      • sourceEngineVersion

        public com.pulumi.core.Output<java.lang.String> sourceEngineVersion()
        Returns:
        Version of the source engine used to make the backup This will not recreate the resource if the S3 object changes in some way. It's only used to initialize the database. This only works currently with the aurora engine. See AWS for currently supported engines and options. See [Aurora S3 Migration Docs](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Migrating.ExtMySQL.html#AuroraMySQL.Migrating.ExtMySQL.S3).