Interface CfnEnvironmentActionsMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnEnvironmentActionsMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:19:57.945Z")
@Stability(Stable)
public interface CfnEnvironmentActionsMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnEnvironmentActionsPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.datazone.*;
CfnEnvironmentActionsMixinProps cfnEnvironmentActionsMixinProps = CfnEnvironmentActionsMixinProps.builder()
.description("description")
.domainIdentifier("domainIdentifier")
.environmentIdentifier("environmentIdentifier")
.identifier("identifier")
.name("name")
.parameters(AwsConsoleLinkParametersProperty.builder()
.uri("uri")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnEnvironmentActionsMixinPropsstatic final classAn implementation forCfnEnvironmentActionsMixinProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringThe environment action description.default StringThe Amazon DataZone domain ID of the environment action.default StringThe environment ID of the environment action.default StringThe ID of the environment action.default StringgetName()The name of the environment action.default ObjectThe parameters of the environment action.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDescription
The environment action description.- See Also:
-
getDomainIdentifier
The Amazon DataZone domain ID of the environment action.- See Also:
-
getEnvironmentIdentifier
The environment ID of the environment action.- See Also:
-
getIdentifier
The ID of the environment action.- See Also:
-
getName
The name of the environment action.- See Also:
-
getParameters
The parameters of the environment action.Returns union: either
IResolvableorCfnEnvironmentActionsPropsMixin.AwsConsoleLinkParametersProperty- See Also:
-
builder
-