AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Represents an Amazon Web Services session credentials object. These credentials are temporary credentials that are issued by Amazon Web Services Secure Token Service (STS). They can be used to access input and output artifacts in the S3 bucket used to store artifact for the pipeline in CodePipeline.

Inheritance Hierarchy

System.Object
  Amazon.CodePipeline.Model.AWSSessionCredentials

Namespace: Amazon.CodePipeline.Model
Assembly: AWSSDK.CodePipeline.dll
Version: 3.x.y.z

Syntax

C#
public class AWSSessionCredentials

The AWSSessionCredentials type exposes the following members

Constructors

NameDescription
Public Method AWSSessionCredentials()

Properties

NameTypeDescription
Public Property AccessKeyId System.String

Gets and sets the property AccessKeyId.

The access key for the session.

Public Property SecretAccessKey System.String

Gets and sets the property SecretAccessKey.

The secret access key for the session.

Public Property SessionToken System.String

Gets and sets the property SessionToken.

The token for the session.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5