@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-15T10:03:45.281Z") @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()
`AWS::ServiceCatalog::ServiceActionAssociation.ProductId`.
|
String |
getProvisioningArtifactId()
`AWS::ServiceCatalog::ServiceActionAssociation.ProvisioningArtifactId`.
|
String |
getServiceActionId()
`AWS::ServiceCatalog::ServiceActionAssociation.ServiceActionId`.
|
@Stability(value=Stable) @NotNull String getProductId()
@Stability(value=Stable) @NotNull String getProvisioningArtifactId()
@Stability(value=Stable) @NotNull String getServiceActionId()
@Stability(value=Stable) static CfnServiceActionAssociationProps.Builder builder()
Copyright © 2021. All rights reserved.