Interface IServiceAttributes
(experimental) Attributes for the App Runner Service.
Namespace: Amazon.CDK.AWS.AppRunner.Alpha
Assembly: Amazon.CDK.AWS.AppRunner.Alpha.dll
Syntax (csharp)
public interface IServiceAttributes
Syntax (vb)
Public Interface IServiceAttributes
Remarks
Stability: Experimental
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.AppRunner.Alpha;
var serviceAttributes = new ServiceAttributes {
ServiceArn = "serviceArn",
ServiceName = "serviceName",
ServiceStatus = "serviceStatus",
ServiceUrl = "serviceUrl"
};
Synopsis
Properties
ServiceArn | (experimental) The ARN of the service. |
ServiceName | (experimental) The name of the service. |
ServiceStatus | (experimental) The status of the service. |
ServiceUrl | (experimental) The URL 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
ServiceStatus
(experimental) The status of the service.
string ServiceStatus { get; }
Property Value
System.String
Remarks
Stability: Experimental
ServiceUrl
(experimental) The URL of the service.
string ServiceUrl { get; }
Property Value
System.String
Remarks
Stability: Experimental