Interface CfnServicePropsMixin.RegisteredServiceNowDetailsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnServicePropsMixin.RegisteredServiceNowDetailsProperty.Jsii$Proxy
- Enclosing class:
CfnServicePropsMixin
@Stability(Stable)
public static interface CfnServicePropsMixin.RegisteredServiceNowDetailsProperty
extends software.amazon.jsii.JsiiSerializable
ServiceNow service details returned after registration.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.devopsagent.*;
RegisteredServiceNowDetailsProperty registeredServiceNowDetailsProperty = RegisteredServiceNowDetailsProperty.builder()
.instanceUrl("instanceUrl")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnServicePropsMixin.RegisteredServiceNowDetailsPropertystatic final classAn implementation forCfnServicePropsMixin.RegisteredServiceNowDetailsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getInstanceUrl
ServiceNow instance URL.- See Also:
-
builder
@Stability(Stable) static CfnServicePropsMixin.RegisteredServiceNowDetailsProperty.Builder builder()
-