source/CRRdeployagent/CRRdeployagent.py [134:144]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    monitor_account = ''
    topic_name = ''
    queue_arn = ''
    agent_accounts = []


    if 'Topic' in event["ResourceProperties"]:
        topic_name = event["ResourceProperties"]["Topic"] # SNS topic

    if 'CRRQueueArn' in event["ResourceProperties"]:
        queue_arn = event["ResourceProperties"]["CRRQueueArn"]
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



source/CRRdeployagent/CRRdeployagent.py [328:337]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    monitor_account = ''
    topic_name = ''
    queue_arn = ''
    agent_accounts = []

    if 'Topic' in event["ResourceProperties"]:
        topic_name = event["ResourceProperties"]["Topic"] # SNS topic

    if 'CRRQueueArn' in event["ResourceProperties"]:
        queue_arn = event["ResourceProperties"]["CRRQueueArn"]
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



