Skip to content

GetAtt not supported for: RdsDbCluster.MasterUserSecret.SecretArn #47

@jlongland

Description

@jlongland

I have a template with a policy that references an RDS MasterUserSecret

    - Effect: Allow
      Action:
      - secretsmanager:GetSecretValue
      Resource:
      - !GetAtt RdsDbCluster.MasterUserSecret.SecretArn

I receive an error when validating:

ERROR: Call to GetAtt not supported for: RdsDbCluster.MasterUserSecret.SecretArn

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions