toggle menu
pulumi-aws-kotlin
6.81.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.auditmanager.kotlin.outputs
/
GetFrameworkResult
Get
Framework
Result
data
class
GetFrameworkResult
(
val
arn
:
String
,
val
complianceType
:
String
,
val
controlSets
:
List
<
GetFrameworkControlSet
>
?
=
null
,
val
description
:
String
,
val
frameworkType
:
String
,
val
id
:
String
,
val
name
:
String
,
val
tags
:
Map
<
String
,
String
>
)
A collection of values returned by getFramework.
Members
Constructors
Get
Framework
Result
Link copied to clipboard
constructor
(
arn
:
String
,
complianceType
:
String
,
controlSets
:
List
<
GetFrameworkControlSet
>
?
=
null
,
description
:
String
,
frameworkType
:
String
,
id
:
String
,
name
:
String
,
tags
:
Map
<
String
,
String
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
arn
Link copied to clipboard
val
arn
:
String
compliance
Type
Link copied to clipboard
val
complianceType
:
String
control
Sets
Link copied to clipboard
val
controlSets
:
List
<
GetFrameworkControlSet
>
?
=
null
description
Link copied to clipboard
val
description
:
String
framework
Type
Link copied to clipboard
val
frameworkType
:
String
id
Link copied to clipboard
val
id
:
String
name
Link copied to clipboard
val
name
:
String
tags
Link copied to clipboard
val
tags
:
Map
<
String
,
String
>