Class EtcdBackupBackupConfigS3BackupConfigGetArgs
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.Rancher2.Inputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class EtcdBackupBackupConfigS3BackupConfigGetArgs : ResourceArgs
Constructors
View SourceEtcdBackupBackupConfigS3BackupConfigGetArgs()
Declaration
public EtcdBackupBackupConfigS3BackupConfigGetArgs()
Properties
View SourceAccessKey
Access key for S3 service (string)
Declaration
public Input<string> AccessKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
BucketName
Bucket name for S3 service (string)
Declaration
public Input<string> BucketName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CustomCa
Base64 encoded custom CA for S3 service. Use filebase64(<FILE>) for encoding file. Available from Rancher v2.2.5 (string)
Declaration
public Input<string> CustomCa { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Endpoint
Endpoint for S3 service (string)
Declaration
public Input<string> Endpoint { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Folder
Folder for S3 service. Available from Rancher v2.2.7 (string)
Declaration
public Input<string> Folder { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Region
Region for S3 service (string)
Declaration
public Input<string> Region { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SecretKey
Secret key for S3 service (string)
Declaration
public Input<string> SecretKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |