AWS SDK for .NET Documentation
WithAwsAccountNumbers Method (awsAccounts)
AmazonAmazon.CloudFront_2012_03_15.ModelUrlTrustedSignersWithAwsAccountNumbers(array<String>[]()[][]) Did this page help you?   Yes   No    Tell us about it...
Sets the AwsAccountNumbers property. Please provide the AWS account number without dashes. If you set more than 5 trusted signers for URLs, a
CopyC#
TooManyTrustedSigners
exception will be returned by CloudFront.
Declaration Syntax
C#
[ObsoleteAttribute("The With methods are obsolete and will be removed in version 2 of the AWS SDK for .NET. See http://aws.amazon.com/sdkfornet/#version2 for more information.")]
public UrlTrustedSigners WithAwsAccountNumbers(
	params string[] awsAccounts
)
Parameters
awsAccounts (array<String>[]()[][])
Value that the AwsAccountNumbers property will be set to
Return Value
this instance

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)