toggle menu
pulumi-aws-kotlin
6.76.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.rolesanywhere.kotlin.outputs
/
TrustAnchorNotificationSetting
Trust
Anchor
Notification
Setting
data
class
TrustAnchorNotificationSetting
(
val
channel
:
String
?
=
null
,
val
configuredBy
:
String
?
=
null
,
val
enabled
:
Boolean
?
=
null
,
val
event
:
String
?
=
null
,
val
threshold
:
Int
?
=
null
)
Members
Constructors
Trust
Anchor
Notification
Setting
Link copied to clipboard
constructor
(
channel
:
String
?
=
null
,
configuredBy
:
String
?
=
null
,
enabled
:
Boolean
?
=
null
,
event
:
String
?
=
null
,
threshold
:
Int
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
channel
Link copied to clipboard
val
channel
:
String
?
=
null
configured
By
Link copied to clipboard
val
configuredBy
:
String
?
=
null
enabled
Link copied to clipboard
val
enabled
:
Boolean
?
=
null
Whether or not the Trust Anchor should be enabled.
event
Link copied to clipboard
val
event
:
String
?
=
null
threshold
Link copied to clipboard
val
threshold
:
Int
?
=
null