Class InstanceGrantArgs
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.Cen
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class InstanceGrantArgs : ResourceArgs
Constructors
View SourceInstanceGrantArgs()
Declaration
public InstanceGrantArgs()
Properties
View SourceCenId
The ID of the CEN.
Declaration
public Input<string> CenId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CenOwnerId
The owner UID of the CEN which the child instance granted to.
Declaration
public Input<string> CenOwnerId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ChildInstanceId
The ID of the child instance to grant.
Declaration
public Input<string> ChildInstanceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |