Interface IServiceReference
A reference to a Service resource.
Namespace: Amazon.CDK.Interfaces.AppRunner
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IServiceReference
Syntax (vb)
Public Interface IServiceReference
Remarks
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.Interfaces.AppRunner;
var serviceReference = new ServiceReference {
ServiceArn = "serviceArn"
};
Synopsis
Properties
| ServiceArn | The ServiceArn of the Service resource. |
Properties
ServiceArn
The ServiceArn of the Service resource.
string ServiceArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated