CfnServiceActionAssociationProps

class aws_cdk.aws_servicecatalog.CfnServiceActionAssociationProps(*, product_id, provisioning_artifact_id, service_action_id)

Bases: object

Properties for defining a CfnServiceActionAssociation.

Parameters:
  • product_id (str) – The product identifier. For example, prod-abcdzk7xy33qa .

  • provisioning_artifact_id (str) – The identifier of the provisioning artifact. For example, pa-4abcdjnxjj6ne .

  • service_action_id (str) – The self-service action identifier. For example, act-fs7abcd89wxyz .

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-serviceactionassociation.html

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_servicecatalog as servicecatalog

cfn_service_action_association_props = servicecatalog.CfnServiceActionAssociationProps(
    product_id="productId",
    provisioning_artifact_id="provisioningArtifactId",
    service_action_id="serviceActionId"
)

Attributes

product_id

The product identifier.

For example, prod-abcdzk7xy33qa .

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-serviceactionassociation.html#cfn-servicecatalog-serviceactionassociation-productid

provisioning_artifact_id

The identifier of the provisioning artifact.

For example, pa-4abcdjnxjj6ne .

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-serviceactionassociation.html#cfn-servicecatalog-serviceactionassociation-provisioningartifactid

service_action_id

The self-service action identifier.

For example, act-fs7abcd89wxyz .

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-serviceactionassociation.html#cfn-servicecatalog-serviceactionassociation-serviceactionid