Class AWSAPICallViaCloudTrail.Environment
(experimental) Type definition for Environment.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.CodeBuild.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class AWSAPICallViaCloudTrail.Environment : AWSAPICallViaCloudTrail.IEnvironment
Syntax (vb)
Public Class AWSAPICallViaCloudTrail.Environment Implements AWSAPICallViaCloudTrail.IEnvironment
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 environment = new Environment {
Certificate = new [] { "certificate" },
ComputeType = new [] { "computeType" },
EnvironmentVariables = new [] { new EnvironmentItem {
Name = new [] { "name" },
Type = new [] { "type" },
Value = new [] { "value" }
} },
Image = new [] { "image" },
ImagePullCredentialsType = new [] { "imagePullCredentialsType" },
PrivilegedMode = new [] { "privilegedMode" },
Type = new [] { "type" }
};
Synopsis
Constructors
| Environment() | (experimental) Type definition for Environment. |
Properties
| Certificate | (experimental) certificate property. |
| ComputeType | (experimental) computeType property. |
| EnvironmentVariables | (experimental) environmentVariables property. |
| Image | (experimental) image property. |
| ImagePullCredentialsType | (experimental) imagePullCredentialsType property. |
| PrivilegedMode | (experimental) privilegedMode property. |
| Type | (experimental) type property. |
Constructors
Environment()
(experimental) Type definition for Environment.
public Environment()
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 environment = new Environment {
Certificate = new [] { "certificate" },
ComputeType = new [] { "computeType" },
EnvironmentVariables = new [] { new EnvironmentItem {
Name = new [] { "name" },
Type = new [] { "type" },
Value = new [] { "value" }
} },
Image = new [] { "image" },
ImagePullCredentialsType = new [] { "imagePullCredentialsType" },
PrivilegedMode = new [] { "privilegedMode" },
Type = new [] { "type" }
};
Properties
Certificate
(experimental) certificate property.
public string[]? Certificate { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of certificate 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
ComputeType
(experimental) computeType property.
public string[]? ComputeType { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of computeType 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
EnvironmentVariables
(experimental) environmentVariables property.
public AWSAPICallViaCloudTrail.IEnvironmentItem[]? EnvironmentVariables { get; set; }
Property Value
Remarks
Specify an array of string values to match this event if the actual value of environmentVariables 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
Image
(experimental) image property.
public string[]? Image { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of image 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
ImagePullCredentialsType
(experimental) imagePullCredentialsType property.
public string[]? ImagePullCredentialsType { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of imagePullCredentialsType 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
PrivilegedMode
(experimental) privilegedMode property.
public string[]? PrivilegedMode { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of privilegedMode 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