toggle menu
pulumi-azure-kotlin
6.22.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.dataprotection.kotlin.inputs
/
BackupPolicyBlobStorageRetentionRuleCriteriaArgs
/
BackupPolicyBlobStorageRetentionRuleCriteriaArgs
Backup
Policy
Blob
Storage
Retention
Rule
Criteria
Args
constructor
(
absoluteCriteria
:
Output
<
String
>
?
=
null
,
daysOfMonths
:
Output
<
List
<
Int
>
>
?
=
null
,
daysOfWeeks
:
Output
<
List
<
String
>
>
?
=
null
,
monthsOfYears
:
Output
<
List
<
String
>
>
?
=
null
,
scheduledBackupTimes
:
Output
<
List
<
String
>
>
?
=
null
,
weeksOfMonths
:
Output
<
List
<
String
>
>
?
=
null
)