Class CfnEnvironmentTemplate
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.proton.CfnEnvironmentTemplate
- All Implemented Interfaces:
IInspectable,ITaggable,IEnvironmentTemplateRef,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
date="2025-10-29T11:15:44.762Z")
@Stability(Stable)
public class CfnEnvironmentTemplate
extends CfnResource
implements IInspectable, IEnvironmentTemplateRef, ITaggable
Create an environment template for AWS Proton .
For more information, see Environment Templates in the AWS Proton User Guide .
You can create an environment template in one of the two following ways:
- Register and publish a standard environment template that instructs AWS Proton to deploy and manage environment infrastructure.
- Register and publish a customer managed environment template that connects AWS Proton to your existing provisioned infrastructure that you manage. AWS Proton doesn't manage your existing provisioned infrastructure. To create an environment template for customer provisioned and managed infrastructure, include the
provisioningparameter and set the value toCUSTOMER_MANAGED. For more information, see Register and publish an environment template in the AWS Proton User Guide .
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.proton.*;
CfnEnvironmentTemplate cfnEnvironmentTemplate = CfnEnvironmentTemplate.Builder.create(this, "MyCfnEnvironmentTemplate")
.description("description")
.displayName("displayName")
.encryptionKey("encryptionKey")
.name("name")
.provisioning("provisioning")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.services.proton.IEnvironmentTemplateRef
IEnvironmentTemplateRef.Jsii$Default, IEnvironmentTemplateRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.ITaggable
ITaggable.Jsii$Default, ITaggable.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnEnvironmentTemplate(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnEnvironmentTemplate(software.amazon.jsii.JsiiObjectRef objRef) CfnEnvironmentTemplate(software.constructs.Construct scope, String id) CfnEnvironmentTemplate(software.constructs.Construct scope, String id, CfnEnvironmentTemplateProps props) -
Method Summary
Modifier and TypeMethodDescriptionReturns the ARN of the environment template.A description of the environment template.The name of the environment template as displayed in the developer interface.The customer provided encryption key for the environment template.A reference to a EnvironmentTemplate resource.getName()The name of the environment template.When included, indicates that the environment template is for customer provisioned and managed infrastructure.getTags()Tag Manager which manages the tags for this resource.An optional list of metadata items that you can associate with the AWS Proton environment template.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties(Map<String, Object> props) voidsetDescription(String value) A description of the environment template.voidsetDisplayName(String value) The name of the environment template as displayed in the developer interface.voidsetEncryptionKey(String value) The customer provided encryption key for the environment template.voidThe name of the environment template.voidsetProvisioning(String value) When included, indicates that the environment template is for customer provisioned and managed infrastructure.voidsetTagsRaw(List<CfnTag> value) An optional list of metadata items that you can associate with the AWS Proton environment template.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.constructs.Construct
getNode, isConstructMethods 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, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnEnvironmentTemplate
protected CfnEnvironmentTemplate(software.amazon.jsii.JsiiObjectRef objRef) -
CfnEnvironmentTemplate
protected CfnEnvironmentTemplate(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnEnvironmentTemplate
@Stability(Stable) public CfnEnvironmentTemplate(@NotNull software.constructs.Construct scope, @NotNull String id, @Nullable CfnEnvironmentTemplateProps props) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.props- Resource properties.
-
CfnEnvironmentTemplate
@Stability(Stable) public CfnEnvironmentTemplate(@NotNull software.constructs.Construct scope, @NotNull String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAttrArn
Returns the ARN of the environment template. -
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getEnvironmentTemplateRef
A reference to a EnvironmentTemplate resource.- Specified by:
getEnvironmentTemplateRefin interfaceIEnvironmentTemplateRef
-
getTags
Tag Manager which manages the tags for this resource. -
getDescription
A description of the environment template. -
setDescription
A description of the environment template. -
getDisplayName
The name of the environment template as displayed in the developer interface. -
setDisplayName
The name of the environment template as displayed in the developer interface. -
getEncryptionKey
The customer provided encryption key for the environment template. -
setEncryptionKey
The customer provided encryption key for the environment template. -
getName
The name of the environment template. -
setName
The name of the environment template. -
getProvisioning
When included, indicates that the environment template is for customer provisioned and managed infrastructure. -
setProvisioning
When included, indicates that the environment template is for customer provisioned and managed infrastructure. -
getTagsRaw
An optional list of metadata items that you can associate with the AWS Proton environment template. -
setTagsRaw
An optional list of metadata items that you can associate with the AWS Proton environment template.
-