Show / Hide Table of Contents

Interface IService

(experimental) Represents the App Runner Service.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Env
IResource.Stack
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

string

Remarks

Stability: Experimental

Attribute: true

ServiceName

(experimental) The Name of the service.

string ServiceName { get; }
Property Value

string

Remarks

Stability: Experimental

Back to top Generated by DocFX