@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.095Z") @Stability(value=Stable) public interface CfnServiceActionAssociationProps extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnServiceActionAssociationProps.Builder
A builder for
CfnServiceActionAssociationProps |
static class |
CfnServiceActionAssociationProps.Jsii$Proxy
An implementation for
CfnServiceActionAssociationProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnServiceActionAssociationProps.Builder |
builder() |
String |
getProductId()
The product identifier.
|
String |
getProvisioningArtifactId()
The identifier of the provisioning artifact.
|
String |
getServiceActionId()
The self-service action identifier.
|
@Stability(value=Stable) @NotNull String getProductId()
For example, prod-abcdzk7xy33qa .
@Stability(value=Stable) @NotNull String getProvisioningArtifactId()
For example, pa-4abcdjnxjj6ne .
@Stability(value=Stable) @NotNull String getServiceActionId()
For example, act-fs7abcd89wxyz .
@Stability(value=Stable) static CfnServiceActionAssociationProps.Builder builder()
Copyright © 2022. All rights reserved.