Interface ModelEvents.AWSAPICallViaCloudTrail.IUserIdentity
(experimental) Type definition for UserIdentity.
Namespace: Amazon.CDK.Mixins.Preview.AWS.SageMaker.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface ModelEvents.AWSAPICallViaCloudTrail.IUserIdentity
Syntax (vb)
Public Interface ModelEvents.AWSAPICallViaCloudTrail.IUserIdentity
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 userIdentity = new UserIdentity {
AccessKeyId = new [] { "accessKeyId" },
AccountId = new [] { "accountId" },
Arn = new [] { "arn" },
InvokedBy = new [] { "invokedBy" },
PrincipalId = new [] { "principalId" },
SessionContext = new SessionContext {
Attributes = new Attributes {
CreationDate = new [] { "creationDate" },
MfaAuthenticated = new [] { "mfaAuthenticated" }
},
SessionIssuer = new SessionIssuer {
AccountId = new [] { "accountId" },
Arn = new [] { "arn" },
PrincipalId = new [] { "principalId" },
Type = new [] { "type" },
UserName = new [] { "userName" }
},
WebIdFederationData = new [] { "webIdFederationData" }
},
Type = new [] { "type" }
};
Synopsis
Properties
| AccessKeyId | (experimental) accessKeyId property. |
| AccountId | (experimental) accountId property. |
| Arn | (experimental) arn property. |
| InvokedBy | (experimental) invokedBy property. |
| PrincipalId | (experimental) principalId property. |
| SessionContext | (experimental) sessionContext property. |
| Type | (experimental) type property. |
Properties
AccessKeyId
(experimental) accessKeyId property.
string[]? AccessKeyId { get; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of accessKeyId 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
AccountId
(experimental) accountId property.
string[]? AccountId { get; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of accountId 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
Arn
(experimental) arn property.
string[]? Arn { get; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of arn 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
InvokedBy
(experimental) invokedBy property.
string[]? InvokedBy { get; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of invokedBy 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
PrincipalId
(experimental) principalId property.
string[]? PrincipalId { get; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of principalId 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
SessionContext
(experimental) sessionContext property.
ModelEvents.AWSAPICallViaCloudTrail.ISessionContext? SessionContext { get; }
Property Value
ModelEvents.AWSAPICallViaCloudTrail.ISessionContext
Remarks
Specify an array of string values to match this event if the actual value of sessionContext 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
Type
(experimental) type property.
string[]? Type { get; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of type 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