A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkfornet/v4/apidocs/items/Amazon/N.html below:

Amazon Namespace | AWS SDK for .NET Version 4

Name Description Arn

Utility class to parse Amazon resource names more commonly known as an ARN.

AWSConfigs

Configuration options that apply to the entire SDK. These settings can be configured through app.config or web.config. Below is a full sample configuration that illustrates all the possible options.

<configSections>
  <section name="aws" type="Amazon.AWSSection, AWSSDK.Core"/>
</configSections>
<aws region="us-west-2">
  <logging logTo="Log4Net, SystemDiagnostics" logResponses="Always" logMetrics="true" />
  <proxy host="localhost" port="8888" username="1" password="1" />
              
  <dynamoDB>
    <dynamoDBContext tableNamePrefix="Prod-" metadataCachingMode="Default" disableFetchingTableMetadata="false" retrieveDateTimeInUtc="false">
            
      <tableAliases>
        <alias fromTable="FakeTable" toTable="People" />
        <alias fromTable="Persons" toTable="People" />
      </tableAliases>
            
      <mappings>
        <map type="Sample.Tests.Author, SampleDLL" targetTable="People" />
        <map type="Sample.Tests.Editor, SampleDLL" targetTable="People">
          <property name="FullName" attribute="Name" />
          <property name="EmployeeId" attribute="Id" />
          <property name="ComplexData" converter="Sample.Tests.ComplexDataConverter, SampleDLL" />
          <property name="Version" version="true" />
          <property name="Password" ignore="true" />
        </map>
      </mappings>
            
    </dynamoDBContext>
  </dynamoDB>
</aws>
            
AWSConfigsDynamoDB

Configurations for accessing DynamoDB

AWSConfigsS3

Configuration for the S3 section of AWS configuration. Changes to some settings may not take effect until a new client is constructed. Example section:

<configSections>
  <section name="aws" type="Amazon.AWSSection, AWSSDK.Core"/>
</configSections>
            
Profile

Represents a profile in the configuration file. For example in ~/.aws/config:

[profile foo]
name = value
            
Profile profile = new Profile("foo");
            
When this is set on the Amazon.Runtime.IClientConfig and that config is passed to the service client constructor the SDK will try to find the credentials associated with the Amazon.Profile.Name property. If set, this will override AWS_PROFILE and AWSConfigs.ProfileName. RegionEndpoint

This class contains region information used to lazily compute the service endpoints. The static constants representing the regions can be used while constructing the AWS client instead of looking up the exact endpoint URL.

SerializableConfigurationElement

Configuration element that serializes properly when used with collections

WritableConfigurationElement

ConfigurationElement class which returns false for IsReadOnly

WritableConfigurationElementCollection<>

Easy-to-use generic collection


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4