Show / Hide Table of Contents

Interface ICfnServiceActionAssociationProps

Properties for defining a CfnServiceActionAssociation.

Namespace: Amazon.CDK.AWS.Servicecatalog
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnServiceActionAssociationProps
Syntax (vb)
Public Interface ICfnServiceActionAssociationProps
Remarks

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

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.Servicecatalog;

             var cfnServiceActionAssociationProps = new CfnServiceActionAssociationProps {
                 ProductId = "productId",
                 ProvisioningArtifactId = "provisioningArtifactId",
                 ServiceActionId = "serviceActionId"
             };

Synopsis

Properties

ProductId

The product identifier.

ProvisioningArtifactId

The identifier of the provisioning artifact.

ServiceActionId

The self-service action identifier.

Properties

ProductId

The product identifier.

string ProductId { get; }
Property Value

string

Remarks

For example, prod-abcdzk7xy33qa .

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

ProvisioningArtifactId

The identifier of the provisioning artifact.

string ProvisioningArtifactId { get; }
Property Value

string

Remarks

For example, pa-4abcdjnxjj6ne .

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

ServiceActionId

The self-service action identifier.

object ServiceActionId { get; }
Property Value

object

Remarks

For example, act-fs7abcd89wxyz .

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

Type union: either string or IServiceActionRef

Back to top Generated by DocFX