Show / Hide Table of Contents

Class ClusterRkeConfigServicesEtcdBackupConfigS3BackupConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterRkeConfigServicesEtcdBackupConfigS3BackupConfigArgs
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.Rancher2.Inputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class ClusterRkeConfigServicesEtcdBackupConfigS3BackupConfigArgs : ResourceArgs

Constructors

View Source

ClusterRkeConfigServicesEtcdBackupConfigS3BackupConfigArgs()

Declaration
public ClusterRkeConfigServicesEtcdBackupConfigS3BackupConfigArgs()

Properties

View Source

AccessKey

The AWS Client ID to use (string)

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

BucketName

Bucket name for S3 service (string)

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

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

Endpoint

Endpoint for S3 service (string)

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

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

Region

The AWS Region to create the EKS cluster in. Default us-west-2 (string)

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

SecretKey

The AWS Client Secret associated with the Client ID (string)

Declaration
public Input<string> SecretKey { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.