Class CfnEnvironmentActions
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.datazone.CfnEnvironmentActions
- All Implemented Interfaces:
IInspectable,IEnvironmentActionsRef,IEnvironmentAware,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.120.0 (build 192dc88)",
date="2025-12-12T17:54:10.878Z")
@Stability(Stable)
public class CfnEnvironmentActions
extends CfnResource
implements IInspectable, IEnvironmentActionsRef
The details about the specified action configured for an environment.
For example, the details of the specified console links for an analytics tool that is available in this environment.
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.datazone.*;
CfnEnvironmentActions cfnEnvironmentActions = CfnEnvironmentActions.Builder.create(this, "MyCfnEnvironmentActions")
.name("name")
// the properties below are optional
.description("description")
.domainIdentifier("domainIdentifier")
.environmentIdentifier("environmentIdentifier")
.identifier("identifier")
.parameters(AwsConsoleLinkParametersProperty.builder()
.uri("uri")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceThe parameters of the console link specified as part of the environment action.static final classA fluent builder forCfnEnvironmentActions.Nested 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.interfaces.datazone.IEnvironmentActionsRef
IEnvironmentActionsRef.Jsii$Default, IEnvironmentActionsRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnEnvironmentActions(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnEnvironmentActions(software.amazon.jsii.JsiiObjectRef objRef) CfnEnvironmentActions(software.constructs.Construct scope, String id, CfnEnvironmentActionsProps props) Create a newAWS::DataZone::EnvironmentActions. -
Method Summary
Modifier and TypeMethodDescriptionThe Amazon DataZone domain ID of the environment action.The environment ID of the environment action.The ID of the environment action.The environment action description.The Amazon DataZone domain ID of the environment action.A reference to a EnvironmentActions resource.The environment ID of the environment action.The ID of the environment action.getName()The name of the environment action.The parameters of the environment action.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.static BooleanChecks whether the given object is a CfnEnvironmentActions.renderProperties(Map<String, Object> props) voidsetDescription(String value) The environment action description.voidsetDomainIdentifier(String value) The Amazon DataZone domain ID of the environment action.voidsetEnvironmentIdentifier(String value) The environment ID of the environment action.voidsetIdentifier(String value) The ID of the environment action.voidThe name of the environment action.voidsetParameters(IResolvable value) The parameters of the environment action.voidThe parameters of the environment action.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getEnv, 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.awscdk.interfaces.IEnvironmentAware
getEnvMethods 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
-
CfnEnvironmentActions
protected CfnEnvironmentActions(software.amazon.jsii.JsiiObjectRef objRef) -
CfnEnvironmentActions
protected CfnEnvironmentActions(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnEnvironmentActions
@Stability(Stable) public CfnEnvironmentActions(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnEnvironmentActionsProps props) Create a newAWS::DataZone::EnvironmentActions.- 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. This parameter is required.
-
-
Method Details
-
isCfnEnvironmentActions
Checks whether the given object is a CfnEnvironmentActions.- Parameters:
x- This parameter is required.
-
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.
-
getAttrDomainId
The Amazon DataZone domain ID of the environment action. -
getAttrEnvironmentId
The environment ID of the environment action. -
getAttrId
The ID of the environment action. -
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getEnvironmentActionsRef
A reference to a EnvironmentActions resource.- Specified by:
getEnvironmentActionsRefin interfaceIEnvironmentActionsRef
-
getName
The name of the environment action. -
setName
The name of the environment action. -
getDescription
The environment action description. -
setDescription
The environment action description. -
getDomainIdentifier
The Amazon DataZone domain ID of the environment action. -
setDomainIdentifier
The Amazon DataZone domain ID of the environment action. -
getEnvironmentIdentifier
The environment ID of the environment action. -
setEnvironmentIdentifier
The environment ID of the environment action. -
getIdentifier
The ID of the environment action. -
setIdentifier
The ID of the environment action. -
getParameters
The parameters of the environment action.Returns union: either
IResolvableorCfnEnvironmentActions.AwsConsoleLinkParametersProperty -
setParameters
The parameters of the environment action. -
setParameters
@Stability(Stable) public void setParameters(@Nullable CfnEnvironmentActions.AwsConsoleLinkParametersProperty value) The parameters of the environment action.
-