@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)", date="2023-01-25T18:29:03.910Z") public class CfnServiceActionAssociation extends CfnResource implements IInspectable
A self-service action association consisting of the Action ID, the Product ID, and the Provisioning Artifact ID.
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.*; CfnServiceActionAssociation cfnServiceActionAssociation = CfnServiceActionAssociation.Builder.create(this, "MyCfnServiceActionAssociation") .productId("productId") .provisioningArtifactId("provisioningArtifactId") .serviceActionId("serviceActionId") .build();
Modifier and Type | Class and Description |
---|---|
static class |
CfnServiceActionAssociation.Builder
A fluent builder for
CfnServiceActionAssociation . |
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
IConstruct.Jsii$Default
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
Modifier | Constructor and Description |
---|---|
|
CfnServiceActionAssociation(Construct scope,
java.lang.String id,
CfnServiceActionAssociationProps props)
Create a new `AWS::ServiceCatalog::ServiceActionAssociation`.
|
protected |
CfnServiceActionAssociation(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnServiceActionAssociation(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
protected java.util.Map<java.lang.String,java.lang.Object> |
getCfnProperties() |
java.lang.String |
getProductId()
The product identifier.
|
java.lang.String |
getProvisioningArtifactId()
The identifier of the provisioning artifact.
|
java.lang.String |
getServiceActionId()
The self-service action identifier.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected java.util.Map<java.lang.String,java.lang.Object> |
renderProperties(java.util.Map<java.lang.String,java.lang.Object> props) |
void |
setProductId(java.lang.String value)
The product identifier.
|
void |
setProvisioningArtifactId(java.lang.String value)
The identifier of the provisioning artifact.
|
void |
setServiceActionId(java.lang.String value)
The self-service action identifier.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validateProperties
getRef
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validate
public static final java.lang.String CFN_RESOURCE_TYPE_NAME
protected CfnServiceActionAssociation(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnServiceActionAssociation(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public CfnServiceActionAssociation(Construct scope, java.lang.String id, CfnServiceActionAssociationProps props)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.props
- - resource properties. This parameter is required.public void inspect(TreeInspector inspector)
inspect
in interface IInspectable
inspector
- - tree inspector to collect and process attributes. This parameter is required.protected java.util.Map<java.lang.String,java.lang.Object> renderProperties(java.util.Map<java.lang.String,java.lang.Object> props)
renderProperties
in class CfnResource
props
- This parameter is required.protected java.util.Map<java.lang.String,java.lang.Object> getCfnProperties()
getCfnProperties
in class CfnResource
public java.lang.String getProductId()
For example, prod-abcdzk7xy33qa
.
public void setProductId(java.lang.String value)
For example, prod-abcdzk7xy33qa
.
public java.lang.String getProvisioningArtifactId()
For example, pa-4abcdjnxjj6ne
.
public void setProvisioningArtifactId(java.lang.String value)
For example, pa-4abcdjnxjj6ne
.
public java.lang.String getServiceActionId()
For example, act-fs7abcd89wxyz
.
public void setServiceActionId(java.lang.String value)
For example, act-fs7abcd89wxyz
.