Updates the specified lifecycle policy.
dlm_update_lifecycle_policy(PolicyId, ExecutionRoleArn, State,
Description, PolicyDetails)
[required] The identifier of the lifecycle policy.
The Amazon Resource Name (ARN) of the IAM role used to run the operations specified by the lifecycle policy.
The desired activation state of the lifecycle policy after creation.
A description of the lifecycle policy.
The configuration of the lifecycle policy.
Target tags cannot be re-used across policies.
svc$update_lifecycle_policy( PolicyId = "string", ExecutionRoleArn = "string", State = "ENABLED"|"DISABLED", Description = "string", PolicyDetails = list( PolicyType = "EBS_SNAPSHOT_MANAGEMENT", ResourceTypes = list( "VOLUME"|"INSTANCE" ), TargetTags = list( list( Key = "string", Value = "string" ) ), Schedules = list( list( Name = "string", CopyTags = TRUE|FALSE, TagsToAdd = list( list( Key = "string", Value = "string" ) ), VariableTags = list( list( Key = "string", Value = "string" ) ), CreateRule = list( Interval = 123, IntervalUnit = "HOURS", Times = list( "string" ) ), RetainRule = list( Count = 123 ) ) ), Parameters = list( ExcludeBootVolume = TRUE|FALSE ) ) )