Show / Hide Table of Contents

Class AWSAPICallViaCloudTrail.SessionIssuer

(experimental) Type definition for SessionIssuer.

Inheritance
object
AWSAPICallViaCloudTrail.SessionIssuer
Implements
AWSAPICallViaCloudTrail.ISessionIssuer
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.CodeBuild.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class AWSAPICallViaCloudTrail.SessionIssuer : AWSAPICallViaCloudTrail.ISessionIssuer
Syntax (vb)
Public Class AWSAPICallViaCloudTrail.SessionIssuer Implements AWSAPICallViaCloudTrail.ISessionIssuer
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.CodeBuild.Events;

             var sessionIssuer = new SessionIssuer {
                 AccountId = new [] { "accountId" },
                 Arn = new [] { "arn" },
                 PrincipalId = new [] { "principalId" },
                 Type = new [] { "type" },
                 UserName = new [] { "userName" }
             };

Synopsis

Constructors

SessionIssuer()

(experimental) Type definition for SessionIssuer.

Properties

AccountId

(experimental) accountId property.

Arn

(experimental) arn property.

PrincipalId

(experimental) principalId property.

Type

(experimental) type property.

UserName

(experimental) userName property.

Constructors

SessionIssuer()

(experimental) Type definition for SessionIssuer.

public SessionIssuer()
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.CodeBuild.Events;

             var sessionIssuer = new SessionIssuer {
                 AccountId = new [] { "accountId" },
                 Arn = new [] { "arn" },
                 PrincipalId = new [] { "principalId" },
                 Type = new [] { "type" },
                 UserName = new [] { "userName" }
             };

Properties

AccountId

(experimental) accountId property.

public string[]? AccountId { get; set; }
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.

public string[]? Arn { get; set; }
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

PrincipalId

(experimental) principalId property.

public string[]? PrincipalId { get; set; }
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

Type

(experimental) type property.

public string[]? Type { get; set; }
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

UserName

(experimental) userName property.

public string[]? UserName { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of userName 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

Implements

AWSAPICallViaCloudTrail.ISessionIssuer
Back to top Generated by DocFX