addAwsCloudWatch

The addAwsCloudWatch operation handles configuration related to AwsCloudWatch model. 

Data Parameters

Parameter Required Type Description
name True string
Field level constraints: cannot be null, cannot be blank or empty, length must be between 0 and 128 (inclusive). (Note: Additional constraints might exist)
description False string
Field level constraints: length must be between 0 and 200 (inclusive). (Note: Additional constraints might exist)
accessKey False string A String that represents the AWS account root user.
secretKey False string A String that represents the password for the provided access key.
region True string An ENUM value that represents AWS region into which this traffic is destined.
Field level constraints: cannot be null. (Note: Additional constraints might exist)
roleARN False string A String that indicates resource name specifying the role.
type True string A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name.

Example

- name: Execute 'addAwsCloudWatch' operation
  ftd_configuration:
    operation: "addAwsCloudWatch"
    data:
        name: "{{ name }}"
        description: "{{ description }}"
        accessKey: "{{ access_key }}"
        secretKey: "{{ secret_key }}"
        region: "{{ region }}"
        roleARN: "{{ role_arn }}"
        type: "{{ type }}"