Interface CfnServiceActionAssociationProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnServiceActionAssociationProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-13T16:10:14.311Z")
@Stability(Stable)
public interface CfnServiceActionAssociationProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnServiceActionAssociation.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.servicecatalog.*;
CfnServiceActionAssociationProps cfnServiceActionAssociationProps = CfnServiceActionAssociationProps.builder()
.productId("productId")
.provisioningArtifactId("provisioningArtifactId")
.serviceActionId("serviceActionId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnServiceActionAssociationPropsstatic final classAn implementation forCfnServiceActionAssociationProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The product identifier.The identifier of the provisioning artifact.The self-service action identifier.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getProductId
The product identifier.For example,
prod-abcdzk7xy33qa.- See Also:
-
getProvisioningArtifactId
The identifier of the provisioning artifact.For example,
pa-4abcdjnxjj6ne.- See Also:
-
getServiceActionId
The self-service action identifier.For example,
act-fs7abcd89wxyz.- See Also:
-
builder
-