Show / Hide Table of Contents

Interface CfnConnection.IS3PropertiesInputProperty

S3 Properties Input.

Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnConnection.IS3PropertiesInputProperty
Syntax (vb)
Public Interface 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

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.

Properties

RegisterS3AccessGrantLocation

Specifies whether to register the S3 Access Grant location.

object? RegisterS3AccessGrantLocation { get; }
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.

string? S3AccessGrantLocationId { get; }
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.

string S3Uri { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX