Class ClusterRkeConfigServicesEtcdBackupConfigS3BackupConfig
Inheritance
System.Object
ClusterRkeConfigServicesEtcdBackupConfigS3BackupConfig
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.Outputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class ClusterRkeConfigServicesEtcdBackupConfigS3BackupConfig
Fields
View SourceAccessKey
The AWS Client ID to use (string)
Declaration
public readonly string AccessKey
Field Value
| Type | Description |
|---|---|
| System.String |
BucketName
Bucket name for S3 service (string)
Declaration
public readonly string BucketName
Field Value
| Type | Description |
|---|---|
| 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 readonly string CustomCa
Field Value
| Type | Description |
|---|---|
| System.String |
Endpoint
Endpoint for S3 service (string)
Declaration
public readonly string Endpoint
Field Value
| Type | Description |
|---|---|
| System.String |
Folder
Folder for S3 service. Available from Rancher v2.2.7 (string)
Declaration
public readonly string Folder
Field Value
| Type | Description |
|---|---|
| System.String |
Region
The AWS Region to create the EKS cluster in. Default us-west-2 (string)
Declaration
public readonly string Region
Field Value
| Type | Description |
|---|---|
| System.String |
SecretKey
The AWS Client Secret associated with the Client ID (string)
Declaration
public readonly string SecretKey
Field Value
| Type | Description |
|---|---|
| System.String |