File Coverage

blib/lib/Cfn/Resource/AWS/Lambda/EventInvokeConfig.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::Lambda::EventInvokeConfig generated from spec 18.4.0
2 1     1   721 use Moose::Util::TypeConstraints;
  1         4  
  1         12  
3              
4             coerce 'Cfn::Resource::Properties::AWS::Lambda::EventInvokeConfig',
5             from 'HashRef',
6             via { Cfn::Resource::Properties::AWS::Lambda::EventInvokeConfig->new( %$_ ) };
7              
8             package Cfn::Resource::AWS::Lambda::EventInvokeConfig {
9 1     1   2209 use Moose;
  1         3  
  1         9  
10             extends 'Cfn::Resource';
11             has Properties => (isa => 'Cfn::Resource::Properties::AWS::Lambda::EventInvokeConfig', is => 'rw', coerce => 1);
12            
13             sub AttributeList {
14 1     1 0 4 [ ]
15             }
16             sub supported_regions {
17 1     1 0 1127 [ 'ap-east-1','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-north-1','eu-west-1','eu-west-2','eu-west-3','me-south-1','sa-east-1','us-east-1','us-east-2','us-gov-east-1','us-gov-west-1','us-west-1','us-west-2' ]
18             }
19             }
20              
21              
22              
23             subtype 'Cfn::Resource::Properties::AWS::Lambda::EventInvokeConfig::OnSuccess',
24             as 'Cfn::Value';
25              
26             coerce 'Cfn::Resource::Properties::AWS::Lambda::EventInvokeConfig::OnSuccess',
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::Lambda::EventInvokeConfig::OnSuccess->new( %$_ );
33             }
34             };
35              
36             package Cfn::Resource::Properties::Object::AWS::Lambda::EventInvokeConfig::OnSuccess {
37 1     1   7468 use Moose;
  1         3  
  1         14  
38 1     1   7181 use MooseX::StrictConstructor;
  1         3  
  1         12  
39             extends 'Cfn::Value::TypedValue';
40            
41             has Destination => (isa => 'Cfn::Value::String', is => 'rw', coerce => 1, required => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable');
42             }
43              
44             subtype 'Cfn::Resource::Properties::AWS::Lambda::EventInvokeConfig::OnFailure',
45             as 'Cfn::Value';
46              
47             coerce 'Cfn::Resource::Properties::AWS::Lambda::EventInvokeConfig::OnFailure',
48             from 'HashRef',
49             via {
50             if (my $f = Cfn::TypeLibrary::try_function($_)) {
51             return $f
52             } else {
53             return Cfn::Resource::Properties::Object::AWS::Lambda::EventInvokeConfig::OnFailure->new( %$_ );
54             }
55             };
56              
57             package Cfn::Resource::Properties::Object::AWS::Lambda::EventInvokeConfig::OnFailure {
58 1     1   3902 use Moose;
  1         4  
  1         5  
59 1     1   6987 use MooseX::StrictConstructor;
  1         3  
  1         7  
60             extends 'Cfn::Value::TypedValue';
61            
62             has Destination => (isa => 'Cfn::Value::String', is => 'rw', coerce => 1, required => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable');
63             }
64              
65             subtype 'Cfn::Resource::Properties::AWS::Lambda::EventInvokeConfig::DestinationConfig',
66             as 'Cfn::Value';
67              
68             coerce 'Cfn::Resource::Properties::AWS::Lambda::EventInvokeConfig::DestinationConfig',
69             from 'HashRef',
70             via {
71             if (my $f = Cfn::TypeLibrary::try_function($_)) {
72             return $f
73             } else {
74             return Cfn::Resource::Properties::Object::AWS::Lambda::EventInvokeConfig::DestinationConfig->new( %$_ );
75             }
76             };
77              
78             package Cfn::Resource::Properties::Object::AWS::Lambda::EventInvokeConfig::DestinationConfig {
79 1     1   3515 use Moose;
  1         3  
  1         7  
80 1     1   6927 use MooseX::StrictConstructor;
  1         4  
  1         5  
81             extends 'Cfn::Value::TypedValue';
82            
83             has OnFailure => (isa => 'Cfn::Resource::Properties::AWS::Lambda::EventInvokeConfig::OnFailure', is => 'rw', coerce => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable');
84             has OnSuccess => (isa => 'Cfn::Resource::Properties::AWS::Lambda::EventInvokeConfig::OnSuccess', is => 'rw', coerce => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable');
85             }
86              
87             package Cfn::Resource::Properties::AWS::Lambda::EventInvokeConfig {
88 1     1   3517 use Moose;
  1         3  
  1         7  
89 1     1   7307 use MooseX::StrictConstructor;
  1         3  
  1         7  
90             extends 'Cfn::Resource::Properties';
91            
92             has DestinationConfig => (isa => 'Cfn::Resource::Properties::AWS::Lambda::EventInvokeConfig::DestinationConfig', is => 'rw', coerce => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable');
93             has FunctionName => (isa => 'Cfn::Value::String', is => 'rw', coerce => 1, required => 1, traits => [ 'CfnMutability' ], mutability => 'Immutable');
94             has MaximumEventAgeInSeconds => (isa => 'Cfn::Value::Integer', is => 'rw', coerce => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable');
95             has MaximumRetryAttempts => (isa => 'Cfn::Value::Integer', is => 'rw', coerce => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable');
96             has Qualifier => (isa => 'Cfn::Value::String', is => 'rw', coerce => 1, required => 1, traits => [ 'CfnMutability' ], mutability => 'Immutable');
97             }
98              
99             1;
100             ### main pod documentation begin ###
101              
102             =encoding UTF-8
103              
104             =head1 NAME
105              
106             Cfn::Resource::AWS::Lambda::EventInvokeConfig - Cfn resource for AWS::Lambda::EventInvokeConfig
107              
108             =head1 DESCRIPTION
109              
110             This module implements a Perl module that represents the CloudFormation object AWS::Lambda::EventInvokeConfig.
111              
112             See L<Cfn> for more information on how to use it.
113              
114             =head1 AUTHOR
115              
116             Jose Luis Martinez
117             CAPSiDE
118             jlmartinez@capside.com
119              
120             =head1 COPYRIGHT and LICENSE
121              
122             Copyright (c) 2013 by CAPSiDE
123             This code is distributed under the Apache 2 License. The full text of the
124             license can be found in the LICENSE file included with this module.
125              
126             =cut