Show / Hide Table of Contents

Class LocationS3Reference

A reference to a LocationS3 resource.

Inheritance
object
LocationS3Reference
Implements
ILocationS3Reference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Interfaces.DataSync
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class LocationS3Reference : ILocationS3Reference
Syntax (vb)
Public Class LocationS3Reference Implements ILocationS3Reference
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.Interfaces.DataSync;

            var locationS3Reference = new LocationS3Reference {
                LocationArn = "locationArn"
            };

Synopsis

Constructors

LocationS3Reference()

A reference to a LocationS3 resource.

Properties

LocationArn

The LocationArn of the LocationS3 resource.

Constructors

LocationS3Reference()

A reference to a LocationS3 resource.

public LocationS3Reference()
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.Interfaces.DataSync;

            var locationS3Reference = new LocationS3Reference {
                LocationArn = "locationArn"
            };

Properties

LocationArn

The LocationArn of the LocationS3 resource.

public string LocationArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

ILocationS3Reference
Back to top Generated by DocFX