Show / Hide Table of Contents

Class ClusterTemplateTemplateRevisionClusterConfigRkeConfigCloudProviderAwsCloudProviderServiceOverrideGetArgs

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

Constructors

View Source

ClusterTemplateTemplateRevisionClusterConfigRkeConfigCloudProviderAwsCloudProviderServiceOverrideGetArgs()

Declaration
public ClusterTemplateTemplateRevisionClusterConfigRkeConfigCloudProviderAwsCloudProviderServiceOverrideGetArgs()

Properties

View Source

Region

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

Service

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

SigningMethod

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

SigningName

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

SigningRegion

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

Url

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