Class AwsAssetSourceSummary
Summary of an AWS asset source provided in the list.
Inherited Members
Namespace: Oci.CloudbridgeService.Models
Assembly: OCI.DotNetSDK.Cloudbridge.dll
Syntax
public class AwsAssetSourceSummary : AssetSourceSummary
Properties
AwsAccountKey
Declaration
[Required(ErrorMessage = "AwsAccountKey is required.")]
[JsonProperty(PropertyName = "awsAccountKey")]
public string AwsAccountKey { get; set; }
Property Value
Type | Description |
---|---|
string | The key of customer's aws account to be discovered/migrated. |
Remarks
Required
AwsRegion
Declaration
[Required(ErrorMessage = "AwsRegion is required.")]
[JsonProperty(PropertyName = "awsRegion")]
public string AwsRegion { get; set; }
Property Value
Type | Description |
---|---|
string | AWS region information, from where the resources are discovered. |
Remarks
Required