PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::DLM::Schedule; use Moose; has CopyTags => (is => 'ro', isa => 'Bool'); has CreateRule => (is => 'ro', isa => 'Paws::DLM::CreateRule'); has CrossRegionCopyRules => (is => 'ro', isa => 'ArrayRef[Paws::DLM::CrossRegionCopyRule]'); has FastRestoreRule => (is => 'ro', isa => 'Paws::DLM::FastRestoreRule'); has Name => (is => 'ro', isa => 'Str'); has RetainRule => (is => 'ro', isa => 'Paws::DLM::RetainRule'); has ShareRules => (is => 'ro', isa => 'ArrayRef[Paws::DLM::ShareRule]'); has TagsToAdd => (is => 'ro', isa => 'ArrayRef[Paws::DLM::Tag]'); has VariableTags => (is => 'ro', isa => 'ArrayRef[Paws::DLM::Tag]'); 1; ### main pod documentation begin ### =head1 NAME Paws::DLM::Schedule =head1 USAGE This class represents one of two things: =head3 Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::DLM::Schedule object: $service_obj->Method(Att1 => { CopyTags => $value, ..., VariableTags => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::DLM::Schedule object: $result = $service_obj->Method(...); $result->Att1->CopyTags =head1 DESCRIPTION Specifies a backup schedule for a snapshot or AMI lifecycle policy. =head1 ATTRIBUTES =head2 CopyTags => Bool Copy all user-defined tags on a source volume to snapshots of the volume created by this policy. =head2 CreateRule => L The creation rule. =head2 CrossRegionCopyRules => ArrayRef[L] The rule for cross-Region snapshot copies. You can only specify cross-Region copy rules for policies that create snapshots in a Region. If the policy creates snapshots on an Outpost, then you cannot copy the snapshots to a Region or to an Outpost. If the policy creates snapshots in a Region, then snapshots can be copied to up to three Regions or Outposts. =head2 FastRestoreRule => L The rule for enabling fast snapshot restore. =head2 Name => Str The name of the schedule. =head2 RetainRule => L The retention rule. =head2 ShareRules => ArrayRef[L] The rule for sharing snapshots with other AWS accounts. =head2 TagsToAdd => ArrayRef[L] The tags to apply to policy-created resources. These user-defined tags are in addition to the AWS-added lifecycle tags. =head2 VariableTags => ArrayRef[L] A collection of key/value pairs with values determined dynamically when the policy is executed. Keys may be any valid Amazon EC2 tag key. Values must be in one of the two following formats: C<$(instance-id)> or C<$(timestamp)>. Variable tags are only valid for EBS Snapshot Management E Instance policies. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut