class Aws::Connect::Types::CreateUseCaseRequest

@note When making an API call, you may pass CreateUseCaseRequest

data as a hash:

    {
      instance_id: "InstanceId", # required
      integration_association_id: "IntegrationAssociationId", # required
      use_case_type: "RULES_EVALUATION", # required, accepts RULES_EVALUATION
      tags: {
        "TagKey" => "TagValue",
      },
    }

@!attribute [rw] instance_id

The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance.
@return [String]

@!attribute [rw] integration_association_id

The identifier for the AppIntegration association.
@return [String]

@!attribute [rw] use_case_type

The type of use case to associate to the AppIntegration association.
Each AppIntegration association can have only one of each use case
type.
@return [String]

@!attribute [rw] tags

One or more tags.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CreateUseCaseRequest AWS API Documentation

Constants

SENSITIVE