Package software.amazon.awscdk.core
Class ITemplateOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.core.ITemplateOptions.Jsii$Proxy
- All Implemented Interfaces:
ITemplateOptions,ITemplateOptions.Jsii$Default,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ITemplateOptions
@Internal
public static final class ITemplateOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ITemplateOptions.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
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.core.ITemplateOptions
ITemplateOptions.Jsii$Default, ITemplateOptions.Jsii$Proxy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal StringGets or sets the description of this stack.Metadata associated with the CloudFormation template.final StringGets or sets the AWSTemplateFormatVersion field of the CloudFormation template.final StringDeprecated.Gets or sets the top-level template transform(s) for this stack (e.g.final voidsetDescription(String value) Gets or sets the description of this stack.final voidsetMetadata(Map<String, Object> value) Metadata associated with the CloudFormation template.final voidsetTemplateFormatVersion(String value) Gets or sets the AWSTemplateFormatVersion field of the CloudFormation template.final voidsetTransform(String value) Deprecated.usetransformsinstead.final voidsetTransforms(List<String> value) Gets or sets the top-level template transform(s) for this stack (e.g.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
-
Method Details
-
getDescription
Gets or sets the description of this stack.If provided, it will be included in the CloudFormation template's "Description" attribute.
- Specified by:
getDescriptionin interfaceITemplateOptions- Specified by:
getDescriptionin interfaceITemplateOptions.Jsii$Default
-
setDescription
Gets or sets the description of this stack.If provided, it will be included in the CloudFormation template's "Description" attribute.
- Specified by:
setDescriptionin interfaceITemplateOptions- Specified by:
setDescriptionin interfaceITemplateOptions.Jsii$Default
-
getMetadata
Metadata associated with the CloudFormation template.- Specified by:
getMetadatain interfaceITemplateOptions- Specified by:
getMetadatain interfaceITemplateOptions.Jsii$Default
-
setMetadata
Metadata associated with the CloudFormation template.- Specified by:
setMetadatain interfaceITemplateOptions- Specified by:
setMetadatain interfaceITemplateOptions.Jsii$Default
-
getTemplateFormatVersion
Gets or sets the AWSTemplateFormatVersion field of the CloudFormation template.- Specified by:
getTemplateFormatVersionin interfaceITemplateOptions- Specified by:
getTemplateFormatVersionin interfaceITemplateOptions.Jsii$Default
-
setTemplateFormatVersion
Gets or sets the AWSTemplateFormatVersion field of the CloudFormation template.- Specified by:
setTemplateFormatVersionin interfaceITemplateOptions- Specified by:
setTemplateFormatVersionin interfaceITemplateOptions.Jsii$Default
-
getTransform
Deprecated.usetransformsinstead.(deprecated) Gets or sets the top-level template transform for this stack (e.g. "AWS::Serverless-2016-10-31").- Specified by:
getTransformin interfaceITemplateOptions- Specified by:
getTransformin interfaceITemplateOptions.Jsii$Default
-
setTransform
Deprecated.usetransformsinstead.(deprecated) Gets or sets the top-level template transform for this stack (e.g. "AWS::Serverless-2016-10-31").- Specified by:
setTransformin interfaceITemplateOptions- Specified by:
setTransformin interfaceITemplateOptions.Jsii$Default
-
getTransforms
Gets or sets the top-level template transform(s) for this stack (e.g.["AWS::Serverless-2016-10-31"]).- Specified by:
getTransformsin interfaceITemplateOptions- Specified by:
getTransformsin interfaceITemplateOptions.Jsii$Default
-
setTransforms
Gets or sets the top-level template transform(s) for this stack (e.g.["AWS::Serverless-2016-10-31"]).- Specified by:
setTransformsin interfaceITemplateOptions- Specified by:
setTransformsin interfaceITemplateOptions.Jsii$Default
-
transformsinstead.