toggle menu
pulumi-gcp-kotlin
6.67.1.1
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.storage.kotlin.outputs
/
GetBucketLifecycleRuleCondition
/
GetBucketLifecycleRuleCondition
Get
Bucket
Lifecycle
Rule
Condition
constructor
(
age
:
Int
,
createdBefore
:
String
,
customTimeBefore
:
String
,
daysSinceCustomTime
:
Int
,
daysSinceNoncurrentTime
:
Int
,
matchesPrefixes
:
List
<
String
>
,
matchesStorageClasses
:
List
<
String
>
,
matchesSuffixes
:
List
<
String
>
,
noncurrentTimeBefore
:
String
,
numNewerVersions
:
Int
,
withState
:
String
)