Question 455:
You are creating CloudFormation templates for new applications. In the templates, you need to include certain custom resources as they are not supported by the AWS CloudFormation resource types. You want to use the AWS::CloudFormation::CustomResource resource type to specify the custom resources. The resource type has a ServiceToken property that determines where AWS CloudFormation sends requests to. Which of the following endpoints can you configure in the ServiceToken property? (Select TWO.)
Answer options:
A.An Amazon SNS topic ARN. B.An Amazon SQS queue ARN. C.A CloudWatch Event rule ARN. D.An AWS Step Function name. E.A Lambda function ARN.