Show / Hide Table of Contents

Interface IDBSecurityGroupReference

A reference to a DBSecurityGroup resource.

Namespace: Amazon.CDK.Interfaces.RDS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IDBSecurityGroupReference
Syntax (vb)
Public Interface IDBSecurityGroupReference
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.RDS;

            var dBSecurityGroupReference = new DBSecurityGroupReference {
                DbSecurityGroupId = "dbSecurityGroupId"
            };

Synopsis

Properties

DbSecurityGroupId

The Id of the DBSecurityGroup resource.

Properties

DbSecurityGroupId

The Id of the DBSecurityGroup resource.

string DbSecurityGroupId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX