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, IConstruct, IDependable
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
Remarks
Stability: Experimental
Attribute: true
ServiceName
(experimental) The Name of the service.
string ServiceName { get; }
Property Value
Remarks
Stability: Experimental