Class S3LocationConfig
Stores information about the location of an object in Amazon S3.
Inheritance
System.Object
S3LocationConfig
Implements
Namespace: Amazon.CDK.AWS.StepFunctions.Tasks
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class S3LocationConfig : Object, IS3LocationConfig
Syntax (vb)
Public Class S3LocationConfig
Inherits Object
Implements IS3LocationConfig
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.StepFunctions.Tasks;
var s3LocationConfig = new S3LocationConfig {
Uri = "uri"
};
Synopsis
Constructors
S3LocationConfig() |
Properties
Uri | Uniquely identifies the resource in Amazon S3. |
Constructors
S3LocationConfig()
public S3LocationConfig()
Properties
Uri
Uniquely identifies the resource in Amazon S3.
public string Uri { get; set; }
Property Value
System.String