Show / Hide Table of Contents

Class StoreShardArgs

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

Constructors

View Source

StoreShardArgs()

Declaration
public StoreShardArgs()

Properties

View Source

BeginKey

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

EndKey

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

Id

The ID of the log project. It formats of &lt;project>:&lt;name>.

Declaration
public Input<int> Id { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Status

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