Interface CfnServiceActionAssociationMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnServiceActionAssociationMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:20:05.455Z")
@Stability(Stable)
public interface CfnServiceActionAssociationMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnServiceActionAssociationPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.servicecatalog.*;
CfnServiceActionAssociationMixinProps cfnServiceActionAssociationMixinProps = CfnServiceActionAssociationMixinProps.builder()
.productId("productId")
.provisioningArtifactId("provisioningArtifactId")
.serviceActionId("serviceActionId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnServiceActionAssociationMixinPropsstatic final classAn implementation forCfnServiceActionAssociationMixinProps -
Method Summary
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.Returns union: either
StringorIServiceActionRef- See Also:
-
builder
-