toggle menu
pulumi-gitlab-kotlin
4.10.0.2
jvm
switch theme
search in API
pulumi-gitlab-kotlin
/
com.pulumi.gitlab.kotlin.outputs
/
GetProjectsProjectContainerExpirationPolicy
Get
Projects
Project
Container
Expiration
Policy
data
class
GetProjectsProjectContainerExpirationPolicy
(
val
cadence
:
String
,
val
enabled
:
Boolean
,
val
keepN
:
Int
,
val
nameRegexDelete
:
String
,
val
nameRegexKeep
:
String
,
val
nextRunAt
:
String
,
val
olderThan
:
String
)
Members
Constructors
Get
Projects
Project
Container
Expiration
Policy
Link copied to clipboard
constructor
(
cadence
:
String
,
enabled
:
Boolean
,
keepN
:
Int
,
nameRegexDelete
:
String
,
nameRegexKeep
:
String
,
nextRunAt
:
String
,
olderThan
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
cadence
Link copied to clipboard
val
cadence
:
String
enabled
Link copied to clipboard
val
enabled
:
Boolean
keep
N
Link copied to clipboard
val
keepN
:
Int
name
Regex
Delete
Link copied to clipboard
val
nameRegexDelete
:
String
name
Regex
Keep
Link copied to clipboard
val
nameRegexKeep
:
String
next
Run
At
Link copied to clipboard
val
nextRunAt
:
String
older
Than
Link copied to clipboard
val
olderThan
:
String