Interface ContactReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ContactReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.118.0 (build 02eec31)",
date="2025-11-10T13:40:15.686Z")
@Stability(Stable)
public interface ContactReference
extends software.amazon.jsii.JsiiSerializable
A reference to a Contact 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.services.ssmcontacts.*;
ContactReference contactReference = ContactReference.builder()
.contactArn("contactArn")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forContactReferencestatic final classAn implementation forContactReference -
Method Summary
Modifier and TypeMethodDescriptionstatic ContactReference.Builderbuilder()The Arn of the Contact resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getContactArn
The Arn of the Contact resource. -
builder
- Returns:
- a
ContactReference.BuilderofContactReference
-