Show / Hide Table of Contents

Class GroupReference

A reference to a Group resource.

Inheritance
object
GroupReference
Implements
IGroupReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Synthetics
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class GroupReference : IGroupReference
Syntax (vb)
Public Class GroupReference Implements IGroupReference
Remarks

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.Synthetics;

            var groupReference = new GroupReference {
                GroupName = "groupName"
            };

Synopsis

Constructors

GroupReference()

A reference to a Group resource.

Properties

GroupName

The Name of the Group resource.

Constructors

GroupReference()

A reference to a Group resource.

public GroupReference()
Remarks

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.Synthetics;

            var groupReference = new GroupReference {
                GroupName = "groupName"
            };

Properties

GroupName

The Name of the Group resource.

public string GroupName { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IGroupReference
Back to top Generated by DocFX