Class CfnEnvironmentActions
The details about the specified action configured for an environment.
Inherited Members
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnEnvironmentActions : CfnResource, IInspectable, IEnvironmentActionsRef, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Class CfnEnvironmentActions Inherits CfnResource Implements IInspectable, IEnvironmentActionsRef, IConstruct, IDependable, IEnvironmentAware
Remarks
For example, the details of the specified console links for an analytics tool that is available in this environment.
CloudformationResource: AWS::DataZone::EnvironmentActions
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.DataZone;
var cfnEnvironmentActions = new CfnEnvironmentActions(this, "MyCfnEnvironmentActions", new CfnEnvironmentActionsProps {
Name = "name",
// the properties below are optional
Description = "description",
DomainIdentifier = "domainIdentifier",
EnvironmentIdentifier = "environmentIdentifier",
Identifier = "identifier",
Parameters = new AwsConsoleLinkParametersProperty {
Uri = "uri"
}
});
Synopsis
Constructors
| CfnEnvironmentActions(Construct, string, ICfnEnvironmentActionsProps) | Create a new |
Properties
| AttrDomainId | The Amazon DataZone domain ID of the environment action. |
| AttrEnvironmentId | The environment ID of the environment action. |
| AttrId | The ID of the environment action. |
| CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
| CfnProperties | The details about the specified action configured for an environment. |
| Description | The environment action description. |
| DomainIdentifier | The Amazon DataZone domain ID of the environment action. |
| EnvironmentActionsRef | A reference to a EnvironmentActions resource. |
| EnvironmentIdentifier | The environment ID of the environment action. |
| Identifier | The ID of the environment action. |
| Name | The name of the environment action. |
| Parameters | The parameters of the environment action. |
Methods
| Inspect(TreeInspector) | Examines the CloudFormation resource and discloses attributes. |
| IsCfnEnvironmentActions(object) | Checks whether the given object is a CfnEnvironmentActions. |
| RenderProperties(IDictionary<string, object>) | The details about the specified action configured for an environment. |
Constructors
CfnEnvironmentActions(Construct, string, ICfnEnvironmentActionsProps)
Create a new AWS::DataZone::EnvironmentActions.
public CfnEnvironmentActions(Construct scope, string id, ICfnEnvironmentActionsProps props)
Parameters
- scope Construct
Scope in which this resource is defined.
- id string
Construct identifier for this resource (unique in its scope).
- props ICfnEnvironmentActionsProps
Resource properties.
Remarks
For example, the details of the specified console links for an analytics tool that is available in this environment.
CloudformationResource: AWS::DataZone::EnvironmentActions
ExampleMetadata: fixture=_generated
Properties
AttrDomainId
The Amazon DataZone domain ID of the environment action.
public virtual string AttrDomainId { get; }
Property Value
Remarks
CloudformationAttribute: DomainId
AttrEnvironmentId
The environment ID of the environment action.
public virtual string AttrEnvironmentId { get; }
Property Value
Remarks
CloudformationAttribute: EnvironmentId
AttrId
The ID of the environment action.
public virtual string AttrId { get; }
Property Value
Remarks
CloudformationAttribute: Id
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
Remarks
For example, the details of the specified console links for an analytics tool that is available in this environment.
CloudformationResource: AWS::DataZone::EnvironmentActions
ExampleMetadata: fixture=_generated
CfnProperties
The details about the specified action configured for an environment.
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
Overrides
Remarks
For example, the details of the specified console links for an analytics tool that is available in this environment.
CloudformationResource: AWS::DataZone::EnvironmentActions
ExampleMetadata: fixture=_generated
Description
The environment action description.
public virtual string? Description { get; set; }
Property Value
Remarks
For example, the details of the specified console links for an analytics tool that is available in this environment.
CloudformationResource: AWS::DataZone::EnvironmentActions
ExampleMetadata: fixture=_generated
DomainIdentifier
The Amazon DataZone domain ID of the environment action.
public virtual string? DomainIdentifier { get; set; }
Property Value
Remarks
For example, the details of the specified console links for an analytics tool that is available in this environment.
CloudformationResource: AWS::DataZone::EnvironmentActions
ExampleMetadata: fixture=_generated
EnvironmentActionsRef
A reference to a EnvironmentActions resource.
public virtual IEnvironmentActionsReference EnvironmentActionsRef { get; }
Property Value
Remarks
For example, the details of the specified console links for an analytics tool that is available in this environment.
CloudformationResource: AWS::DataZone::EnvironmentActions
ExampleMetadata: fixture=_generated
EnvironmentIdentifier
The environment ID of the environment action.
public virtual string? EnvironmentIdentifier { get; set; }
Property Value
Remarks
For example, the details of the specified console links for an analytics tool that is available in this environment.
CloudformationResource: AWS::DataZone::EnvironmentActions
ExampleMetadata: fixture=_generated
Identifier
The ID of the environment action.
public virtual string? Identifier { get; set; }
Property Value
Remarks
For example, the details of the specified console links for an analytics tool that is available in this environment.
CloudformationResource: AWS::DataZone::EnvironmentActions
ExampleMetadata: fixture=_generated
Name
The name of the environment action.
public virtual string Name { get; set; }
Property Value
Remarks
For example, the details of the specified console links for an analytics tool that is available in this environment.
CloudformationResource: AWS::DataZone::EnvironmentActions
ExampleMetadata: fixture=_generated
Parameters
The parameters of the environment action.
public virtual object? Parameters { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnEnvironmentActions.IAwsConsoleLinkParametersProperty
Methods
Inspect(TreeInspector)
Examines the CloudFormation resource and discloses attributes.
public virtual void Inspect(TreeInspector inspector)
Parameters
- inspector TreeInspector
tree inspector to collect and process attributes.
Remarks
For example, the details of the specified console links for an analytics tool that is available in this environment.
CloudformationResource: AWS::DataZone::EnvironmentActions
ExampleMetadata: fixture=_generated
IsCfnEnvironmentActions(object)
Checks whether the given object is a CfnEnvironmentActions.
public static bool IsCfnEnvironmentActions(object x)
Parameters
- x object
Returns
Remarks
For example, the details of the specified console links for an analytics tool that is available in this environment.
CloudformationResource: AWS::DataZone::EnvironmentActions
ExampleMetadata: fixture=_generated
RenderProperties(IDictionary<string, object>)
The details about the specified action configured for an environment.
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props IDictionary<string, object>
Returns
Overrides
Remarks
For example, the details of the specified console links for an analytics tool that is available in this environment.
CloudformationResource: AWS::DataZone::EnvironmentActions
ExampleMetadata: fixture=_generated