Class RepositoryEvents.AWSAPICallViaCloudTrail.Location
(experimental) Type definition for Location.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.CodeCommit.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class RepositoryEvents.AWSAPICallViaCloudTrail.Location : RepositoryEvents.AWSAPICallViaCloudTrail.ILocation
Syntax (vb)
Public Class RepositoryEvents.AWSAPICallViaCloudTrail.Location Implements RepositoryEvents.AWSAPICallViaCloudTrail.ILocation
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.CodeCommit.Events;
var location = new Location {
FilePath = new [] { "filePath" },
FilePosition = new [] { "filePosition" },
RelativeFileVersion = new [] { "relativeFileVersion" }
};
Synopsis
Constructors
| Location() | (experimental) Type definition for Location. |
Properties
| FilePath | (experimental) filePath property. |
| FilePosition | (experimental) filePosition property. |
| RelativeFileVersion | (experimental) relativeFileVersion property. |
Constructors
Location()
(experimental) Type definition for Location.
public Location()
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.CodeCommit.Events;
var location = new Location {
FilePath = new [] { "filePath" },
FilePosition = new [] { "filePosition" },
RelativeFileVersion = new [] { "relativeFileVersion" }
};
Properties
FilePath
(experimental) filePath property.
public string[]? FilePath { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of filePath 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
FilePosition
(experimental) filePosition property.
public string[]? FilePosition { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of filePosition 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
RelativeFileVersion
(experimental) relativeFileVersion property.
public string[]? RelativeFileVersion { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of relativeFileVersion 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