Show / Hide Table of Contents

Class ParameterGroupReference

A reference to a ParameterGroup resource.

Inheritance
object
ParameterGroupReference
Implements
IParameterGroupReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Interfaces.DAX
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ParameterGroupReference : IParameterGroupReference
Syntax (vb)
Public Class ParameterGroupReference Implements IParameterGroupReference
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.Interfaces.DAX;

            var parameterGroupReference = new ParameterGroupReference {
                ParameterGroupId = "parameterGroupId"
            };

Synopsis

Constructors

ParameterGroupReference()

A reference to a ParameterGroup resource.

Properties

ParameterGroupId

The Id of the ParameterGroup resource.

Constructors

ParameterGroupReference()

A reference to a ParameterGroup resource.

public ParameterGroupReference()
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.Interfaces.DAX;

            var parameterGroupReference = new ParameterGroupReference {
                ParameterGroupId = "parameterGroupId"
            };

Properties

ParameterGroupId

The Id of the ParameterGroup resource.

public string ParameterGroupId { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IParameterGroupReference
Back to top Generated by DocFX