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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.servicecatalog.CfnCloudFormationProvisionedProductProps
CfnCloudFormationProvisionedProductProps.Builder, CfnCloudFormationProvisionedProductProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCloudFormationProvisionedProductProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The language code.Passed to AWS CloudFormation .final String
The path identifier of the product.final String
The name of the path.final String
The product identifier.final String
The name of the Service Catalog product.final String
A user-friendly name for the provisioned product.final String
The identifier of the provisioning artifact (also known as a version).final String
The name of the provisioning artifact (also known as a version) for the product.final Object
Parameters specified by the administrator that are required for provisioning the product.final Object
StackSet preferences that are required for provisioning the product or updating a provisioned product.getTags()
One or more tags.final int
hashCode()
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:CfnCloudFormationProvisionedProductProps
The language code.jp
- Japanesezh
- Chinese
- Specified by:
getAcceptLanguage
in interfaceCfnCloudFormationProvisionedProductProps
- See Also:
-
getNotificationArns
Description copied from interface:CfnCloudFormationProvisionedProductProps
Passed to AWS CloudFormation .The SNS topic ARNs to which to publish stack-related events.
- Specified by:
getNotificationArns
in interfaceCfnCloudFormationProvisionedProductProps
- See Also:
-
getPathId
Description copied from interface:CfnCloudFormationProvisionedProductProps
The 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:
getPathId
in interfaceCfnCloudFormationProvisionedProductProps
- See Also:
-
getPathName
Description copied from interface:CfnCloudFormationProvisionedProductProps
The 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:
getPathName
in interfaceCfnCloudFormationProvisionedProductProps
- See Also:
-
getProductId
Description copied from interface:CfnCloudFormationProvisionedProductProps
The product identifier.You must specify either the ID or the name of the product, but not both.
- Specified by:
getProductId
in interfaceCfnCloudFormationProvisionedProductProps
- See Also:
-
getProductName
Description copied from interface:CfnCloudFormationProvisionedProductProps
The name of the Service Catalog product.Each time a stack is created or updated, if
ProductName
is provided it will successfully resolve toProductId
as 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:
getProductName
in interfaceCfnCloudFormationProvisionedProductProps
- See Also:
-
getProvisionedProductName
Description copied from interface:CfnCloudFormationProvisionedProductProps
A 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:
getProvisionedProductName
in interfaceCfnCloudFormationProvisionedProductProps
- See Also:
-
getProvisioningArtifactId
Description copied from interface:CfnCloudFormationProvisionedProductProps
The 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:
getProvisioningArtifactId
in interfaceCfnCloudFormationProvisionedProductProps
- See Also:
-
getProvisioningArtifactName
Description copied from interface:CfnCloudFormationProvisionedProductProps
The 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:
getProvisioningArtifactName
in interfaceCfnCloudFormationProvisionedProductProps
- See Also:
-
getProvisioningParameters
Description copied from interface:CfnCloudFormationProvisionedProductProps
Parameters specified by the administrator that are required for provisioning the product.- Specified by:
getProvisioningParameters
in interfaceCfnCloudFormationProvisionedProductProps
- See Also:
-
getProvisioningPreferences
Description copied from interface:CfnCloudFormationProvisionedProductProps
StackSet preferences that are required for provisioning the product or updating a provisioned product.- Specified by:
getProvisioningPreferences
in interfaceCfnCloudFormationProvisionedProductProps
- See Also:
-
getTags
Description copied from interface:CfnCloudFormationProvisionedProductProps
One or more tags.Requires the provisioned product to have an ResourceUpdateConstraint resource with
TagUpdatesOnProvisionedProduct
set toALLOWED
to allow tag updates. IfRESOURCE_UPDATE
constraint is not present, tags updates are ignored.- Specified by:
getTags
in interfaceCfnCloudFormationProvisionedProductProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-