Class StoreShardArgs
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.AliCloud.Log.Inputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class StoreShardArgs : ResourceArgs
Constructors
View SourceStoreShardArgs()
Declaration
public StoreShardArgs()
Properties
View SourceBeginKey
Declaration
public Input<string> BeginKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
EndKey
Declaration
public Input<string> EndKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Id
The ID of the log project. It formats of <project>:<name>.
Declaration
public Input<int> Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Status
Declaration
public Input<string> Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |