pulumi-alicloud-kotlin
3.44.1.0
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.ram.kotlin.outputs
/
GetPolicyDocumentStatementCondition
Get
Policy
Document
Statement
Condition
data
class
GetPolicyDocumentStatementCondition
(
val
operator
:
String
,
val
values
:
List
<
String
>
,
val
variable
:
String
)
Types
Constructors
Properties
Constructors
Get
Policy
Document
Statement
Condition
Link copied to clipboard
fun
GetPolicyDocumentStatementCondition
(
operator
:
String
,
values
:
List
<
String
>
,
variable
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
operator
Link copied to clipboard
val
operator
:
String
The operator of the condition.
values
Link copied to clipboard
val
values
:
List
<
String
>
The values of the condition.
variable
Link copied to clipboard
val
variable
:
String
The variable of the condition.