Class SvcbRecordValue
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.route53.SvcbRecordValue
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)",
date="2025-09-22T11:33:14.629Z")
@Stability(Stable)
public class SvcbRecordValue
extends software.amazon.jsii.JsiiObject
Represents an SVCB record value.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.route53.*; SvcbRecordValue svcbRecordValue = SvcbRecordValue.alias("targetName");
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
SvcbRecordValue
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
SvcbRecordValue
(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionstatic SvcbRecordValue
An SVCB AliasMode record value.static SvcbRecordValue
service()
An SVCB ServiceMode record value.static SvcbRecordValue
An SVCB ServiceMode record value.toString()
Returns the string representation of SVCB and HTTPS record value.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
SvcbRecordValue
protected SvcbRecordValue(software.amazon.jsii.JsiiObjectRef objRef) -
SvcbRecordValue
protected SvcbRecordValue(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
-
Method Details
-
alias
An SVCB AliasMode record value.- Parameters:
targetName
- The domain name of the alternative endpoint. This parameter is required.
-
service
@Stability(Stable) @NotNull public static SvcbRecordValue service(@Nullable SvcbRecordServiceModeProps props) An SVCB ServiceMode record value.- Parameters:
props
-
-
service
An SVCB ServiceMode record value. -
toString
Returns the string representation of SVCB and HTTPS record value.
-