Class ModelEvents.AWSAPICallViaCloudTrail.S3DataSource1
(experimental) Type definition for S3DataSource_1.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.SageMaker.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class ModelEvents.AWSAPICallViaCloudTrail.S3DataSource1 : ModelEvents.AWSAPICallViaCloudTrail.IS3DataSource1
Syntax (vb)
Public Class ModelEvents.AWSAPICallViaCloudTrail.S3DataSource1 Implements ModelEvents.AWSAPICallViaCloudTrail.IS3DataSource1
Remarks
Stability: Experimental
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.Mixins.Preview.AWS.SageMaker.Events;
var s3DataSource1 = new S3DataSource1 {
S3DataDistributionType = new [] { "s3DataDistributionType" },
S3DataType = new [] { "s3DataType" },
S3Uri = new [] { "s3Uri" }
};
Synopsis
Constructors
| S3DataSource1() | (experimental) Type definition for S3DataSource_1. |
Properties
| S3DataDistributionType | (experimental) s3DataDistributionType property. |
| S3DataType | (experimental) s3DataType property. |
| S3Uri | (experimental) s3Uri property. |
Constructors
S3DataSource1()
(experimental) Type definition for S3DataSource_1.
public S3DataSource1()
Remarks
Stability: Experimental
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.Mixins.Preview.AWS.SageMaker.Events;
var s3DataSource1 = new S3DataSource1 {
S3DataDistributionType = new [] { "s3DataDistributionType" },
S3DataType = new [] { "s3DataType" },
S3Uri = new [] { "s3Uri" }
};
Properties
S3DataDistributionType
(experimental) s3DataDistributionType property.
public string[]? S3DataDistributionType { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of s3DataDistributionType is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental
S3DataType
(experimental) s3DataType property.
public string[]? S3DataType { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of s3DataType is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental
S3Uri
(experimental) s3Uri property.
public string[]? S3Uri { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of s3Uri is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental