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
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
Remarks
ProvisioningArtifactId
The identifier of the provisioning artifact.
string ProvisioningArtifactId { get; }
Property Value
Remarks
ServiceActionId
The self-service action identifier.
object ServiceActionId { get; }
Property Value
Remarks
For example, act-fs7abcd89wxyz .
Type union: either string or IServiceActionRef