LifecyclePolicy constructor

LifecyclePolicy({
  1. DateTime? dateCreated,
  2. DateTime? dateModified,
  3. String? description,
  4. String? executionRoleArn,
  5. String? policyArn,
  6. PolicyDetails? policyDetails,
  7. String? policyId,
  8. GettablePolicyStateValues? state,
  9. String? statusMessage,
  10. Map<String, String>? tags,
})

Implementation

LifecyclePolicy({
  this.dateCreated,
  this.dateModified,
  this.description,
  this.executionRoleArn,
  this.policyArn,
  this.policyDetails,
  this.policyId,
  this.state,
  this.statusMessage,
  this.tags,
});