Interface AccessSourceReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AccessSourceReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-27T13:12:10.416Z")
@Stability(Stable)
public interface AccessSourceReference
extends software.amazon.jsii.JsiiSerializable
A reference to a AccessSource resource.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.interfaces.route53globalresolver.*;
AccessSourceReference accessSourceReference = AccessSourceReference.builder()
.accessSourceArn("accessSourceArn")
.accessSourceId("accessSourceId")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forAccessSourceReferencestatic final classAn implementation forAccessSourceReference -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The ARN of the AccessSource resource.The AccessSourceId of the AccessSource resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAccessSourceArn
The ARN of the AccessSource resource. -
getAccessSourceId
The AccessSourceId of the AccessSource resource. -
builder
- Returns:
- a
AccessSourceReference.BuilderofAccessSourceReference
-