Show / Hide Table of Contents

Class SvcbRecordValue

Represents an SVCB record value.

Inheritance
object
SvcbRecordValue
Namespace: Amazon.CDK.AWS.Route53
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SvcbRecordValue : DeputyBase
Syntax (vb)
Public Class SvcbRecordValue Inherits DeputyBase
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.Route53;

            var svcbRecordValue = SvcbRecordValue.Alias("targetName");

Synopsis

Methods

Alias(string)

An SVCB AliasMode record value.

Service(ISvcbRecordServiceModeProps?)

An SVCB ServiceMode record value.

ToString()

Returns the string representation of SVCB and HTTPS record value.

Methods

Alias(string)

An SVCB AliasMode record value.

public static SvcbRecordValue Alias(string targetName)
Parameters
targetName string

The domain name of the alternative endpoint.

Returns

SvcbRecordValue

Remarks

ExampleMetadata: fixture=_generated

Service(ISvcbRecordServiceModeProps?)

An SVCB ServiceMode record value.

public static SvcbRecordValue Service(ISvcbRecordServiceModeProps? props = null)
Parameters
props ISvcbRecordServiceModeProps
Returns

SvcbRecordValue

Remarks

ExampleMetadata: fixture=_generated

ToString()

Returns the string representation of SVCB and HTTPS record value.

public override string ToString()
Returns

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX