Show / Hide Table of Contents

Class CfnConnection.S3PropertiesInputProperty

S3 Properties Input.

Inheritance
object
CfnConnection.S3PropertiesInputProperty
Implements
CfnConnection.IS3PropertiesInputProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnConnection.S3PropertiesInputProperty : CfnConnection.IS3PropertiesInputProperty
Syntax (vb)
Public Class CfnConnection.S3PropertiesInputProperty Implements CfnConnection.IS3PropertiesInputProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-s3propertiesinput.html

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.DataZone;

             var s3PropertiesInputProperty = new S3PropertiesInputProperty {
                 S3Uri = "s3Uri",

                 // the properties below are optional
                 RegisterS3AccessGrantLocation = false,
                 S3AccessGrantLocationId = "s3AccessGrantLocationId"
             };

Synopsis

Constructors

S3PropertiesInputProperty()

S3 Properties Input.

Properties

RegisterS3AccessGrantLocation

Specifies whether to register the S3 Access Grant location.

S3AccessGrantLocationId

The Amazon S3 Access Grant location ID that's part of the Amazon S3 properties of a connection.

S3Uri

The Amazon S3 URI that's part of the Amazon S3 properties of a connection.

Constructors

S3PropertiesInputProperty()

S3 Properties Input.

public S3PropertiesInputProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-s3propertiesinput.html

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.DataZone;

             var s3PropertiesInputProperty = new S3PropertiesInputProperty {
                 S3Uri = "s3Uri",

                 // the properties below are optional
                 RegisterS3AccessGrantLocation = false,
                 S3AccessGrantLocationId = "s3AccessGrantLocationId"
             };

Properties

RegisterS3AccessGrantLocation

Specifies whether to register the S3 Access Grant location.

public object? RegisterS3AccessGrantLocation { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-s3propertiesinput.html#cfn-datazone-connection-s3propertiesinput-registers3accessgrantlocation

Type union: either bool or IResolvable

S3AccessGrantLocationId

The Amazon S3 Access Grant location ID that's part of the Amazon S3 properties of a connection.

public string? S3AccessGrantLocationId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-s3propertiesinput.html#cfn-datazone-connection-s3propertiesinput-s3accessgrantlocationid

S3Uri

The Amazon S3 URI that's part of the Amazon S3 properties of a connection.

public string S3Uri { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-s3propertiesinput.html#cfn-datazone-connection-s3propertiesinput-s3uri

Implements

CfnConnection.IS3PropertiesInputProperty
Back to top Generated by DocFX