Show / Hide Table of Contents

Class DomainConfigFunctionArgGetArgs

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

Constructors

View Source

DomainConfigFunctionArgGetArgs()

Declaration
public DomainConfigFunctionArgGetArgs()

Properties

View Source

ArgName

The name of arg.

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

ArgValue

The value of arg.

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