{
  "typeName" : "AWS::ServiceCatalog::ServiceActionAssociation",
  "description" : "Resource Schema for AWS::ServiceCatalog::ServiceActionAssociation",
  "sourceUrl" : "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git",
  "properties" : {
    "ProductId" : {
      "type" : "string",
      "pattern" : "^[a-zA-Z0-9][a-zA-Z0-9_-]{1,99}\\Z",
      "minLength" : 1,
      "maxLength" : 100
    },
    "ProvisioningArtifactId" : {
      "type" : "string",
      "pattern" : "^[a-zA-Z0-9][a-zA-Z0-9_-]{1,99}\\Z",
      "minLength" : 1,
      "maxLength" : 100
    },
    "ServiceActionId" : {
      "type" : "string",
      "pattern" : "^[a-zA-Z0-9][a-zA-Z0-9_-]{1,99}\\Z",
      "minLength" : 1,
      "maxLength" : 100
    }
  },
  "additionalProperties" : false,
  "required" : [ "ProductId", "ProvisioningArtifactId", "ServiceActionId" ],
  "createOnlyProperties" : [ "/properties/ProductId", "/properties/ProvisioningArtifactId", "/properties/ServiceActionId" ],
  "primaryIdentifier" : [ "/properties/ProductId", "/properties/ProvisioningArtifactId", "/properties/ServiceActionId" ],
  "handlers" : {
    "create" : {
      "permissions" : [ "servicecatalog:AssociateServiceActionWithProvisioningArtifact" ]
    },
    "read" : {
      "permissions" : [ "servicecatalog:ListServiceActionsForProvisioningArtifact" ]
    },
    "delete" : {
      "permissions" : [ "servicecatalog:DisassociateServiceActionFromProvisioningArtifact" ]
    },
    "list" : {
      "permissions" : [ "servicecatalog:ListServiceActionsForProvisioningArtifact" ]
    }
  }
}