Show / Hide Table of Contents

Interface ICfnParameterGroupMixinProps

Properties for CfnParameterGroupPropsMixin.

Namespace: Amazon.CDK.Mixins.Preview.AWS.MemoryDB.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface ICfnParameterGroupMixinProps
Syntax (vb)
Public Interface ICfnParameterGroupMixinProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-memorydb-parametergroup.html

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.Mixins.Preview.AWS.MemoryDB.Mixins;

             var parameters;

             var cfnParameterGroupMixinProps = new CfnParameterGroupMixinProps {
                 Description = "description",
                 Family = "family",
                 ParameterGroupName = "parameterGroupName",
                 Parameters = parameters,
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             };

Synopsis

Properties

Description

A description of the parameter group.

Family

The name of the parameter group family that this parameter group is compatible with.

ParameterGroupName

The name of the parameter group.

Parameters

Returns the detailed parameter list for the parameter group.

Tags

An array of key-value pairs to apply to this resource.

Properties

Description

A description of the parameter group.

string? Description { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-memorydb-parametergroup.html#cfn-memorydb-parametergroup-description

Family

The name of the parameter group family that this parameter group is compatible with.

string? Family { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-memorydb-parametergroup.html#cfn-memorydb-parametergroup-family

ParameterGroupName

The name of the parameter group.

string? ParameterGroupName { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-memorydb-parametergroup.html#cfn-memorydb-parametergroup-parametergroupname

Parameters

Returns the detailed parameter list for the parameter group.

object? Parameters { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-memorydb-parametergroup.html#cfn-memorydb-parametergroup-parameters

Tags

An array of key-value pairs to apply to this resource.

ICfnTag[]? Tags { get; }
Property Value

ICfnTag[]

Remarks

For more information, see Tag .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-memorydb-parametergroup.html#cfn-memorydb-parametergroup-tags

Back to top Generated by DocFX