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
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
Remarks
S3AccessGrantLocationId
The Amazon S3 Access Grant location ID that's part of the Amazon S3 properties of a connection.
string? S3AccessGrantLocationId { get; }
Property Value
Remarks
S3Uri
The Amazon S3 URI that's part of the Amazon S3 properties of a connection.
string S3Uri { get; }