Class ClusterRkeConfigCloudProviderAwsCloudProviderServiceOverrideGetArgs
Inheritance
System.Object
ClusterRkeConfigCloudProviderAwsCloudProviderServiceOverrideGetArgs
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 ClusterRkeConfigCloudProviderAwsCloudProviderServiceOverrideGetArgs : ResourceArgs
Constructors
View SourceClusterRkeConfigCloudProviderAwsCloudProviderServiceOverrideGetArgs()
Declaration
public ClusterRkeConfigCloudProviderAwsCloudProviderServiceOverrideGetArgs()
Properties
View SourceRegion
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> |
Service
(string)
Declaration
public Input<string> Service { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SigningMethod
(string)
Declaration
public Input<string> SigningMethod { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SigningName
(string)
Declaration
public Input<string> SigningName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SigningRegion
(string)
Declaration
public Input<string> SigningRegion { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Url
Registry URL (string)
Declaration
public Input<string> Url { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |