public static final class CfnCloudFormationProduct.ProvisioningArtifactPropertiesProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCloudFormationProduct.ProvisioningArtifactPropertiesProperty
CfnCloudFormationProduct.ProvisioningArtifactPropertiesProperty
CfnCloudFormationProduct.ProvisioningArtifactPropertiesProperty.Builder, CfnCloudFormationProduct.ProvisioningArtifactPropertiesProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.String |
getDescription()
The description of the provisioning artifact, including how it differs from the previous provisioning artifact.
|
java.lang.Object |
getDisableTemplateValidation()
If set to true, AWS Service Catalog stops validating the specified provisioning artifact even if it is invalid.
|
java.lang.Object |
getInfo()
Specify the template source with one of the following options, but not both.
|
java.lang.String |
getName()
The name of the provisioning artifact (for example, v1 v2beta).
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getInfo()
CfnCloudFormationProduct.ProvisioningArtifactPropertiesProperty
Keys accepted: [ LoadTemplateFromURL
, ImportFromPhysicalId
]
The URL of the AWS CloudFormation template in Amazon S3 or GitHub in JSON format. Specify the URL in JSON format as follows:
"LoadTemplateFromURL": "https://s3.amazonaws.com/cf-templates-ozkq9d3hgiq2-us-east-1/..."
ImportFromPhysicalId
: The physical id of the resource that contains the template. Currently only supports AWS CloudFormation stack arn. Specify the physical id in JSON format as follows: ImportFromPhysicalId: “arn:aws:cloudformation:[us-east-1]:[accountId]:stack/[StackName]/[resourceId]
getInfo
in interface CfnCloudFormationProduct.ProvisioningArtifactPropertiesProperty
public final java.lang.String getDescription()
CfnCloudFormationProduct.ProvisioningArtifactPropertiesProperty
getDescription
in interface CfnCloudFormationProduct.ProvisioningArtifactPropertiesProperty
public final java.lang.Object getDisableTemplateValidation()
CfnCloudFormationProduct.ProvisioningArtifactPropertiesProperty
getDisableTemplateValidation
in interface CfnCloudFormationProduct.ProvisioningArtifactPropertiesProperty
public final java.lang.String getName()
CfnCloudFormationProduct.ProvisioningArtifactPropertiesProperty
No spaces are allowed.
getName
in interface CfnCloudFormationProduct.ProvisioningArtifactPropertiesProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()