toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.awsconnector.kotlin.inputs
/
AwsLogsLogGroupPropertiesArgs
/
AwsLogsLogGroupPropertiesArgs
Aws
Logs
Log
Group
Properties
Args
constructor
(
arn
:
Output
<
String
>
?
=
null
,
dataProtectionPolicy
:
Output
<
Any
>
?
=
null
,
kmsKeyId
:
Output
<
String
>
?
=
null
,
logGroupClass
:
Output
<
Either
<
String
,
LogGroupClass
>
>
?
=
null
,
logGroupName
:
Output
<
String
>
?
=
null
,
retentionInDays
:
Output
<
Int
>
?
=
null
,
tags
:
Output
<
List
<
TagArgs
>
>
?
=
null
)