@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.093Z") @Stability(value=Stable) public interface CfnResourceUpdateConstraintProps 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.*;
CfnResourceUpdateConstraintProps cfnResourceUpdateConstraintProps = CfnResourceUpdateConstraintProps.builder()
.portfolioId("portfolioId")
.productId("productId")
.tagUpdateOnProvisionedProduct("tagUpdateOnProvisionedProduct")
// the properties below are optional
.acceptLanguage("acceptLanguage")
.description("description")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnResourceUpdateConstraintProps.Builder
A builder for
CfnResourceUpdateConstraintProps |
static class |
CfnResourceUpdateConstraintProps.Jsii$Proxy
An implementation for
CfnResourceUpdateConstraintProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnResourceUpdateConstraintProps.Builder |
builder() |
default String |
getAcceptLanguage()
The language code.
|
default 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.
|
@Stability(value=Stable) @NotNull String getPortfolioId()
@Stability(value=Stable) @NotNull String getProductId()
@Stability(value=Stable) @NotNull String getTagUpdateOnProvisionedProduct()
If set to NOT_ALLOWED , prevents users from changing tags in a CloudFormationProvisionedProduct resource.
@Stability(value=Stable) @Nullable default String getAcceptLanguage()
en - English (default)jp - Japanesezh - Chinese@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) static CfnResourceUpdateConstraintProps.Builder builder()
Copyright © 2022. All rights reserved.