@Stability(value=Stable) @Internal public static final class CfnCloudFormationProvisionedProductProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCloudFormationProvisionedProductProps
CfnCloudFormationProvisionedProductPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnCloudFormationProvisionedProductProps.Builder, CfnCloudFormationProvisionedProductProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnCloudFormationProvisionedProductProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnCloudFormationProvisionedProductProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getAcceptLanguage()
The language code.
|
List<String> |
getNotificationArns()
Passed to AWS CloudFormation .
|
String |
getPathId()
The path identifier of the product.
|
String |
getPathName()
The name of the path.
|
String |
getProductId()
The product identifier.
|
String |
getProductName()
A user-friendly name for the provisioned product.
|
String |
getProvisionedProductName()
A user-friendly name for the provisioned product.
|
String |
getProvisioningArtifactId()
The identifier of the provisioning artifact (also known as a version).
|
String |
getProvisioningArtifactName()
The name of the provisioning artifact (also known as a version) for the product.
|
Object |
getProvisioningParameters()
Parameters specified by the administrator that are required for provisioning the product.
|
Object |
getProvisioningPreferences()
StackSet preferences that are required for provisioning the product or updating a provisioned product.
|
List<CfnTag> |
getTags()
One or more tags.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnCloudFormationProvisionedProductProps.Builder builder)
CfnCloudFormationProvisionedProductProps.Builder.public final String getAcceptLanguage()
CfnCloudFormationProvisionedProductProps
en - English (default)jp - Japanesezh - ChinesegetAcceptLanguage in interface CfnCloudFormationProvisionedProductPropspublic final List<String> getNotificationArns()
CfnCloudFormationProvisionedProductPropsThe SNS topic ARNs to which to publish stack-related events.
getNotificationArns in interface CfnCloudFormationProvisionedProductPropspublic final String getPathId()
CfnCloudFormationProvisionedProductPropsThis value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use ListLaunchPaths .
You must provide the name or ID, but not both.
getPathId in interface CfnCloudFormationProvisionedProductPropspublic final String getPathName()
CfnCloudFormationProvisionedProductPropsThis value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use ListLaunchPaths .
You must provide the name or ID, but not both.
getPathName in interface CfnCloudFormationProvisionedProductPropspublic final String getProductId()
CfnCloudFormationProvisionedProductProps
You must specify either the ID or the name of the product, but not both.
getProductId in interface CfnCloudFormationProvisionedProductPropspublic final String getProductName()
CfnCloudFormationProvisionedProductPropsThis value must be unique for the AWS account and cannot be updated after the product is provisioned.
Each time a stack is created or updated, if ProductName is provided it will successfully resolve to ProductId as long as only one product exists in the account or Region with that ProductName .
You must specify either the name or the ID of the product, but not both.
getProductName in interface CfnCloudFormationProvisionedProductPropspublic final String getProvisionedProductName()
CfnCloudFormationProvisionedProductPropsThis value must be unique for the AWS account and cannot be updated after the product is provisioned.
getProvisionedProductName in interface CfnCloudFormationProvisionedProductPropspublic final String getProvisioningArtifactId()
CfnCloudFormationProvisionedProductProps
You must specify either the ID or the name of the provisioning artifact, but not both.
getProvisioningArtifactId in interface CfnCloudFormationProvisionedProductPropspublic final String getProvisioningArtifactName()
CfnCloudFormationProvisionedProductPropsThis name must be unique for the product.
You must specify either the name or the ID of the provisioning artifact, but not both. You must also specify either the name or the ID of the product, but not both.
getProvisioningArtifactName in interface CfnCloudFormationProvisionedProductPropspublic final Object getProvisioningParameters()
CfnCloudFormationProvisionedProductPropsgetProvisioningParameters in interface CfnCloudFormationProvisionedProductPropspublic final Object getProvisioningPreferences()
CfnCloudFormationProvisionedProductPropsgetProvisioningPreferences in interface CfnCloudFormationProvisionedProductPropspublic final List<CfnTag> getTags()
CfnCloudFormationProvisionedProductProps
Requires the provisioned product to have an ResourceUpdateConstraint resource with
TagUpdatesOnProvisionedProductset toALLOWEDto allow tag updates. IfRESOURCE_UPDATEconstraint is not present, tags updates are ignored.
getTags in interface CfnCloudFormationProvisionedProductProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.