

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

# `AWS-EnableCloudFormationSNSNotification`
<a name="AWS-EnableCloudFormationStackSNSNotification"></a>

 **설명** 

 `AWS-EnableCloudFormationSNSNotification` 실행서는 지정한 AWS CloudFormation () 스택에 대해 Amazon Simple Notification Service(Amazon SNS CloudFormation) 알림을 활성화합니다.

 [이 자동화 실행(콘솔)](https://console.aws.amazon.com/systems-manager/automation/execute/AWS-EnableCloudFormationStackSNSNotification) 

**문서 유형**

자동화

**소유자**

Amazon

**플랫폼**

Linux, macOS, Windows 

**파라미터**
+ AutomationAssumeRole

  유형: 문자열

  설명: (선택 사항) 사용자를 대신하여 Systems Manager Automation을 통해 작업을 수행할 수 있도록 허용하는 AWS Identity and Access Management (IAM) 역할의 Amazon 리소스 이름(ARN)입니다. 역할을 지정하지 않은 경우, Systems Manager Automation에서는 이 실행서를 시작하는 사용자의 권한을 사용합니다.
+ StackArn

  유형: 문자열

  설명: (필수) Amazon SNS 알림을 활성화하려는 CloudFormation 스택의 ARN 또는 이름입니다.
+ NotificationArn

  유형: 문자열

  설명: (필수) CloudFormation 스택과 연결하려는 Amazon SNS 주제의 ARN입니다.

**필수 IAM 권한**

실행서를 성공적으로 사용하려면 `AutomationAssumeRole` 파라미터에 다음 작업이 필요합니다.
+ ssm:GetAutomationExecution
+ ssm:StartAutomationExecution
+ cloudformation:DescribeStacks
+ cloudformation:UpdateStack
+ kms:Decrypt
+ kms:GenerateDataKey
+ sns:Publish
+ sqs:GetQueueAttributes

 **문서 단계** 
+ CheckCfnSnsLimits(`aws:executeScript`) - 지정한 CloudFormation 스택과 아직 연결되지 않은 Amazon SNS 주제의 최대 수를 확인합니다.
+ EnableCfnSnsNotification(`aws:executeAwsApi`) - CloudFormation 스택에 대한 Amazon SNS 알림을 활성화합니다.
+ VerificationCfnSnsNotification(`aws:executeScript`) - CloudFormation 스택에 대해 Amazon SNS 알림이 활성화되었는지 확인합니다.

 **출력** 

CheckCfnSnsLimits.NotificationArnList - CloudFormation 스택에 대한 Amazon SNS 알림을 수신하는 ARNs 목록입니다.

VerificationCfnSnsNotification.VerifySnsTopicsResponse - CloudFormation 스택에 대해 Amazon SNS 알림이 활성화되었음을 확인하는 API 작업의 응답입니다.