Class AWSAPICallViaCloudTrail.Environment.Jsii$Proxy
- All Implemented Interfaces:
AWSAPICallViaCloudTrail.Environment,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
AWSAPICallViaCloudTrail.Environment
AWSAPICallViaCloudTrail.Environment-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.mixins.preview.services.codebuild.events.AWSAPICallViaCloudTrail.Environment
AWSAPICallViaCloudTrail.Environment.Builder, AWSAPICallViaCloudTrail.Environment.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theAWSAPICallViaCloudTrail.Environment.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal boolean(experimental) certificate property.(experimental) computeType property.(experimental) environmentVariables property.getImage()(experimental) image property.(experimental) imagePullCredentialsType property.(experimental) privilegedMode property.getType()(experimental) type property.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theAWSAPICallViaCloudTrail.Environment.Builder.
-
-
Method Details
-
getCertificate
Description copied from interface:AWSAPICallViaCloudTrail.Environment(experimental) certificate property.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.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getCertificatein interfaceAWSAPICallViaCloudTrail.Environment
-
getComputeType
Description copied from interface:AWSAPICallViaCloudTrail.Environment(experimental) computeType property.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.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getComputeTypein interfaceAWSAPICallViaCloudTrail.Environment
-
getEnvironmentVariables
Description copied from interface:AWSAPICallViaCloudTrail.Environment(experimental) environmentVariables property.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.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getEnvironmentVariablesin interfaceAWSAPICallViaCloudTrail.Environment
-
getImage
Description copied from interface:AWSAPICallViaCloudTrail.Environment(experimental) image property.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.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getImagein interfaceAWSAPICallViaCloudTrail.Environment
-
getImagePullCredentialsType
Description copied from interface:AWSAPICallViaCloudTrail.Environment(experimental) imagePullCredentialsType property.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.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getImagePullCredentialsTypein interfaceAWSAPICallViaCloudTrail.Environment
-
getPrivilegedMode
Description copied from interface:AWSAPICallViaCloudTrail.Environment(experimental) privilegedMode property.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.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getPrivilegedModein interfaceAWSAPICallViaCloudTrail.Environment
-
getType
Description copied from interface:AWSAPICallViaCloudTrail.Environment(experimental) type property.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.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getTypein interfaceAWSAPICallViaCloudTrail.Environment
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-