Class NetworkProfileReference
A reference to a NetworkProfile resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.DeviceFarm
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class NetworkProfileReference : INetworkProfileReference
Syntax (vb)
Public Class NetworkProfileReference Implements INetworkProfileReference
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.AWS.DeviceFarm;
var networkProfileReference = new NetworkProfileReference {
NetworkProfileArn = "networkProfileArn"
};
Synopsis
Constructors
NetworkProfileReference() | A reference to a NetworkProfile resource. |
Properties
NetworkProfileArn | The Arn of the NetworkProfile resource. |
Constructors
NetworkProfileReference()
A reference to a NetworkProfile resource.
public NetworkProfileReference()
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.AWS.DeviceFarm;
var networkProfileReference = new NetworkProfileReference {
NetworkProfileArn = "networkProfileArn"
};
Properties
NetworkProfileArn
The Arn of the NetworkProfile resource.
public string NetworkProfileArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated