Show / Hide Table of Contents

Class ClusterRkeConfigCloudProviderAwsCloudProviderServiceOverrideGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterRkeConfigCloudProviderAwsCloudProviderServiceOverrideGetArgs
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 ClusterRkeConfigCloudProviderAwsCloudProviderServiceOverrideGetArgs : ResourceArgs

Constructors

View Source

ClusterRkeConfigCloudProviderAwsCloudProviderServiceOverrideGetArgs()

Declaration
public ClusterRkeConfigCloudProviderAwsCloudProviderServiceOverrideGetArgs()

Properties

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

Service

(string)

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

SigningMethod

(string)

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

SigningName

(string)

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

SigningRegion

(string)

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

Url

Registry URL (string)

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