Class SvcbRecordValue
Represents an SVCB record value.
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
Remarks
ExampleMetadata: fixture=_generated
Service(ISvcbRecordServiceModeProps?)
An SVCB ServiceMode record value.
public static SvcbRecordValue Service(ISvcbRecordServiceModeProps? props = null)
Parameters
Returns
Remarks
ExampleMetadata: fixture=_generated
ToString()
Returns the string representation of SVCB and HTTPS record value.
public override string ToString()
Returns
Remarks
ExampleMetadata: fixture=_generated