Interface CfnServiceActionAssociationProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnServiceActionAssociationProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.109.0 (build c221850)",
date="2025-03-14T03:25:05.501Z")
@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 class
A builder forCfnServiceActionAssociationProps
static final class
An 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
-