Sha256: 23855709a0ec2f557a7643be93c46a15087842e7426985752a403c0ef81dfcd1

Contents?: true

Size: 990 Bytes

Versions: 13

Compression:

Stored size: 990 Bytes

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::CloudFormation::Stack:
    TemplateUrl: TemplateURL
  AWS::ApplicationAutoScaling::ScalableTarget:
    RoleArn: RoleARN
  AWS::AutoScaling::LifecycleHook:
    RoleArn: RoleARN
    NotificationTargetArn: NotificationTargetARN
  AWS::AutoScaling::AutoScalingGroup:
    VpcZoneIdentifier: VPCZoneIdentifier
  AWS::Route53::RecordSet:
    Ttl: TTL
  AWS::SQS::Queue:
    DeadLetterTargetArn: deadLetterTargetArn
    MaxReceiveCount: maxReceiveCount
  AWS::RDS::DBSubnetGroup:
    DbSubnetGroupDescription: DBSubnetGroupDescription
    DbSubnetGroupName: DBSubnetGroupName
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

13 entries across 13 versions & 2 rubygems

Version Path
pipedream-0.4.8 vendor/cfn_camelizer/lib/camelizer.yml
pipedream-0.4.7 vendor/cfn_camelizer/lib/camelizer.yml
pipedream-0.4.6 vendor/cfn_camelizer/lib/camelizer.yml
pipedream-0.4.5 vendor/cfn_camelizer/lib/camelizer.yml
pipedream-0.4.4 vendor/cfn_camelizer/lib/camelizer.yml
pipedream-0.4.3 vendor/cfn_camelizer/lib/camelizer.yml
pipedream-0.4.2 vendor/cfn_camelizer/lib/camelizer.yml
pipedream-0.4.1 vendor/cfn_camelizer/lib/camelizer.yml
codepipeline-0.3.4 vendor/cfn_camelizer/lib/camelizer.yml
pipedream-0.4.0 vendor/cfn_camelizer/lib/camelizer.yml
codepipeline-0.3.3 vendor/cfn_camelizer/lib/camelizer.yml
codepipeline-0.3.2 vendor/cfn_camelizer/lib/camelizer.yml
codepipeline-0.3.1 vendor/cfn_camelizer/lib/camelizer.yml