pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.verifiedpermissions.kotlin.inputs
/
PolicyEntityIdentifierArgs
Policy
Entity
Identifier
Args
data
class
PolicyEntityIdentifierArgs
(
val
entityId
:
Output
<
String
>
,
val
entityType
:
Output
<
String
>
)
:
ConvertibleToJava
<
PolicyEntityIdentifierArgs
>
Constructors
Functions
Properties
Constructors
Policy
Entity
Identifier
Args
Link copied to clipboard
fun
PolicyEntityIdentifierArgs
(
entityId
:
Output
<
String
>
,
entityType
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
PolicyEntityIdentifierArgs
Properties
entity
Id
Link copied to clipboard
val
entityId
:
Output
<
String
>
entity
Type
Link copied to clipboard
val
entityType
:
Output
<
String
>