| line | stmt | bran | cond | sub | pod | time | code | 
| 1 |  |  |  |  |  |  | # AWS::SecretsManager::Secret generated from spec 18.4.0 | 
| 2 | 1 |  |  | 1 |  | 695 | use Moose::Util::TypeConstraints; | 
|  | 1 |  |  |  |  | 4 |  | 
|  | 1 |  |  |  |  | 12 |  | 
| 3 |  |  |  |  |  |  |  | 
| 4 |  |  |  |  |  |  | coerce 'Cfn::Resource::Properties::AWS::SecretsManager::Secret', | 
| 5 |  |  |  |  |  |  | from 'HashRef', | 
| 6 |  |  |  |  |  |  | via { Cfn::Resource::Properties::AWS::SecretsManager::Secret->new( %$_ ) }; | 
| 7 |  |  |  |  |  |  |  | 
| 8 |  |  |  |  |  |  | package Cfn::Resource::AWS::SecretsManager::Secret { | 
| 9 | 1 |  |  | 1 |  | 2237 | use Moose; | 
|  | 1 |  |  |  |  | 3 |  | 
|  | 1 |  |  |  |  | 7 |  | 
| 10 |  |  |  |  |  |  | extends 'Cfn::Resource'; | 
| 11 |  |  |  |  |  |  | has Properties => (isa => 'Cfn::Resource::Properties::AWS::SecretsManager::Secret', is => 'rw', coerce => 1); | 
| 12 |  |  |  |  |  |  |  | 
| 13 |  |  |  |  |  |  | sub AttributeList { | 
| 14 | 1 |  |  | 1 | 0 | 5 | [  ] | 
| 15 |  |  |  |  |  |  | } | 
| 16 |  |  |  |  |  |  | sub supported_regions { | 
| 17 | 1 |  |  | 1 | 0 | 1192 | [ 'ap-northeast-1','ap-northeast-2','ap-south-1','ap-southeast-1','ap-southeast-2','ca-central-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::SecretsManager::Secret::GenerateSecretString', | 
| 24 |  |  |  |  |  |  | as 'Cfn::Value'; | 
| 25 |  |  |  |  |  |  |  | 
| 26 |  |  |  |  |  |  | coerce 'Cfn::Resource::Properties::AWS::SecretsManager::Secret::GenerateSecretString', | 
| 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::SecretsManager::Secret::GenerateSecretString->new( %$_ ); | 
| 33 |  |  |  |  |  |  | } | 
| 34 |  |  |  |  |  |  | }; | 
| 35 |  |  |  |  |  |  |  | 
| 36 |  |  |  |  |  |  | package Cfn::Resource::Properties::Object::AWS::SecretsManager::Secret::GenerateSecretString { | 
| 37 | 1 |  |  | 1 |  | 7237 | use Moose; | 
|  | 1 |  |  |  |  | 12 |  | 
|  | 1 |  |  |  |  | 7 |  | 
| 38 | 1 |  |  | 1 |  | 6691 | use MooseX::StrictConstructor; | 
|  | 1 |  |  |  |  | 3 |  | 
|  | 1 |  |  |  |  | 8 |  | 
| 39 |  |  |  |  |  |  | extends 'Cfn::Value::TypedValue'; | 
| 40 |  |  |  |  |  |  |  | 
| 41 |  |  |  |  |  |  | has ExcludeCharacters => (isa => 'Cfn::Value::String', is => 'rw', coerce => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable'); | 
| 42 |  |  |  |  |  |  | has ExcludeLowercase => (isa => 'Cfn::Value::Boolean', is => 'rw', coerce => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable'); | 
| 43 |  |  |  |  |  |  | has ExcludeNumbers => (isa => 'Cfn::Value::Boolean', is => 'rw', coerce => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable'); | 
| 44 |  |  |  |  |  |  | has ExcludePunctuation => (isa => 'Cfn::Value::Boolean', is => 'rw', coerce => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable'); | 
| 45 |  |  |  |  |  |  | has ExcludeUppercase => (isa => 'Cfn::Value::Boolean', is => 'rw', coerce => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable'); | 
| 46 |  |  |  |  |  |  | has GenerateStringKey => (isa => 'Cfn::Value::String', is => 'rw', coerce => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable'); | 
| 47 |  |  |  |  |  |  | has IncludeSpace => (isa => 'Cfn::Value::Boolean', is => 'rw', coerce => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable'); | 
| 48 |  |  |  |  |  |  | has PasswordLength => (isa => 'Cfn::Value::Integer', is => 'rw', coerce => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable'); | 
| 49 |  |  |  |  |  |  | has RequireEachIncludedType => (isa => 'Cfn::Value::Boolean', is => 'rw', coerce => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable'); | 
| 50 |  |  |  |  |  |  | has SecretStringTemplate => (isa => 'Cfn::Value::String', is => 'rw', coerce => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable'); | 
| 51 |  |  |  |  |  |  | } | 
| 52 |  |  |  |  |  |  |  | 
| 53 |  |  |  |  |  |  | package Cfn::Resource::Properties::AWS::SecretsManager::Secret { | 
| 54 | 1 |  |  | 1 |  | 3769 | use Moose; | 
|  | 1 |  |  |  |  | 4 |  | 
|  | 1 |  |  |  |  | 5 |  | 
| 55 | 1 |  |  | 1 |  | 6710 | use MooseX::StrictConstructor; | 
|  | 1 |  |  |  |  | 3 |  | 
|  | 1 |  |  |  |  | 6 |  | 
| 56 |  |  |  |  |  |  | extends 'Cfn::Resource::Properties'; | 
| 57 |  |  |  |  |  |  |  | 
| 58 |  |  |  |  |  |  | has Description => (isa => 'Cfn::Value::String', is => 'rw', coerce => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable'); | 
| 59 |  |  |  |  |  |  | has GenerateSecretString => (isa => 'Cfn::Resource::Properties::AWS::SecretsManager::Secret::GenerateSecretString', is => 'rw', coerce => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable'); | 
| 60 |  |  |  |  |  |  | has KmsKeyId => (isa => 'Cfn::Value::String', is => 'rw', coerce => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable'); | 
| 61 |  |  |  |  |  |  | has Name => (isa => 'Cfn::Value::String', is => 'rw', coerce => 1, traits => [ 'CfnMutability' ], mutability => 'Immutable'); | 
| 62 |  |  |  |  |  |  | has SecretString => (isa => 'Cfn::Value::String', is => 'rw', coerce => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable'); | 
| 63 |  |  |  |  |  |  | has Tags => (isa => 'ArrayOfCfn::Resource::Properties::TagType', is => 'rw', coerce => 1, traits => [ 'CfnMutability' ], mutability => 'Mutable'); | 
| 64 |  |  |  |  |  |  | } | 
| 65 |  |  |  |  |  |  |  | 
| 66 |  |  |  |  |  |  | 1; | 
| 67 |  |  |  |  |  |  | ### main pod documentation begin ### | 
| 68 |  |  |  |  |  |  |  | 
| 69 |  |  |  |  |  |  | =encoding UTF-8 | 
| 70 |  |  |  |  |  |  |  | 
| 71 |  |  |  |  |  |  | =head1 NAME | 
| 72 |  |  |  |  |  |  |  | 
| 73 |  |  |  |  |  |  | Cfn::Resource::AWS::SecretsManager::Secret - Cfn resource for AWS::SecretsManager::Secret | 
| 74 |  |  |  |  |  |  |  | 
| 75 |  |  |  |  |  |  | =head1 DESCRIPTION | 
| 76 |  |  |  |  |  |  |  | 
| 77 |  |  |  |  |  |  | This module implements a Perl module that represents the CloudFormation object AWS::SecretsManager::Secret. | 
| 78 |  |  |  |  |  |  |  | 
| 79 |  |  |  |  |  |  | See L<Cfn> for more information on how to use it. | 
| 80 |  |  |  |  |  |  |  | 
| 81 |  |  |  |  |  |  | =head1 AUTHOR | 
| 82 |  |  |  |  |  |  |  | 
| 83 |  |  |  |  |  |  | Jose Luis Martinez | 
| 84 |  |  |  |  |  |  | CAPSiDE | 
| 85 |  |  |  |  |  |  | jlmartinez@capside.com | 
| 86 |  |  |  |  |  |  |  | 
| 87 |  |  |  |  |  |  | =head1 COPYRIGHT and LICENSE | 
| 88 |  |  |  |  |  |  |  | 
| 89 |  |  |  |  |  |  | Copyright (c) 2013 by CAPSiDE | 
| 90 |  |  |  |  |  |  | This code is distributed under the Apache 2 License. The full text of the | 
| 91 |  |  |  |  |  |  | license can be found in the LICENSE file included with this module. | 
| 92 |  |  |  |  |  |  |  | 
| 93 |  |  |  |  |  |  | =cut |