toggle menu
pulumi-aws-kotlin
6.76.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.backup.kotlin.outputs
/
GetPlanRuleCopyAction
Get
Plan
Rule
Copy
Action
data
class
GetPlanRuleCopyAction
(
val
destinationVaultArn
:
String
,
val
lifecycles
:
List
<
GetPlanRuleCopyActionLifecycle
>
)
Members
Constructors
Get
Plan
Rule
Copy
Action
Link copied to clipboard
constructor
(
destinationVaultArn
:
String
,
lifecycles
:
List
<
GetPlanRuleCopyActionLifecycle
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
destination
Vault
Arn
Link copied to clipboard
val
destinationVaultArn
:
String
lifecycles
Link copied to clipboard
val
lifecycles
:
List
<
GetPlanRuleCopyActionLifecycle
>