Show / Hide Table of Contents

Interface CfnVerifiedAccessEndpoint.IRdsOptionsProperty

Describes the RDS options for a Verified Access endpoint.

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnVerifiedAccessEndpoint.IRdsOptionsProperty
Syntax (vb)
Public Interface CfnVerifiedAccessEndpoint.IRdsOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-verifiedaccessendpoint-rdsoptions.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.AWS.EC2;

             var rdsOptionsProperty = new RdsOptionsProperty {
                 Port = 123,
                 Protocol = "protocol",
                 RdsDbClusterArn = "rdsDbClusterArn",
                 RdsDbInstanceArn = "rdsDbInstanceArn",
                 RdsDbProxyArn = "rdsDbProxyArn",
                 RdsEndpoint = "rdsEndpoint",
                 SubnetIds = new [] { "subnetIds" }
             };

Synopsis

Properties

Port

The port.

Protocol

The protocol.

RdsDbClusterArn

The ARN of the DB cluster.

RdsDbInstanceArn

The ARN of the RDS instance.

RdsDbProxyArn

The ARN of the RDS proxy.

RdsEndpoint

The RDS endpoint.

SubnetIds

The IDs of the subnets.

Properties

Port

The port.

double? Port { get; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-verifiedaccessendpoint-rdsoptions.html#cfn-ec2-verifiedaccessendpoint-rdsoptions-port

Protocol

The protocol.

string? Protocol { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-verifiedaccessendpoint-rdsoptions.html#cfn-ec2-verifiedaccessendpoint-rdsoptions-protocol

RdsDbClusterArn

The ARN of the DB cluster.

string? RdsDbClusterArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-verifiedaccessendpoint-rdsoptions.html#cfn-ec2-verifiedaccessendpoint-rdsoptions-rdsdbclusterarn

RdsDbInstanceArn

The ARN of the RDS instance.

string? RdsDbInstanceArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-verifiedaccessendpoint-rdsoptions.html#cfn-ec2-verifiedaccessendpoint-rdsoptions-rdsdbinstancearn

RdsDbProxyArn

The ARN of the RDS proxy.

string? RdsDbProxyArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-verifiedaccessendpoint-rdsoptions.html#cfn-ec2-verifiedaccessendpoint-rdsoptions-rdsdbproxyarn

RdsEndpoint

The RDS endpoint.

string? RdsEndpoint { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-verifiedaccessendpoint-rdsoptions.html#cfn-ec2-verifiedaccessendpoint-rdsoptions-rdsendpoint

SubnetIds

The IDs of the subnets.

string[]? SubnetIds { get; }
Property Value

string[]

Remarks

You can specify only one subnet per Availability Zone.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-verifiedaccessendpoint-rdsoptions.html#cfn-ec2-verifiedaccessendpoint-rdsoptions-subnetids

Back to top Generated by DocFX