Skip to content

StatementProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ram;
new StatementProperty {
    object Action = null,
    object Condition = null,
    object Effect = null,
    object Resource = null
};

Properties

Name Type Description
Action object No description.
Condition object No description.
Effect object No description.
Resource object No description.

ActionOptional

public object Action { get; set; }
  • Type: object

ConditionOptional

public object Condition { get; set; }
  • Type: object

EffectOptional

public object Effect { get; set; }
  • Type: object

ResourceOptional

public object Resource { get; set; }
  • Type: object