Class AwsCloudServiceProviderMetadataItem
Aws Cloud Service Provider metadata item.
Inherited Members
Namespace: Oci.MulticloudService.Models
Assembly: OCI.DotNetSDK.Multicloud.dll
Syntax
public class AwsCloudServiceProviderMetadataItem : CloudServiceProviderMetadataItem
Properties
AccountId
Declaration
[Required(ErrorMessage = "AccountId is required.")]
[JsonProperty(PropertyName = "accountId")]
public string AccountId { get; set; }
Property Value
Type | Description |
---|---|
string | AWS accountId that was used for creating this resource anchor resource. |
Remarks
Required