@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.092Z") @Stability(value=Stable) public class CfnResourceUpdateConstraint extends CfnResource implements IInspectable
Specifies a RESOURCE_UPDATE constraint.
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.*;
CfnResourceUpdateConstraint cfnResourceUpdateConstraint = CfnResourceUpdateConstraint.Builder.create(this, "MyCfnResourceUpdateConstraint")
.portfolioId("portfolioId")
.productId("productId")
.tagUpdateOnProvisionedProduct("tagUpdateOnProvisionedProduct")
// the properties below are optional
.acceptLanguage("acceptLanguage")
.description("description")
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnResourceUpdateConstraint.Builder
A fluent builder for
CfnResourceUpdateConstraint. |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnResourceUpdateConstraint(software.constructs.Construct scope,
String id,
CfnResourceUpdateConstraintProps props)
Create a new `AWS::ServiceCatalog::ResourceUpdateConstraint`.
|
protected |
CfnResourceUpdateConstraint(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnResourceUpdateConstraint(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAcceptLanguage()
The language code.
|
protected Map<String,Object> |
getCfnProperties() |
String |
getDescription()
The description of the constraint.
|
String |
getPortfolioId()
The portfolio identifier.
|
String |
getProductId()
The product identifier.
|
String |
getTagUpdateOnProvisionedProduct()
If set to `ALLOWED` , lets users change tags in a [CloudFormationProvisionedProduct](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html) resource.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setAcceptLanguage(String value)
The language code.
|
void |
setDescription(String value)
The description of the constraint.
|
void |
setPortfolioId(String value)
The portfolio identifier.
|
void |
setProductId(String value)
The product identifier.
|
void |
setTagUpdateOnProvisionedProduct(String value)
If set to `ALLOWED` , lets users change tags in a [CloudFormationProvisionedProduct](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html) resource.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnResourceUpdateConstraint(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnResourceUpdateConstraint(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnResourceUpdateConstraint(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnResourceUpdateConstraintProps 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.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public String getPortfolioId()
@Stability(value=Stable)
public void setPortfolioId(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getProductId()
@Stability(value=Stable)
public void setProductId(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getTagUpdateOnProvisionedProduct()
If set to NOT_ALLOWED , prevents users from changing tags in a CloudFormationProvisionedProduct resource.
@Stability(value=Stable)
public void setTagUpdateOnProvisionedProduct(@NotNull
String value)
If set to NOT_ALLOWED , prevents users from changing tags in a CloudFormationProvisionedProduct resource.
@Stability(value=Stable) @Nullable public String getAcceptLanguage()
en - English (default)jp - Japanesezh - Chinese@Stability(value=Stable)
public void setAcceptLanguage(@Nullable
String value)
en - English (default)jp - Japanesezh - Chinese@Stability(value=Stable) @Nullable public String getDescription()
@Stability(value=Stable)
public void setDescription(@Nullable
String value)
Copyright © 2022. All rights reserved.