Skip to content

PolicyDocumentStatementProperty

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkram"
&alicloudroscdkram.PolicyDocumentStatementProperty {
    Action: interface{},
    Condition: interface{},
    Effect: interface{},
    Resource: interface{},
}

Properties

Name Type Description
Action interface{} No description.
Condition interface{} No description.
Effect interface{} No description.
Resource interface{} No description.

ActionOptional

Action interface{}
  • Type: interface{}

ConditionOptional

Condition interface{}
  • Type: interface{}

EffectOptional

Effect interface{}
  • Type: interface{}

ResourceOptional

Resource interface{}
  • Type: interface{}