Show / Hide Table of Contents

Class InstanceS3ImportArgs

Inheritance
System.Object
InputArgs
ResourceArgs
InstanceS3ImportArgs
Inherited Members
ResourceArgs.Empty
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 Source

InstanceS3ImportArgs()

Declaration
public InstanceS3ImportArgs()

Properties

View Source

BucketName

The bucket name where your backup is stored

Declaration
public Input<string> BucketName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

IngestionRole

Role applied to load the data.

Declaration
public Input<string> IngestionRole { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SourceEngine

Source engine for the backup

Declaration
public Input<string> SourceEngine { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.