Interface IService
(experimental) Represents the App Runner Service.
Namespace: Amazon.CDK.AWS.AppRunner.Alpha
Assembly: Amazon.CDK.AWS.AppRunner.Alpha.dll
Syntax (csharp)
public interface IService : IResource
Syntax (vb)
Public Interface IService
Inherits IResource, IConstruct, IDependable
Remarks
Stability: Experimental
Synopsis
Properties
ServiceArn | (experimental) The ARN of the service. |
ServiceName | (experimental) The Name of the service. |
Properties
ServiceArn
(experimental) The ARN of the service.
string ServiceArn { get; }
Property Value
System.String
Remarks
Stability: Experimental
ServiceName
(experimental) The Name of the service.
string ServiceName { get; }
Property Value
System.String
Remarks
Stability: Experimental