| line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
|
1
|
|
|
|
|
|
|
# AWS::KinesisAnalytics::ApplicationReferenceDataSource generated from spec 18.4.0 |
|
2
|
1
|
|
|
1
|
|
802
|
use Moose::Util::TypeConstraints; |
|
|
1
|
|
|
|
|
4
|
|
|
|
1
|
|
|
|
|
12
|
|
|
3
|
|
|
|
|
|
|
|
|
4
|
|
|
|
|
|
|
coerce 'Cfn::Resource::Properties::AWS::KinesisAnalytics::ApplicationReferenceDataSource', |
|
5
|
|
|
|
|
|
|
from 'HashRef', |
|
6
|
|
|
|
|
|
|
via { Cfn::Resource::Properties::AWS::KinesisAnalytics::ApplicationReferenceDataSource->new( %$_ ) }; |
|
7
|
|
|
|
|
|
|
|
|
8
|
|
|
|
|
|
|
package Cfn::Resource::AWS::KinesisAnalytics::ApplicationReferenceDataSource { |
|
9
|
1
|
|
|
1
|
|
2322
|
use Moose; |
|
|
1
|
|
|
|
|
2
|
|
|
|
1
|
|
|
|
|
8
|
|
|
10
|
|
|
|
|
|
|
extends 'Cfn::Resource'; |
|
11
|
|
|
|
|
|
|
has Properties => (isa => 'Cfn::Resource::Properties::AWS::KinesisAnalytics::ApplicationReferenceDataSource', is => 'rw', coerce => 1); |
|
12
|
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
sub AttributeList { |
|
14
|
1
|
|
|
1
|
0
|
3
|
[ ] |
|
15
|
|
|
|
|
|
|
} |
|
16
|
|
|
|
|
|
|
sub supported_regions { |
|
17
|
1
|
|
|
1
|
0
|
1187
|
[ 'ap-northeast-1','ap-northeast-2','ap-southeast-1','ap-southeast-2','eu-west-1','eu-west-2','us-east-1','us-east-2','us-west-2' ] |
|
18
|
|
|
|
|
|
|
} |
|
19
|
|
|
|
|
|
|
} |
|
20
|
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
subtype 'Cfn::Resource::Properties::AWS::KinesisAnalytics::ApplicationReferenceDataSource::JSONMappingParameters', |
|
24
|
|
|
|
|
|
|
as 'Cfn::Value'; |
|
25
|
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
coerce 'Cfn::Resource::Properties::AWS::KinesisAnalytics::ApplicationReferenceDataSource::JSONMappingParameters', |
|
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::KinesisAnalytics::ApplicationReferenceDataSource::JSONMappingParameters->new( %$_ ); |
|
33
|
|
|
|
|
|
|
} |
|
34
|
|
|
|
|
|
|
}; |
|
35
|
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
package Cfn::Resource::Properties::Object::AWS::KinesisAnalytics::ApplicationReferenceDataSource::JSONMappingParameters { |
|
37
|
1
|
|
|
1
|
|
7732
|
use Moose; |
|
|
1
|
|
|
|
|
3
|
|
|
|
1
|
|
|
|
|
7
|
|
|
38
|
1
|
|
|
1
|
|
6691
|
use MooseX::StrictConstructor; |
|
|
1
|
|
|
|
|
3
|
|
|
|
1
|
|
|
|
|
10
|
|
|
39
|
|
|
|
|
|
|
extends 'Cfn::Value::TypedValue'; |
|
40
|
|
|
|
|
|
|
|
|
41
|
|
|
|
|
|
|
has RecordRowPath => (isa => 'Cfn::Value::String', is => 'rw', coerce => 1, required => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable'); |
|
42
|
|
|
|
|
|
|
} |
|
43
|
|
|
|
|
|
|
|
|
44
|
|
|
|
|
|
|
subtype 'Cfn::Resource::Properties::AWS::KinesisAnalytics::ApplicationReferenceDataSource::CSVMappingParameters', |
|
45
|
|
|
|
|
|
|
as 'Cfn::Value'; |
|
46
|
|
|
|
|
|
|
|
|
47
|
|
|
|
|
|
|
coerce 'Cfn::Resource::Properties::AWS::KinesisAnalytics::ApplicationReferenceDataSource::CSVMappingParameters', |
|
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::KinesisAnalytics::ApplicationReferenceDataSource::CSVMappingParameters->new( %$_ ); |
|
54
|
|
|
|
|
|
|
} |
|
55
|
|
|
|
|
|
|
}; |
|
56
|
|
|
|
|
|
|
|
|
57
|
|
|
|
|
|
|
package Cfn::Resource::Properties::Object::AWS::KinesisAnalytics::ApplicationReferenceDataSource::CSVMappingParameters { |
|
58
|
1
|
|
|
1
|
|
3726
|
use Moose; |
|
|
1
|
|
|
|
|
5
|
|
|
|
1
|
|
|
|
|
5
|
|
|
59
|
1
|
|
|
1
|
|
6777
|
use MooseX::StrictConstructor; |
|
|
1
|
|
|
|
|
2
|
|
|
|
1
|
|
|
|
|
6
|
|
|
60
|
|
|
|
|
|
|
extends 'Cfn::Value::TypedValue'; |
|
61
|
|
|
|
|
|
|
|
|
62
|
|
|
|
|
|
|
has RecordColumnDelimiter => (isa => 'Cfn::Value::String', is => 'rw', coerce => 1, required => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable'); |
|
63
|
|
|
|
|
|
|
has RecordRowDelimiter => (isa => 'Cfn::Value::String', is => 'rw', coerce => 1, required => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable'); |
|
64
|
|
|
|
|
|
|
} |
|
65
|
|
|
|
|
|
|
|
|
66
|
|
|
|
|
|
|
subtype 'Cfn::Resource::Properties::AWS::KinesisAnalytics::ApplicationReferenceDataSource::MappingParameters', |
|
67
|
|
|
|
|
|
|
as 'Cfn::Value'; |
|
68
|
|
|
|
|
|
|
|
|
69
|
|
|
|
|
|
|
coerce 'Cfn::Resource::Properties::AWS::KinesisAnalytics::ApplicationReferenceDataSource::MappingParameters', |
|
70
|
|
|
|
|
|
|
from 'HashRef', |
|
71
|
|
|
|
|
|
|
via { |
|
72
|
|
|
|
|
|
|
if (my $f = Cfn::TypeLibrary::try_function($_)) { |
|
73
|
|
|
|
|
|
|
return $f |
|
74
|
|
|
|
|
|
|
} else { |
|
75
|
|
|
|
|
|
|
return Cfn::Resource::Properties::Object::AWS::KinesisAnalytics::ApplicationReferenceDataSource::MappingParameters->new( %$_ ); |
|
76
|
|
|
|
|
|
|
} |
|
77
|
|
|
|
|
|
|
}; |
|
78
|
|
|
|
|
|
|
|
|
79
|
|
|
|
|
|
|
package Cfn::Resource::Properties::Object::AWS::KinesisAnalytics::ApplicationReferenceDataSource::MappingParameters { |
|
80
|
1
|
|
|
1
|
|
3467
|
use Moose; |
|
|
1
|
|
|
|
|
3
|
|
|
|
1
|
|
|
|
|
8
|
|
|
81
|
1
|
|
|
1
|
|
6745
|
use MooseX::StrictConstructor; |
|
|
1
|
|
|
|
|
7
|
|
|
|
1
|
|
|
|
|
6
|
|
|
82
|
|
|
|
|
|
|
extends 'Cfn::Value::TypedValue'; |
|
83
|
|
|
|
|
|
|
|
|
84
|
|
|
|
|
|
|
has CSVMappingParameters => (isa => 'Cfn::Resource::Properties::AWS::KinesisAnalytics::ApplicationReferenceDataSource::CSVMappingParameters', is => 'rw', coerce => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable'); |
|
85
|
|
|
|
|
|
|
has JSONMappingParameters => (isa => 'Cfn::Resource::Properties::AWS::KinesisAnalytics::ApplicationReferenceDataSource::JSONMappingParameters', is => 'rw', coerce => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable'); |
|
86
|
|
|
|
|
|
|
} |
|
87
|
|
|
|
|
|
|
|
|
88
|
|
|
|
|
|
|
subtype 'Cfn::Resource::Properties::AWS::KinesisAnalytics::ApplicationReferenceDataSource::RecordFormat', |
|
89
|
|
|
|
|
|
|
as 'Cfn::Value'; |
|
90
|
|
|
|
|
|
|
|
|
91
|
|
|
|
|
|
|
coerce 'Cfn::Resource::Properties::AWS::KinesisAnalytics::ApplicationReferenceDataSource::RecordFormat', |
|
92
|
|
|
|
|
|
|
from 'HashRef', |
|
93
|
|
|
|
|
|
|
via { |
|
94
|
|
|
|
|
|
|
if (my $f = Cfn::TypeLibrary::try_function($_)) { |
|
95
|
|
|
|
|
|
|
return $f |
|
96
|
|
|
|
|
|
|
} else { |
|
97
|
|
|
|
|
|
|
return Cfn::Resource::Properties::Object::AWS::KinesisAnalytics::ApplicationReferenceDataSource::RecordFormat->new( %$_ ); |
|
98
|
|
|
|
|
|
|
} |
|
99
|
|
|
|
|
|
|
}; |
|
100
|
|
|
|
|
|
|
|
|
101
|
|
|
|
|
|
|
package Cfn::Resource::Properties::Object::AWS::KinesisAnalytics::ApplicationReferenceDataSource::RecordFormat { |
|
102
|
1
|
|
|
1
|
|
3422
|
use Moose; |
|
|
1
|
|
|
|
|
4
|
|
|
|
1
|
|
|
|
|
7
|
|
|
103
|
1
|
|
|
1
|
|
6726
|
use MooseX::StrictConstructor; |
|
|
1
|
|
|
|
|
4
|
|
|
|
1
|
|
|
|
|
6
|
|
|
104
|
|
|
|
|
|
|
extends 'Cfn::Value::TypedValue'; |
|
105
|
|
|
|
|
|
|
|
|
106
|
|
|
|
|
|
|
has MappingParameters => (isa => 'Cfn::Resource::Properties::AWS::KinesisAnalytics::ApplicationReferenceDataSource::MappingParameters', is => 'rw', coerce => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable'); |
|
107
|
|
|
|
|
|
|
has RecordFormatType => (isa => 'Cfn::Value::String', is => 'rw', coerce => 1, required => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable'); |
|
108
|
|
|
|
|
|
|
} |
|
109
|
|
|
|
|
|
|
subtype 'ArrayOfCfn::Resource::Properties::AWS::KinesisAnalytics::ApplicationReferenceDataSource::RecordColumn', |
|
110
|
|
|
|
|
|
|
as 'Cfn::Value', |
|
111
|
|
|
|
|
|
|
where { $_->isa('Cfn::Value::Array') or $_->isa('Cfn::Value::Function') }, |
|
112
|
|
|
|
|
|
|
message { "$_ is not a Cfn::Value or a Cfn::Value::Function" }; |
|
113
|
|
|
|
|
|
|
|
|
114
|
|
|
|
|
|
|
coerce 'ArrayOfCfn::Resource::Properties::AWS::KinesisAnalytics::ApplicationReferenceDataSource::RecordColumn', |
|
115
|
|
|
|
|
|
|
from 'HashRef', |
|
116
|
|
|
|
|
|
|
via { |
|
117
|
|
|
|
|
|
|
if (my $f = Cfn::TypeLibrary::try_function($_)) { |
|
118
|
|
|
|
|
|
|
return $f |
|
119
|
|
|
|
|
|
|
} else { |
|
120
|
|
|
|
|
|
|
die 'Only accepts functions'; |
|
121
|
|
|
|
|
|
|
} |
|
122
|
|
|
|
|
|
|
}, |
|
123
|
|
|
|
|
|
|
from 'ArrayRef', |
|
124
|
|
|
|
|
|
|
via { |
|
125
|
|
|
|
|
|
|
Cfn::Value::Array->new(Value => [ |
|
126
|
|
|
|
|
|
|
map { |
|
127
|
|
|
|
|
|
|
Moose::Util::TypeConstraints::find_type_constraint('Cfn::Resource::Properties::AWS::KinesisAnalytics::ApplicationReferenceDataSource::RecordColumn')->coerce($_) |
|
128
|
|
|
|
|
|
|
} @$_ |
|
129
|
|
|
|
|
|
|
]); |
|
130
|
|
|
|
|
|
|
}; |
|
131
|
|
|
|
|
|
|
|
|
132
|
|
|
|
|
|
|
subtype 'Cfn::Resource::Properties::AWS::KinesisAnalytics::ApplicationReferenceDataSource::RecordColumn', |
|
133
|
|
|
|
|
|
|
as 'Cfn::Value'; |
|
134
|
|
|
|
|
|
|
|
|
135
|
|
|
|
|
|
|
coerce 'Cfn::Resource::Properties::AWS::KinesisAnalytics::ApplicationReferenceDataSource::RecordColumn', |
|
136
|
|
|
|
|
|
|
from 'HashRef', |
|
137
|
|
|
|
|
|
|
via { |
|
138
|
|
|
|
|
|
|
if (my $f = Cfn::TypeLibrary::try_function($_)) { |
|
139
|
|
|
|
|
|
|
return $f |
|
140
|
|
|
|
|
|
|
} else { |
|
141
|
|
|
|
|
|
|
return Cfn::Resource::Properties::Object::AWS::KinesisAnalytics::ApplicationReferenceDataSource::RecordColumn->new( %$_ ); |
|
142
|
|
|
|
|
|
|
} |
|
143
|
|
|
|
|
|
|
}; |
|
144
|
|
|
|
|
|
|
|
|
145
|
|
|
|
|
|
|
package Cfn::Resource::Properties::Object::AWS::KinesisAnalytics::ApplicationReferenceDataSource::RecordColumn { |
|
146
|
1
|
|
|
1
|
|
3698
|
use Moose; |
|
|
1
|
|
|
|
|
3
|
|
|
|
1
|
|
|
|
|
5
|
|
|
147
|
1
|
|
|
1
|
|
6676
|
use MooseX::StrictConstructor; |
|
|
1
|
|
|
|
|
3
|
|
|
|
1
|
|
|
|
|
7
|
|
|
148
|
|
|
|
|
|
|
extends 'Cfn::Value::TypedValue'; |
|
149
|
|
|
|
|
|
|
|
|
150
|
|
|
|
|
|
|
has Mapping => (isa => 'Cfn::Value::String', is => 'rw', coerce => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable'); |
|
151
|
|
|
|
|
|
|
has Name => (isa => 'Cfn::Value::String', is => 'rw', coerce => 1, required => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable'); |
|
152
|
|
|
|
|
|
|
has SqlType => (isa => 'Cfn::Value::String', is => 'rw', coerce => 1, required => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable'); |
|
153
|
|
|
|
|
|
|
} |
|
154
|
|
|
|
|
|
|
|
|
155
|
|
|
|
|
|
|
subtype 'Cfn::Resource::Properties::AWS::KinesisAnalytics::ApplicationReferenceDataSource::S3ReferenceDataSource', |
|
156
|
|
|
|
|
|
|
as 'Cfn::Value'; |
|
157
|
|
|
|
|
|
|
|
|
158
|
|
|
|
|
|
|
coerce 'Cfn::Resource::Properties::AWS::KinesisAnalytics::ApplicationReferenceDataSource::S3ReferenceDataSource', |
|
159
|
|
|
|
|
|
|
from 'HashRef', |
|
160
|
|
|
|
|
|
|
via { |
|
161
|
|
|
|
|
|
|
if (my $f = Cfn::TypeLibrary::try_function($_)) { |
|
162
|
|
|
|
|
|
|
return $f |
|
163
|
|
|
|
|
|
|
} else { |
|
164
|
|
|
|
|
|
|
return Cfn::Resource::Properties::Object::AWS::KinesisAnalytics::ApplicationReferenceDataSource::S3ReferenceDataSource->new( %$_ ); |
|
165
|
|
|
|
|
|
|
} |
|
166
|
|
|
|
|
|
|
}; |
|
167
|
|
|
|
|
|
|
|
|
168
|
|
|
|
|
|
|
package Cfn::Resource::Properties::Object::AWS::KinesisAnalytics::ApplicationReferenceDataSource::S3ReferenceDataSource { |
|
169
|
1
|
|
|
1
|
|
3493
|
use Moose; |
|
|
1
|
|
|
|
|
3
|
|
|
|
1
|
|
|
|
|
6
|
|
|
170
|
1
|
|
|
1
|
|
6784
|
use MooseX::StrictConstructor; |
|
|
1
|
|
|
|
|
2
|
|
|
|
1
|
|
|
|
|
7
|
|
|
171
|
|
|
|
|
|
|
extends 'Cfn::Value::TypedValue'; |
|
172
|
|
|
|
|
|
|
|
|
173
|
|
|
|
|
|
|
has BucketARN => (isa => 'Cfn::Value::String', is => 'rw', coerce => 1, required => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable'); |
|
174
|
|
|
|
|
|
|
has FileKey => (isa => 'Cfn::Value::String', is => 'rw', coerce => 1, required => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable'); |
|
175
|
|
|
|
|
|
|
has ReferenceRoleARN => (isa => 'Cfn::Value::String', is => 'rw', coerce => 1, required => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable'); |
|
176
|
|
|
|
|
|
|
} |
|
177
|
|
|
|
|
|
|
|
|
178
|
|
|
|
|
|
|
subtype 'Cfn::Resource::Properties::AWS::KinesisAnalytics::ApplicationReferenceDataSource::ReferenceSchema', |
|
179
|
|
|
|
|
|
|
as 'Cfn::Value'; |
|
180
|
|
|
|
|
|
|
|
|
181
|
|
|
|
|
|
|
coerce 'Cfn::Resource::Properties::AWS::KinesisAnalytics::ApplicationReferenceDataSource::ReferenceSchema', |
|
182
|
|
|
|
|
|
|
from 'HashRef', |
|
183
|
|
|
|
|
|
|
via { |
|
184
|
|
|
|
|
|
|
if (my $f = Cfn::TypeLibrary::try_function($_)) { |
|
185
|
|
|
|
|
|
|
return $f |
|
186
|
|
|
|
|
|
|
} else { |
|
187
|
|
|
|
|
|
|
return Cfn::Resource::Properties::Object::AWS::KinesisAnalytics::ApplicationReferenceDataSource::ReferenceSchema->new( %$_ ); |
|
188
|
|
|
|
|
|
|
} |
|
189
|
|
|
|
|
|
|
}; |
|
190
|
|
|
|
|
|
|
|
|
191
|
|
|
|
|
|
|
package Cfn::Resource::Properties::Object::AWS::KinesisAnalytics::ApplicationReferenceDataSource::ReferenceSchema { |
|
192
|
1
|
|
|
1
|
|
3531
|
use Moose; |
|
|
1
|
|
|
|
|
4
|
|
|
|
1
|
|
|
|
|
7
|
|
|
193
|
1
|
|
|
1
|
|
6740
|
use MooseX::StrictConstructor; |
|
|
1
|
|
|
|
|
3
|
|
|
|
1
|
|
|
|
|
6
|
|
|
194
|
|
|
|
|
|
|
extends 'Cfn::Value::TypedValue'; |
|
195
|
|
|
|
|
|
|
|
|
196
|
|
|
|
|
|
|
has RecordColumns => (isa => 'ArrayOfCfn::Resource::Properties::AWS::KinesisAnalytics::ApplicationReferenceDataSource::RecordColumn', is => 'rw', coerce => 1, required => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable'); |
|
197
|
|
|
|
|
|
|
has RecordEncoding => (isa => 'Cfn::Value::String', is => 'rw', coerce => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable'); |
|
198
|
|
|
|
|
|
|
has RecordFormat => (isa => 'Cfn::Resource::Properties::AWS::KinesisAnalytics::ApplicationReferenceDataSource::RecordFormat', is => 'rw', coerce => 1, required => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable'); |
|
199
|
|
|
|
|
|
|
} |
|
200
|
|
|
|
|
|
|
|
|
201
|
|
|
|
|
|
|
subtype 'Cfn::Resource::Properties::AWS::KinesisAnalytics::ApplicationReferenceDataSource::ReferenceDataSource', |
|
202
|
|
|
|
|
|
|
as 'Cfn::Value'; |
|
203
|
|
|
|
|
|
|
|
|
204
|
|
|
|
|
|
|
coerce 'Cfn::Resource::Properties::AWS::KinesisAnalytics::ApplicationReferenceDataSource::ReferenceDataSource', |
|
205
|
|
|
|
|
|
|
from 'HashRef', |
|
206
|
|
|
|
|
|
|
via { |
|
207
|
|
|
|
|
|
|
if (my $f = Cfn::TypeLibrary::try_function($_)) { |
|
208
|
|
|
|
|
|
|
return $f |
|
209
|
|
|
|
|
|
|
} else { |
|
210
|
|
|
|
|
|
|
return Cfn::Resource::Properties::Object::AWS::KinesisAnalytics::ApplicationReferenceDataSource::ReferenceDataSource->new( %$_ ); |
|
211
|
|
|
|
|
|
|
} |
|
212
|
|
|
|
|
|
|
}; |
|
213
|
|
|
|
|
|
|
|
|
214
|
|
|
|
|
|
|
package Cfn::Resource::Properties::Object::AWS::KinesisAnalytics::ApplicationReferenceDataSource::ReferenceDataSource { |
|
215
|
1
|
|
|
1
|
|
3496
|
use Moose; |
|
|
1
|
|
|
|
|
4
|
|
|
|
1
|
|
|
|
|
8
|
|
|
216
|
1
|
|
|
1
|
|
6648
|
use MooseX::StrictConstructor; |
|
|
1
|
|
|
|
|
5
|
|
|
|
1
|
|
|
|
|
6
|
|
|
217
|
|
|
|
|
|
|
extends 'Cfn::Value::TypedValue'; |
|
218
|
|
|
|
|
|
|
|
|
219
|
|
|
|
|
|
|
has ReferenceSchema => (isa => 'Cfn::Resource::Properties::AWS::KinesisAnalytics::ApplicationReferenceDataSource::ReferenceSchema', is => 'rw', coerce => 1, required => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable'); |
|
220
|
|
|
|
|
|
|
has S3ReferenceDataSource => (isa => 'Cfn::Resource::Properties::AWS::KinesisAnalytics::ApplicationReferenceDataSource::S3ReferenceDataSource', is => 'rw', coerce => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable'); |
|
221
|
|
|
|
|
|
|
has TableName => (isa => 'Cfn::Value::String', is => 'rw', coerce => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable'); |
|
222
|
|
|
|
|
|
|
} |
|
223
|
|
|
|
|
|
|
|
|
224
|
|
|
|
|
|
|
package Cfn::Resource::Properties::AWS::KinesisAnalytics::ApplicationReferenceDataSource { |
|
225
|
1
|
|
|
1
|
|
3379
|
use Moose; |
|
|
1
|
|
|
|
|
4
|
|
|
|
1
|
|
|
|
|
6
|
|
|
226
|
1
|
|
|
1
|
|
6799
|
use MooseX::StrictConstructor; |
|
|
1
|
|
|
|
|
4
|
|
|
|
1
|
|
|
|
|
6
|
|
|
227
|
|
|
|
|
|
|
extends 'Cfn::Resource::Properties'; |
|
228
|
|
|
|
|
|
|
|
|
229
|
|
|
|
|
|
|
has ApplicationName => (isa => 'Cfn::Value::String', is => 'rw', coerce => 1, required => 1, traits => [ 'CfnMutability' ], mutability => 'Immutable'); |
|
230
|
|
|
|
|
|
|
has ReferenceDataSource => (isa => 'Cfn::Resource::Properties::AWS::KinesisAnalytics::ApplicationReferenceDataSource::ReferenceDataSource', is => 'rw', coerce => 1, required => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable'); |
|
231
|
|
|
|
|
|
|
} |
|
232
|
|
|
|
|
|
|
|
|
233
|
|
|
|
|
|
|
1; |
|
234
|
|
|
|
|
|
|
### main pod documentation begin ### |
|
235
|
|
|
|
|
|
|
|
|
236
|
|
|
|
|
|
|
=encoding UTF-8 |
|
237
|
|
|
|
|
|
|
|
|
238
|
|
|
|
|
|
|
=head1 NAME |
|
239
|
|
|
|
|
|
|
|
|
240
|
|
|
|
|
|
|
Cfn::Resource::AWS::KinesisAnalytics::ApplicationReferenceDataSource - Cfn resource for AWS::KinesisAnalytics::ApplicationReferenceDataSource |
|
241
|
|
|
|
|
|
|
|
|
242
|
|
|
|
|
|
|
=head1 DESCRIPTION |
|
243
|
|
|
|
|
|
|
|
|
244
|
|
|
|
|
|
|
This module implements a Perl module that represents the CloudFormation object AWS::KinesisAnalytics::ApplicationReferenceDataSource. |
|
245
|
|
|
|
|
|
|
|
|
246
|
|
|
|
|
|
|
See L<Cfn> for more information on how to use it. |
|
247
|
|
|
|
|
|
|
|
|
248
|
|
|
|
|
|
|
=head1 AUTHOR |
|
249
|
|
|
|
|
|
|
|
|
250
|
|
|
|
|
|
|
Jose Luis Martinez |
|
251
|
|
|
|
|
|
|
CAPSiDE |
|
252
|
|
|
|
|
|
|
jlmartinez@capside.com |
|
253
|
|
|
|
|
|
|
|
|
254
|
|
|
|
|
|
|
=head1 COPYRIGHT and LICENSE |
|
255
|
|
|
|
|
|
|
|
|
256
|
|
|
|
|
|
|
Copyright (c) 2013 by CAPSiDE |
|
257
|
|
|
|
|
|
|
This code is distributed under the Apache 2 License. The full text of the |
|
258
|
|
|
|
|
|
|
license can be found in the LICENSE file included with this module. |
|
259
|
|
|
|
|
|
|
|
|
260
|
|
|
|
|
|
|
=cut |