Show / Hide Table of Contents

Interface IGroup

Represents a CloudWatch Synthetics Group.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Stack
IGroupRef.GroupRef
IEnvironmentAware.Env
Namespace: Amazon.CDK.AWS.Synthetics
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IGroup : IResource, IGroupRef, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface IGroup Inherits IResource, IGroupRef, IConstruct, IDependable, IEnvironmentAware

Synopsis

Properties

GroupArn

The ARN of the group.

GroupId

The ID of the group.

GroupName

The name of the group.

Properties

GroupArn

The ARN of the group.

string GroupArn { get; }
Property Value

string

Remarks

Attribute: true

GroupId

The ID of the group.

string GroupId { get; }
Property Value

string

Remarks

Attribute: true

GroupName

The name of the group.

string GroupName { get; }
Property Value

string

Remarks

Attribute: true

Back to top Generated by DocFX