File Coverage

blib/lib/Cfn/Resource/AWS/Backup/BackupPlan.pm
Criterion Covered Total %
statement 38 38 100.0
branch n/a
condition n/a
subroutine 14 14 100.0
pod 0 2 0.0
total 52 54 96.3


line stmt bran cond sub pod time code
1             # AWS::Backup::BackupPlan generated from spec 11.1.0
2 1     1   667 use Moose::Util::TypeConstraints;
  1         3  
  1         8  
3              
4             coerce 'Cfn::Resource::Properties::AWS::Backup::BackupPlan',
5             from 'HashRef',
6             via { Cfn::Resource::Properties::AWS::Backup::BackupPlan->new( %$_ ) };
7              
8             package Cfn::Resource::AWS::Backup::BackupPlan {
9 1     1   2005 use Moose;
  1         3  
  1         7  
10             extends 'Cfn::Resource';
11             has Properties => (isa => 'Cfn::Resource::Properties::AWS::Backup::BackupPlan', is => 'rw', coerce => 1);
12            
13             sub AttributeList {
14 1     1 0 4 [ 'BackupPlanArn','BackupPlanId','VersionId' ]
15             }
16             sub supported_regions {
17 1     1 0 1089 [ 'ap-northeast-1','ap-northeast-2','ap-southeast-1','ap-southeast-2','ca-central-1','cn-north-1','cn-northwest-1','eu-central-1','eu-west-1','eu-west-2','us-east-1','us-east-2','us-west-1','us-west-2' ]
18             }
19             }
20              
21              
22              
23             subtype 'Cfn::Resource::Properties::AWS::Backup::BackupPlan::LifecycleResourceType',
24             as 'Cfn::Value';
25              
26             coerce 'Cfn::Resource::Properties::AWS::Backup::BackupPlan::LifecycleResourceType',
27             from 'HashRef',
28             via {
29             if (my $f = Cfn::TypeLibrary::try_function($_)) {
30             return $f
31             } else {
32             return Cfn::Resource::Properties::AWS::Backup::BackupPlan::LifecycleResourceTypeValue->new( %$_ );
33             }
34             };
35              
36             package Cfn::Resource::Properties::AWS::Backup::BackupPlan::LifecycleResourceTypeValue {
37 1     1   6819 use Moose;
  1         2  
  1         6  
38 1     1   6495 use MooseX::StrictConstructor;
  1         2  
  1         7  
39             extends 'Cfn::Value::TypedValue';
40            
41             has DeleteAfterDays => (isa => 'Cfn::Value::Double', is => 'rw', coerce => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable');
42             has MoveToColdStorageAfterDays => (isa => 'Cfn::Value::Double', is => 'rw', coerce => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable');
43             }
44             subtype 'ArrayOfCfn::Resource::Properties::AWS::Backup::BackupPlan::CopyActionResourceType',
45             as 'Cfn::Value',
46             where { $_->isa('Cfn::Value::Array') or $_->isa('Cfn::Value::Function') },
47             message { "$_ is not a Cfn::Value or a Cfn::Value::Function" };
48              
49             coerce 'ArrayOfCfn::Resource::Properties::AWS::Backup::BackupPlan::CopyActionResourceType',
50             from 'HashRef',
51             via {
52             if (my $f = Cfn::TypeLibrary::try_function($_)) {
53             return $f
54             } else {
55             die 'Only accepts functions';
56             }
57             },
58             from 'ArrayRef',
59             via {
60             Cfn::Value::Array->new(Value => [
61             map {
62             Moose::Util::TypeConstraints::find_type_constraint('Cfn::Resource::Properties::AWS::Backup::BackupPlan::CopyActionResourceType')->coerce($_)
63             } @$_
64             ]);
65             };
66              
67             subtype 'Cfn::Resource::Properties::AWS::Backup::BackupPlan::CopyActionResourceType',
68             as 'Cfn::Value';
69              
70             coerce 'Cfn::Resource::Properties::AWS::Backup::BackupPlan::CopyActionResourceType',
71             from 'HashRef',
72             via {
73             if (my $f = Cfn::TypeLibrary::try_function($_)) {
74             return $f
75             } else {
76             return Cfn::Resource::Properties::AWS::Backup::BackupPlan::CopyActionResourceTypeValue->new( %$_ );
77             }
78             };
79              
80             package Cfn::Resource::Properties::AWS::Backup::BackupPlan::CopyActionResourceTypeValue {
81 1     1   3713 use Moose;
  1         3  
  1         6  
82 1     1   6906 use MooseX::StrictConstructor;
  1         4  
  1         4  
83             extends 'Cfn::Value::TypedValue';
84            
85             has DestinationBackupVaultArn => (isa => 'Cfn::Value::String', is => 'rw', coerce => 1, required => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable');
86             has Lifecycle => (isa => 'Cfn::Resource::Properties::AWS::Backup::BackupPlan::LifecycleResourceType', is => 'rw', coerce => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable');
87             }
88             subtype 'ArrayOfCfn::Resource::Properties::AWS::Backup::BackupPlan::BackupRuleResourceType',
89             as 'Cfn::Value',
90             where { $_->isa('Cfn::Value::Array') or $_->isa('Cfn::Value::Function') },
91             message { "$_ is not a Cfn::Value or a Cfn::Value::Function" };
92              
93             coerce 'ArrayOfCfn::Resource::Properties::AWS::Backup::BackupPlan::BackupRuleResourceType',
94             from 'HashRef',
95             via {
96             if (my $f = Cfn::TypeLibrary::try_function($_)) {
97             return $f
98             } else {
99             die 'Only accepts functions';
100             }
101             },
102             from 'ArrayRef',
103             via {
104             Cfn::Value::Array->new(Value => [
105             map {
106             Moose::Util::TypeConstraints::find_type_constraint('Cfn::Resource::Properties::AWS::Backup::BackupPlan::BackupRuleResourceType')->coerce($_)
107             } @$_
108             ]);
109             };
110              
111             subtype 'Cfn::Resource::Properties::AWS::Backup::BackupPlan::BackupRuleResourceType',
112             as 'Cfn::Value';
113              
114             coerce 'Cfn::Resource::Properties::AWS::Backup::BackupPlan::BackupRuleResourceType',
115             from 'HashRef',
116             via {
117             if (my $f = Cfn::TypeLibrary::try_function($_)) {
118             return $f
119             } else {
120             return Cfn::Resource::Properties::AWS::Backup::BackupPlan::BackupRuleResourceTypeValue->new( %$_ );
121             }
122             };
123              
124             package Cfn::Resource::Properties::AWS::Backup::BackupPlan::BackupRuleResourceTypeValue {
125 1     1   3458 use Moose;
  1         2  
  1         5  
126 1     1   6457 use MooseX::StrictConstructor;
  1         2  
  1         7  
127             extends 'Cfn::Value::TypedValue';
128            
129             has CompletionWindowMinutes => (isa => 'Cfn::Value::Double', is => 'rw', coerce => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable');
130             has CopyActions => (isa => 'ArrayOfCfn::Resource::Properties::AWS::Backup::BackupPlan::CopyActionResourceType', is => 'rw', coerce => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable');
131             has Lifecycle => (isa => 'Cfn::Resource::Properties::AWS::Backup::BackupPlan::LifecycleResourceType', is => 'rw', coerce => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable');
132             has RecoveryPointTags => (isa => 'Cfn::Value::Json|Cfn::DynamicValue', is => 'rw', coerce => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable');
133             has RuleName => (isa => 'Cfn::Value::String', is => 'rw', coerce => 1, required => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable');
134             has ScheduleExpression => (isa => 'Cfn::Value::String', is => 'rw', coerce => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable');
135             has StartWindowMinutes => (isa => 'Cfn::Value::Double', is => 'rw', coerce => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable');
136             has TargetBackupVault => (isa => 'Cfn::Value::String', is => 'rw', coerce => 1, required => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable');
137             }
138              
139             subtype 'Cfn::Resource::Properties::AWS::Backup::BackupPlan::BackupPlanResourceType',
140             as 'Cfn::Value';
141              
142             coerce 'Cfn::Resource::Properties::AWS::Backup::BackupPlan::BackupPlanResourceType',
143             from 'HashRef',
144             via {
145             if (my $f = Cfn::TypeLibrary::try_function($_)) {
146             return $f
147             } else {
148             return Cfn::Resource::Properties::AWS::Backup::BackupPlan::BackupPlanResourceTypeValue->new( %$_ );
149             }
150             };
151              
152             package Cfn::Resource::Properties::AWS::Backup::BackupPlan::BackupPlanResourceTypeValue {
153 1     1   3369 use Moose;
  1         2  
  1         5  
154 1     1   6507 use MooseX::StrictConstructor;
  1         4  
  1         5  
155             extends 'Cfn::Value::TypedValue';
156            
157             has BackupPlanName => (isa => 'Cfn::Value::String', is => 'rw', coerce => 1, required => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable');
158             has BackupPlanRule => (isa => 'ArrayOfCfn::Resource::Properties::AWS::Backup::BackupPlan::BackupRuleResourceType', is => 'rw', coerce => 1, required => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable');
159             }
160              
161             package Cfn::Resource::Properties::AWS::Backup::BackupPlan {
162 1     1   3232 use Moose;
  1         4  
  1         5  
163 1     1   6461 use MooseX::StrictConstructor;
  1         4  
  1         6  
164             extends 'Cfn::Resource::Properties';
165            
166             has BackupPlan => (isa => 'Cfn::Resource::Properties::AWS::Backup::BackupPlan::BackupPlanResourceType', is => 'rw', coerce => 1, required => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable');
167             has BackupPlanTags => (isa => 'Cfn::Value::Json|Cfn::DynamicValue', is => 'rw', coerce => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable');
168             }
169              
170             1;