File Coverage

blib/lib/Cfn/Resource/AWS/SSM/ResourceDataSync.pm
Criterion Covered Total %
statement 32 32 100.0
branch n/a
condition n/a
subroutine 12 12 100.0
pod 0 2 0.0
total 44 46 95.6


line stmt bran cond sub pod time code
1             # AWS::SSM::ResourceDataSync generated from spec 20.1.0
2 1     1   719 use Moose::Util::TypeConstraints;
  1         3  
  1         12  
3              
4             coerce 'Cfn::Resource::Properties::AWS::SSM::ResourceDataSync',
5             from 'HashRef',
6             via { Cfn::Resource::Properties::AWS::SSM::ResourceDataSync->new( %$_ ) };
7              
8             package Cfn::Resource::AWS::SSM::ResourceDataSync {
9 1     1   2219 use Moose;
  1         4  
  1         9  
10             extends 'Cfn::Resource';
11             has Properties => (isa => 'Cfn::Resource::Properties::AWS::SSM::ResourceDataSync', is => 'rw', coerce => 1);
12            
13             sub AttributeList {
14 1     1 0 3 [ ]
15             }
16             sub supported_regions {
17 1     1 0 1209 [ 'ap-northeast-1','ap-northeast-2','ap-northeast-3','ap-south-1','ap-southeast-1','ap-southeast-2','ca-central-1','cn-north-1','cn-northwest-1','eu-central-1','eu-west-1','eu-west-2','eu-west-3','sa-east-1','us-east-1','us-east-2','us-gov-west-1','us-west-1','us-west-2' ]
18             }
19             }
20              
21              
22              
23             subtype 'Cfn::Resource::Properties::AWS::SSM::ResourceDataSync::AwsOrganizationsSource',
24             as 'Cfn::Value';
25              
26             coerce 'Cfn::Resource::Properties::AWS::SSM::ResourceDataSync::AwsOrganizationsSource',
27             from 'HashRef',
28             via {
29             if (my $f = Cfn::TypeLibrary::try_function($_)) {
30             return $f
31             } else {
32             return Cfn::Resource::Properties::Object::AWS::SSM::ResourceDataSync::AwsOrganizationsSource->new( %$_ );
33             }
34             };
35              
36             package Cfn::Resource::Properties::Object::AWS::SSM::ResourceDataSync::AwsOrganizationsSource {
37 1     1   7541 use Moose;
  1         4  
  1         7  
38 1     1   6711 use MooseX::StrictConstructor;
  1         3  
  1         8  
39             extends 'Cfn::Value::TypedValue';
40            
41             has OrganizationalUnits => (isa => 'Cfn::Value::Array|Cfn::Value::Function|Cfn::DynamicValue', is => 'rw', coerce => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable');
42             has OrganizationSourceType => (isa => 'Cfn::Value::String', is => 'rw', coerce => 1, required => 1, traits => [ 'CfnMutability' ], mutability => 'Immutable');
43             }
44              
45             subtype 'Cfn::Resource::Properties::AWS::SSM::ResourceDataSync::SyncSource',
46             as 'Cfn::Value';
47              
48             coerce 'Cfn::Resource::Properties::AWS::SSM::ResourceDataSync::SyncSource',
49             from 'HashRef',
50             via {
51             if (my $f = Cfn::TypeLibrary::try_function($_)) {
52             return $f
53             } else {
54             return Cfn::Resource::Properties::Object::AWS::SSM::ResourceDataSync::SyncSource->new( %$_ );
55             }
56             };
57              
58             package Cfn::Resource::Properties::Object::AWS::SSM::ResourceDataSync::SyncSource {
59 1     1   3758 use Moose;
  1         3  
  1         7  
60 1     1   6885 use MooseX::StrictConstructor;
  1         14  
  1         7  
61             extends 'Cfn::Value::TypedValue';
62            
63             has AwsOrganizationsSource => (isa => 'Cfn::Resource::Properties::AWS::SSM::ResourceDataSync::AwsOrganizationsSource', is => 'rw', coerce => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable');
64             has IncludeFutureRegions => (isa => 'Cfn::Value::Boolean', is => 'rw', coerce => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable');
65             has SourceRegions => (isa => 'Cfn::Value::Array|Cfn::Value::Function|Cfn::DynamicValue', is => 'rw', coerce => 1, required => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable');
66             has SourceType => (isa => 'Cfn::Value::String', is => 'rw', coerce => 1, required => 1, traits => [ 'CfnMutability' ], mutability => 'Immutable');
67             }
68              
69             subtype 'Cfn::Resource::Properties::AWS::SSM::ResourceDataSync::S3Destination',
70             as 'Cfn::Value';
71              
72             coerce 'Cfn::Resource::Properties::AWS::SSM::ResourceDataSync::S3Destination',
73             from 'HashRef',
74             via {
75             if (my $f = Cfn::TypeLibrary::try_function($_)) {
76             return $f
77             } else {
78             return Cfn::Resource::Properties::Object::AWS::SSM::ResourceDataSync::S3Destination->new( %$_ );
79             }
80             };
81              
82             package Cfn::Resource::Properties::Object::AWS::SSM::ResourceDataSync::S3Destination {
83 1     1   3502 use Moose;
  1         3  
  1         7  
84 1     1   6725 use MooseX::StrictConstructor;
  1         6  
  1         9  
85             extends 'Cfn::Value::TypedValue';
86            
87             has BucketName => (isa => 'Cfn::Value::String', is => 'rw', coerce => 1, required => 1, traits => [ 'CfnMutability' ], mutability => 'Immutable');
88             has BucketPrefix => (isa => 'Cfn::Value::String', is => 'rw', coerce => 1, traits => [ 'CfnMutability' ], mutability => 'Immutable');
89             has BucketRegion => (isa => 'Cfn::Value::String', is => 'rw', coerce => 1, required => 1, traits => [ 'CfnMutability' ], mutability => 'Immutable');
90             has KMSKeyArn => (isa => 'Cfn::Value::String', is => 'rw', coerce => 1, traits => [ 'CfnMutability' ], mutability => 'Immutable');
91             has SyncFormat => (isa => 'Cfn::Value::String', is => 'rw', coerce => 1, required => 1, traits => [ 'CfnMutability' ], mutability => 'Immutable');
92             }
93              
94             package Cfn::Resource::Properties::AWS::SSM::ResourceDataSync {
95 1     1   3348 use Moose;
  1         4  
  1         6  
96 1     1   6716 use MooseX::StrictConstructor;
  1         2  
  1         8  
97             extends 'Cfn::Resource::Properties';
98            
99             has BucketName => (isa => 'Cfn::Value::String', is => 'rw', coerce => 1, traits => [ 'CfnMutability' ], mutability => 'Immutable');
100             has BucketPrefix => (isa => 'Cfn::Value::String', is => 'rw', coerce => 1, traits => [ 'CfnMutability' ], mutability => 'Immutable');
101             has BucketRegion => (isa => 'Cfn::Value::String', is => 'rw', coerce => 1, traits => [ 'CfnMutability' ], mutability => 'Immutable');
102             has KMSKeyArn => (isa => 'Cfn::Value::String', is => 'rw', coerce => 1, traits => [ 'CfnMutability' ], mutability => 'Immutable');
103             has S3Destination => (isa => 'Cfn::Resource::Properties::AWS::SSM::ResourceDataSync::S3Destination', is => 'rw', coerce => 1, traits => [ 'CfnMutability' ], mutability => 'Immutable');
104             has SyncFormat => (isa => 'Cfn::Value::String', is => 'rw', coerce => 1, traits => [ 'CfnMutability' ], mutability => 'Immutable');
105             has SyncName => (isa => 'Cfn::Value::String', is => 'rw', coerce => 1, required => 1, traits => [ 'CfnMutability' ], mutability => 'Immutable');
106             has SyncSource => (isa => 'Cfn::Resource::Properties::AWS::SSM::ResourceDataSync::SyncSource', is => 'rw', coerce => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable');
107             has SyncType => (isa => 'Cfn::Value::String', is => 'rw', coerce => 1, traits => [ 'CfnMutability' ], mutability => 'Immutable');
108             }
109              
110             1;
111             ### main pod documentation begin ###
112              
113             =encoding UTF-8
114              
115             =head1 NAME
116              
117             Cfn::Resource::AWS::SSM::ResourceDataSync - Cfn resource for AWS::SSM::ResourceDataSync
118              
119             =head1 DESCRIPTION
120              
121             This module implements a Perl module that represents the CloudFormation object AWS::SSM::ResourceDataSync.
122              
123             See L<Cfn> for more information on how to use it.
124              
125             =head1 AUTHOR
126              
127             Jose Luis Martinez
128             CAPSiDE
129             jlmartinez@capside.com
130              
131             =head1 COPYRIGHT and LICENSE
132              
133             Copyright (c) 2013 by CAPSiDE
134             This code is distributed under the Apache 2 License. The full text of the
135             license can be found in the LICENSE file included with this module.
136              
137             =cut