--- Parameters: App: Type: String Description: Your application's name. Env: Type: String Description: The environment name for the service. Name: Type: String Description: The name of the service. Resources: TranslateTextPolicy: Type: AWS::IAM::ManagedPolicy Properties: PolicyDocument: Version: 2012-10-17 Statement: - Effect: Allow Action: - translate:TranslateText Resource: "*" Outputs: TranslateTextPolicyArn: Description: "The ARN of the ManagedPolicy to attatch to the task role." Value: !Ref TranslateTextPolicy