Sha256: 0775034a6c0bcf49e9df77d5c71733c081f81e70ed184fbcd9955b877380a6b7

Contents?: true

Size: 1.37 KB

Versions: 4

Compression:

Stored size: 1.37 KB

Contents

---
special_keys:
  Aws: AWS
# Very fine grain control, since these map rules are scoped to specific resources
# After the special_keys map for backwards compatibility.
resource_keys: # specific to resource types
  AWS::ApiGateway::Authorizer:
    ProviderArns: ProviderARNs
  AWS::ApplicationAutoScaling::ScalableTarget:
    RoleArn: RoleARN
  AWS::AutoScaling::AutoScalingGroup:
    ServiceLinkedRoleArn: ServiceLinkedRoleARN
    TargetGroupArns: TargetGroupARNs
    VpcZoneIdentifier: VPCZoneIdentifier
  AWS::AutoScaling::LifecycleHook:
    NotificationTargetArn: NotificationTargetARN
    RoleArn: RoleARN
  AWS::CloudFormation::Stack:
    NotificationArns: NotificationARNs
    TemplateUrl: TemplateURL
  AWS::Events::Rule:
    RoleARN: RoleArn
  AWS::Route53::RecordSet:
    Ttl: TTL
  AWS::RDS::DBSubnetGroup:
    DbSubnetGroupDescription: DBSubnetGroupDescription
    DbSubnetGroupName: DBSubnetGroupName
  AWS::SQS::Queue:
    DeadLetterTargetArn: deadLetterTargetArn # under RedrivePolicy
    MaxReceiveCount: maxReceiveCount # under RedrivePolicy
  AutoScaling::LaunchConfiguration:
    ClassicLinkVpcId: ClassicLinkVPCId
    ClassicLinkVpcSecurityGroups: ClassicLinkVPCSecurityGroups
passthrough_parent_keys:
- Fn::Sub # https://amzn.to/2HKwxri
- ResponseParameters # API Gateway MethodResponse https://amzn.to/2HKw0Wk
- Variables # Lambda Environment Variables https://amzn.to/2HLlttV

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
cfn_camelizer-0.4.1 lib/camelizer.yml
lono-5.1.0 vendor/cfn_camelizer/lib/camelizer.yml
lono-5.0.1 vendor/cfn_camelizer/lib/camelizer.yml
cfn_camelizer-0.4.0 lib/camelizer.yml