Show / Hide Table of Contents

Class InstanceS3Import

Inheritance
System.Object
InstanceS3Import
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Rds.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class InstanceS3Import

Fields

View Source

BucketName

The bucket name where your backup is stored

Declaration
public readonly string BucketName
Field Value
Type Description
System.String
View Source

BucketPrefix

Can be blank, but is the path to your backup

Declaration
public readonly string BucketPrefix
Field Value
Type Description
System.String
View Source

IngestionRole

Role applied to load the data.

Declaration
public readonly string IngestionRole
Field Value
Type Description
System.String
View Source

SourceEngine

Source engine for the backup

Declaration
public readonly string SourceEngine
Field Value
Type Description
System.String
View Source

SourceEngineVersion

Version of the source engine used to make the backup

Declaration
public readonly string SourceEngineVersion
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.