@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:47:00.800Z") @Stability(value=Experimental) public interface ServiceAttributes extends software.amazon.jsii.JsiiSerializable
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.apprunner.*;
ServiceAttributes serviceAttributes = ServiceAttributes.builder()
.serviceArn("serviceArn")
.serviceName("serviceName")
.serviceStatus("serviceStatus")
.serviceUrl("serviceUrl")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
ServiceAttributes.Builder
A builder for
ServiceAttributes |
static class |
ServiceAttributes.Jsii$Proxy
An implementation for
ServiceAttributes |
| Modifier and Type | Method and Description |
|---|---|
static ServiceAttributes.Builder |
builder() |
String |
getServiceArn()
(experimental) The ARN of the service.
|
String |
getServiceName()
(experimental) The name of the service.
|
String |
getServiceStatus()
(experimental) The status of the service.
|
String |
getServiceUrl()
(experimental) The URL of the service.
|
@Stability(value=Experimental) @NotNull String getServiceArn()
@Stability(value=Experimental) @NotNull String getServiceName()
@Stability(value=Experimental) @NotNull String getServiceStatus()
@Stability(value=Experimental) @NotNull String getServiceUrl()
@Stability(value=Experimental) static ServiceAttributes.Builder builder()
ServiceAttributes.Builder of ServiceAttributesCopyright © 2022. All rights reserved.