http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-amazon-cloudwatchlogs
/
org.http4k.connect.amazon.cloudwatchlogs.action
/
CreateLogGroup
Create
Log
Group
@
JsonSerializable
data
class
CreateLogGroup
(
val
logGroupName
:
LogGroupName
,
val
tags
:
Map
<
String
,
String
>
,
val
kmsKeyId
:
KMSKeyId
?
=
null
)
:
CloudWatchLogsAction
<
Unit
>
(
source
)
Members
Constructors
Create
Log
Group
Link copied to clipboard
constructor
(
logGroupName
:
LogGroupName
,
tags
:
Map
<
String
,
String
>
,
kmsKeyId
:
KMSKeyId
?
=
null
)
Properties
kms
Key
Id
Link copied to clipboard
val
kmsKeyId
:
KMSKeyId
?
log
Group
Name
Link copied to clipboard
val
logGroupName
:
LogGroupName
tags
Link copied to clipboard
val
tags
:
Map
<
String
,
String
>
Functions
to
Request
Link copied to clipboard
open
override
fun
toRequest
(
)
:
Request
to
Result
Link copied to clipboard
open
override
fun
toResult
(
response
:
Response
)
:
Result
<
Unit
,
RemoteFailure
>
uri
Link copied to clipboard
open
fun
uri
(
)
:
Uri