Class InstanceS3ImportArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class InstanceS3ImportArgs : ResourceArgs
Constructors
View SourceInstanceS3ImportArgs()
Declaration
public InstanceS3ImportArgs()
Properties
View SourceBucketName
The bucket name where your backup is stored
Declaration
public Input<string> BucketName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
BucketPrefix
Can be blank, but is the path to your backup
Declaration
public Input<string> BucketPrefix { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IngestionRole
Role applied to load the data.
Declaration
public Input<string> IngestionRole { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SourceEngine
Source engine for the backup
Declaration
public Input<string> SourceEngine { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SourceEngineVersion
Version of the source engine used to make the backup
Declaration
public Input<string> SourceEngineVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |