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
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-15T10:24:57.383Z")
@Stability(Stable)
public class CfnEnvironmentActions
extends CfnResource
implements IInspectable
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
Modifier and TypeClassDescriptionstatic interface
The parameters of the console link specified as part of the environment action.static final class
A fluent builder forCfnEnvironmentActions
.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ModifierConstructorDescriptionprotected
CfnEnvironmentActions
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnEnvironmentActions
(software.amazon.jsii.JsiiObjectRef objRef) CfnEnvironmentActions
(software.constructs.Construct scope, String id, CfnEnvironmentActionsProps props) -
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 description of the Amazon DataZone environment action.The Amazon DataZone domain ID of the environment action.The environment ID of the environment action.The ID of the environment action.getName()
The name of the environment action.The parameters of the console link specified as part of the environment action.void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties
(Map<String, Object> props) void
setDescription
(String value) The description of the Amazon DataZone environment action.void
setDomainIdentifier
(String value) The Amazon DataZone domain ID of the environment action.void
setEnvironmentIdentifier
(String value) The environment ID of the environment action.void
setIdentifier
(String value) The ID of the environment action.void
The name of the environment action.void
setParameters
(IResolvable value) The parameters of the console link specified as part of the environment action.void
The parameters of the console link specified as part 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, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validateProperties
Methods inherited from class software.amazon.awscdk.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.constructs.Construct
getNode, isConstruct
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods 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) - 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
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspect
in 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:
renderProperties
in 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:
getCfnProperties
in classCfnResource
-
getName
The name of the environment action. -
setName
The name of the environment action. -
getDescription
The description of the Amazon DataZone environment action. -
setDescription
The description of the Amazon DataZone environment action. -
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 console link specified as part of the environment action. -
setParameters
The parameters of the console link specified as part of the environment action. -
setParameters
@Stability(Stable) public void setParameters(@Nullable CfnEnvironmentActions.AwsConsoleLinkParametersProperty value) The parameters of the console link specified as part of the environment action.
-