example-cf-account-info.yaml
--- AWSTemplateFormatVersion: '2010-09-09' Description: 'CloudFormation Account Parameter Help Lambda Example Usage' Resources: AccountProperties: Type: Custom::AccountProperties Properties: ServiceToken: !Sub "arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:fdn-cf-account-info" SSMParameters: - /cloudops/cfparams/cloudsites-certificate-arn VPCInfo: - all Outputs: CloudsitesCertificateArn: Value: !GetAtt AccountProperties.cloudops_cfparams_cloudsites-certificate-arn ChoosePrivateSubnet: Value: !GetAtt AccountProperties.choose-private-subnet