Interface ServiceAttributes

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
ServiceAttributes.Jsii$Proxy

@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-08T21:35:15.634Z") @Stability(Experimental) public interface ServiceAttributes extends software.amazon.jsii.JsiiSerializable
(experimental) Attributes for the App Runner Service.

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.alpha.*;
 ServiceAttributes serviceAttributes = ServiceAttributes.builder()
         .serviceArn("serviceArn")
         .serviceName("serviceName")
         .serviceStatus("serviceStatus")
         .serviceUrl("serviceUrl")
         .build();
 
  • Method Details

    • getServiceArn

      @Stability(Experimental) @NotNull String getServiceArn()
      (experimental) The ARN of the service.
    • getServiceName

      @Stability(Experimental) @NotNull String getServiceName()
      (experimental) The name of the service.
    • getServiceStatus

      @Stability(Experimental) @NotNull String getServiceStatus()
      (experimental) The status of the service.
    • getServiceUrl

      @Stability(Experimental) @NotNull String getServiceUrl()
      (experimental) The URL of the service.
    • builder

      @Stability(Experimental) static ServiceAttributes.Builder builder()
      Returns:
      a ServiceAttributes.Builder of ServiceAttributes