pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.rolesanywhere.kotlin.outputs
/
GetCrlResult
Get
Crl
Result
data
class
GetCrlResult
(
val
crlData
:
String
?
=
null
,
val
crlId
:
String
?
=
null
,
val
enabled
:
Boolean
?
=
null
,
val
name
:
String
?
=
null
,
val
tags
:
List
<
CrlTag
>
?
=
null
,
val
trustAnchorArn
:
String
?
=
null
)
Types
Constructors
Properties
Constructors
Get
Crl
Result
Link copied to clipboard
fun
GetCrlResult
(
crlData
:
String
?
=
null
,
crlId
:
String
?
=
null
,
enabled
:
Boolean
?
=
null
,
name
:
String
?
=
null
,
tags
:
List
<
CrlTag
>
?
=
null
,
trustAnchorArn
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
crl
Data
Link copied to clipboard
val
crlData
:
String
?
=
null
crl
Id
Link copied to clipboard
val
crlId
:
String
?
=
null
enabled
Link copied to clipboard
val
enabled
:
Boolean
?
=
null
name
Link copied to clipboard
val
name
:
String
?
=
null
tags
Link copied to clipboard
val
tags
:
List
<
CrlTag
>
?
=
null
trust
Anchor
Arn
Link copied to clipboard
val
trustAnchorArn
:
String
?
=
null