Show / Hide Table of Contents

Class CfnEnvironmentActions

The details about the specified action configured for an environment.

Inheritance
object
CfnElement
CfnRefElement
CfnResource
CfnEnvironmentActions
Implements
IInspectable
IEnvironmentActionsRef
IConstruct
IDependable
IEnvironmentAware
Inherited Members
CfnResource.IsCfnResource(object)
CfnResource.AddDeletionOverride(string)
CfnResource.AddDependency(CfnResource)
CfnResource.AddDependsOn(CfnResource)
CfnResource.AddMetadata(string, object)
CfnResource.AddOverride(string, object)
CfnResource.AddPropertyDeletionOverride(string)
CfnResource.AddPropertyOverride(string, object)
CfnResource.ApplyRemovalPolicy(RemovalPolicy?, IRemovalPolicyOptions)
CfnResource.GetAtt(string, ResolutionTypeHint?)
CfnResource.GetMetadata(string)
CfnResource.ObtainDependencies()
CfnResource.ObtainResourceDependencies()
CfnResource.RemoveDependency(CfnResource)
CfnResource.ReplaceDependency(CfnResource, CfnResource)
CfnResource.ShouldSynthesize()
CfnResource.ToString()
CfnResource.ValidateProperties(object)
CfnResource.CfnOptions
CfnResource.CfnResourceType
CfnResource.Env
CfnResource.UpdatedProperites
CfnResource.UpdatedProperties
CfnRefElement.Ref
CfnElement.IsCfnElement(object)
CfnElement.OverrideLogicalId(string)
CfnElement.CreationStack
CfnElement.LogicalId
CfnElement.Stack
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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-environmentactions.html

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 AWS::DataZone::EnvironmentActions.

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-environmentactions.html

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

string

Remarks

CloudformationAttribute: DomainId

AttrEnvironmentId

The environment ID of the environment action.

public virtual string AttrEnvironmentId { get; }
Property Value

string

Remarks

CloudformationAttribute: EnvironmentId

AttrId

The ID of the environment action.

public virtual string AttrId { get; }
Property Value

string

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

string

Remarks

For example, the details of the specified console links for an analytics tool that is available in this environment.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-environmentactions.html

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

IDictionary<string, object>

Overrides
CfnResource.CfnProperties
Remarks

For example, the details of the specified console links for an analytics tool that is available in this environment.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-environmentactions.html

CloudformationResource: AWS::DataZone::EnvironmentActions

ExampleMetadata: fixture=_generated

Description

The environment action description.

public virtual string? Description { get; set; }
Property Value

string

Remarks

For example, the details of the specified console links for an analytics tool that is available in this environment.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-environmentactions.html

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

string

Remarks

For example, the details of the specified console links for an analytics tool that is available in this environment.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-environmentactions.html

CloudformationResource: AWS::DataZone::EnvironmentActions

ExampleMetadata: fixture=_generated

EnvironmentActionsRef

A reference to a EnvironmentActions resource.

public virtual IEnvironmentActionsReference EnvironmentActionsRef { get; }
Property Value

IEnvironmentActionsReference

Remarks

For example, the details of the specified console links for an analytics tool that is available in this environment.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-environmentactions.html

CloudformationResource: AWS::DataZone::EnvironmentActions

ExampleMetadata: fixture=_generated

EnvironmentIdentifier

The environment ID of the environment action.

public virtual string? EnvironmentIdentifier { get; set; }
Property Value

string

Remarks

For example, the details of the specified console links for an analytics tool that is available in this environment.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-environmentactions.html

CloudformationResource: AWS::DataZone::EnvironmentActions

ExampleMetadata: fixture=_generated

Identifier

The ID of the environment action.

public virtual string? Identifier { get; set; }
Property Value

string

Remarks

For example, the details of the specified console links for an analytics tool that is available in this environment.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-environmentactions.html

CloudformationResource: AWS::DataZone::EnvironmentActions

ExampleMetadata: fixture=_generated

Name

The name of the environment action.

public virtual string Name { get; set; }
Property Value

string

Remarks

For example, the details of the specified console links for an analytics tool that is available in this environment.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-environmentactions.html

CloudformationResource: AWS::DataZone::EnvironmentActions

ExampleMetadata: fixture=_generated

Parameters

The parameters of the environment action.

public virtual object? Parameters { get; set; }
Property Value

object

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-environmentactions.html

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

bool

Remarks

For example, the details of the specified console links for an analytics tool that is available in this environment.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-environmentactions.html

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

IDictionary<string, object>

Overrides
CfnResource.RenderProperties(IDictionary<string, object>)
Remarks

For example, the details of the specified console links for an analytics tool that is available in this environment.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-environmentactions.html

CloudformationResource: AWS::DataZone::EnvironmentActions

ExampleMetadata: fixture=_generated

Implements

IInspectable
IEnvironmentActionsRef
Constructs.IConstruct
Constructs.IDependable
IEnvironmentAware
Back to top Generated by DocFX