toggle menu
pulumi-alicloud-kotlin
3.76.0.0
jvm
switch theme
search in API
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
)
Members
Constructors
Get
Policy
Document
Statement
Condition
Link copied to clipboard
constructor
(
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.