@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.096Z") @Stability(value=Stable) public class CfnStackSetConstraint extends CfnResource implements IInspectable
Specifies a StackSet 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.*;
CfnStackSetConstraint cfnStackSetConstraint = CfnStackSetConstraint.Builder.create(this, "MyCfnStackSetConstraint")
.accountList(List.of("accountList"))
.adminRole("adminRole")
.description("description")
.executionRole("executionRole")
.portfolioId("portfolioId")
.productId("productId")
.regionList(List.of("regionList"))
.stackInstanceControl("stackInstanceControl")
// the properties below are optional
.acceptLanguage("acceptLanguage")
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnStackSetConstraint.Builder
A fluent builder for
CfnStackSetConstraint. |
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 |
|---|---|
|
CfnStackSetConstraint(software.constructs.Construct scope,
String id,
CfnStackSetConstraintProps props)
Create a new `AWS::ServiceCatalog::StackSetConstraint`.
|
protected |
CfnStackSetConstraint(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnStackSetConstraint(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAcceptLanguage()
The language code.
|
List<String> |
getAccountList()
One or more AWS accounts that will have access to the provisioned product.
|
String |
getAdminRole()
AdminRole ARN.
|
protected Map<String,Object> |
getCfnProperties() |
String |
getDescription()
The description of the constraint.
|
String |
getExecutionRole()
ExecutionRole name.
|
String |
getPortfolioId()
The portfolio identifier.
|
String |
getProductId()
The product identifier.
|
List<String> |
getRegionList()
One or more AWS Regions where the provisioned product will be available.
|
String |
getStackInstanceControl()
Permission to create, update, and delete stack instances.
|
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 |
setAccountList(List<String> value)
One or more AWS accounts that will have access to the provisioned product.
|
void |
setAdminRole(String value)
AdminRole ARN.
|
void |
setDescription(String value)
The description of the constraint.
|
void |
setExecutionRole(String value)
ExecutionRole name.
|
void |
setPortfolioId(String value)
The portfolio identifier.
|
void |
setProductId(String value)
The product identifier.
|
void |
setRegionList(List<String> value)
One or more AWS Regions where the provisioned product will be available.
|
void |
setStackInstanceControl(String value)
Permission to create, update, and delete stack instances.
|
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 CfnStackSetConstraint(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnStackSetConstraint(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnStackSetConstraint(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnStackSetConstraintProps 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 List<String> getAccountList()
@Stability(value=Stable)
public void setAccountList(@NotNull
List<String> value)
@Stability(value=Stable) @NotNull public String getAdminRole()
@Stability(value=Stable)
public void setAdminRole(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getDescription()
@Stability(value=Stable)
public void setDescription(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getExecutionRole()
@Stability(value=Stable)
public void setExecutionRole(@NotNull
String value)
@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 List<String> getRegionList()
Applicable only to a CFN_STACKSET provisioned product type.
The specified Regions should be within the list of Regions from the STACKSET constraint. To get the list of Regions in the STACKSET constraint, use the DescribeProvisioningParameters operation.
If no values are specified, the default value is all Regions from the STACKSET constraint.
@Stability(value=Stable)
public void setRegionList(@NotNull
List<String> value)
Applicable only to a CFN_STACKSET provisioned product type.
The specified Regions should be within the list of Regions from the STACKSET constraint. To get the list of Regions in the STACKSET constraint, use the DescribeProvisioningParameters operation.
If no values are specified, the default value is all Regions from the STACKSET constraint.
@Stability(value=Stable) @NotNull public String getStackInstanceControl()
Choose from ALLOWED and NOT_ALLOWED.
@Stability(value=Stable)
public void setStackInstanceControl(@NotNull
String value)
Choose from ALLOWED and NOT_ALLOWED.
@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 - ChineseCopyright © 2022. All rights reserved.