Class CfnCloudFormationProduct.ProvisioningArtifactPropertiesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.servicecatalog.CfnCloudFormationProduct.ProvisioningArtifactPropertiesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCloudFormationProduct.ProvisioningArtifactPropertiesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCloudFormationProduct.ProvisioningArtifactPropertiesProperty
@Stability(Stable)
@Internal
public static final class CfnCloudFormationProduct.ProvisioningArtifactPropertiesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCloudFormationProduct.ProvisioningArtifactPropertiesProperty
An implementation for
CfnCloudFormationProduct.ProvisioningArtifactPropertiesProperty-
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.CfnCloudFormationProduct.ProvisioningArtifactPropertiesProperty
CfnCloudFormationProduct.ProvisioningArtifactPropertiesProperty.Builder, CfnCloudFormationProduct.ProvisioningArtifactPropertiesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCloudFormationProduct.ProvisioningArtifactPropertiesProperty.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 description of the provisioning artifact, including how it differs from the previous provisioning artifact.final ObjectIf set to true, AWS Service Catalog stops validating the specified provisioning artifact even if it is invalid.final ObjectgetInfo()Specify the template source with one of the following options, but not both.final StringgetName()The name of the provisioning artifact (for example, v1 v2beta).final StringgetType()The type of provisioning artifact.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
protected Jsii$Proxy(CfnCloudFormationProduct.ProvisioningArtifactPropertiesProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnCloudFormationProduct.ProvisioningArtifactPropertiesProperty.Builder.
-
-
Method Details
-
getInfo
Description copied from interface:CfnCloudFormationProduct.ProvisioningArtifactPropertiesPropertySpecify the template source with one of the following options, but not both.Keys accepted: [
LoadTemplateFromURL,ImportFromPhysicalId]The URL of the AWS CloudFormation template in Amazon S3 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]- Specified by:
getInfoin interfaceCfnCloudFormationProduct.ProvisioningArtifactPropertiesProperty- See Also:
-
getDescription
Description copied from interface:CfnCloudFormationProduct.ProvisioningArtifactPropertiesPropertyThe description of the provisioning artifact, including how it differs from the previous provisioning artifact.- Specified by:
getDescriptionin interfaceCfnCloudFormationProduct.ProvisioningArtifactPropertiesProperty- See Also:
-
getDisableTemplateValidation
Description copied from interface:CfnCloudFormationProduct.ProvisioningArtifactPropertiesPropertyIf set to true, AWS Service Catalog stops validating the specified provisioning artifact even if it is invalid.- Specified by:
getDisableTemplateValidationin interfaceCfnCloudFormationProduct.ProvisioningArtifactPropertiesProperty- See Also:
-
getName
Description copied from interface:CfnCloudFormationProduct.ProvisioningArtifactPropertiesPropertyThe name of the provisioning artifact (for example, v1 v2beta).No spaces are allowed.
- Specified by:
getNamein interfaceCfnCloudFormationProduct.ProvisioningArtifactPropertiesProperty- See Also:
-
getType
Description copied from interface:CfnCloudFormationProduct.ProvisioningArtifactPropertiesPropertyThe type of provisioning artifact.CLOUD_FORMATION_TEMPLATE- AWS CloudFormation templateTERRAFORM_OPEN_SOURCE- Terraform Open Source configuration fileTERRAFORM_CLOUD- Terraform Cloud configuration fileEXTERNAL- External configuration file
- Specified by:
getTypein interfaceCfnCloudFormationProduct.ProvisioningArtifactPropertiesProperty- 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()
-