Class CfnCloudFormationProvisionedProductProps.Jsii$Proxy
- All Implemented Interfaces:
CfnCloudFormationProvisionedProductProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCloudFormationProvisionedProductProps
CfnCloudFormationProvisionedProductProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.servicecatalog.CfnCloudFormationProvisionedProductProps
CfnCloudFormationProvisionedProductProps.Builder, CfnCloudFormationProvisionedProductProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCloudFormationProvisionedProductProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe language code.Passed to AWS CloudFormation .final StringThe path identifier of the product.final StringThe name of the path.final StringThe product identifier.final StringThe name of the Service Catalog product.final StringA user-friendly name for the provisioned product.final StringThe identifier of the provisioning artifact (also known as a version).final StringThe name of the provisioning artifact (also known as a version) for the product.final ObjectParameters specified by the administrator that are required for provisioning the product.final ObjectStackSet preferences that are required for provisioning the product or updating a provisioned product.getTags()One or more tags.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnCloudFormationProvisionedProductProps.Builder.
-
-
Method Details
-
getAcceptLanguage
Description copied from interface:CfnCloudFormationProvisionedProductPropsThe language code.jp- Japanesezh- Chinese
- Specified by:
getAcceptLanguagein interfaceCfnCloudFormationProvisionedProductProps- See Also:
-
getNotificationArns
Description copied from interface:CfnCloudFormationProvisionedProductPropsPassed to AWS CloudFormation .The SNS topic ARNs to which to publish stack-related events.
- Specified by:
getNotificationArnsin interfaceCfnCloudFormationProvisionedProductProps- See Also:
-
getPathId
Description copied from interface:CfnCloudFormationProvisionedProductPropsThe path identifier of the product.This 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.
- Specified by:
getPathIdin interfaceCfnCloudFormationProvisionedProductProps- See Also:
-
getPathName
Description copied from interface:CfnCloudFormationProvisionedProductPropsThe name of the path.This 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.
- Specified by:
getPathNamein interfaceCfnCloudFormationProvisionedProductProps- See Also:
-
getProductId
Description copied from interface:CfnCloudFormationProvisionedProductPropsThe product identifier.You must specify either the ID or the name of the product, but not both.
- Specified by:
getProductIdin interfaceCfnCloudFormationProvisionedProductProps- See Also:
-
getProductName
Description copied from interface:CfnCloudFormationProvisionedProductPropsThe name of the Service Catalog product.Each time a stack is created or updated, if
ProductNameis provided it will successfully resolve toProductIdas long as only one product exists in the account or Region with thatProductName.You must specify either the name or the ID of the product, but not both.
- Specified by:
getProductNamein interfaceCfnCloudFormationProvisionedProductProps- See Also:
-
getProvisionedProductName
Description copied from interface:CfnCloudFormationProvisionedProductPropsA user-friendly name for the provisioned product.This value must be unique for the AWS account and cannot be updated after the product is provisioned.
- Specified by:
getProvisionedProductNamein interfaceCfnCloudFormationProvisionedProductProps- See Also:
-
getProvisioningArtifactId
Description copied from interface:CfnCloudFormationProvisionedProductPropsThe identifier of the provisioning artifact (also known as a version).You must specify either the ID or the name of the provisioning artifact, but not both.
- Specified by:
getProvisioningArtifactIdin interfaceCfnCloudFormationProvisionedProductProps- See Also:
-
getProvisioningArtifactName
Description copied from interface:CfnCloudFormationProvisionedProductPropsThe name of the provisioning artifact (also known as a version) for the product.This 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.
- Specified by:
getProvisioningArtifactNamein interfaceCfnCloudFormationProvisionedProductProps- See Also:
-
getProvisioningParameters
Description copied from interface:CfnCloudFormationProvisionedProductPropsParameters specified by the administrator that are required for provisioning the product.- Specified by:
getProvisioningParametersin interfaceCfnCloudFormationProvisionedProductProps- See Also:
-
getProvisioningPreferences
Description copied from interface:CfnCloudFormationProvisionedProductPropsStackSet preferences that are required for provisioning the product or updating a provisioned product.- Specified by:
getProvisioningPreferencesin interfaceCfnCloudFormationProvisionedProductProps- See Also:
-
getTags
Description copied from interface:CfnCloudFormationProvisionedProductPropsOne or more tags.Requires the provisioned product to have an ResourceUpdateConstraint resource with
TagUpdatesOnProvisionedProductset toALLOWEDto allow tag updates. IfRESOURCE_UPDATEconstraint is not present, tags updates are ignored.- Specified by:
getTagsin interfaceCfnCloudFormationProvisionedProductProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-