Class CfnProjectMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.devicefarm.CfnProjectMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnProjectMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnProjectMixinProps
@Stability(Stable)
@Internal
public static final class CfnProjectMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnProjectMixinProps
An implementation for
CfnProjectMixinProps-
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.cfnpropertymixins.services.devicefarm.CfnProjectMixinProps
CfnProjectMixinProps.Builder, CfnProjectMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnProjectMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnProjectMixinProps.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 booleanfinal NumberSets the execution timeout value (in minutes) for a project.final ObjectReturns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnProjectPropsMixin.EnvironmentVariableProperty>final Stringfinal StringgetName()The project's name.getTags()The tags to add to the resource.final ObjectThe VPC security groups and subnets that are attached to a project.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 theCfnProjectMixinProps.Builder.
-
-
Method Details
-
getDefaultJobTimeoutMinutes
Description copied from interface:CfnProjectMixinPropsSets the execution timeout value (in minutes) for a project.All test runs in this project use the specified execution timeout value unless overridden when scheduling a run.
- Specified by:
getDefaultJobTimeoutMinutesin interfaceCfnProjectMixinProps- See Also:
-
getEnvironmentVariables
Description copied from interface:CfnProjectMixinPropsReturns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnProjectPropsMixin.EnvironmentVariableProperty>- Specified by:
getEnvironmentVariablesin interfaceCfnProjectMixinProps- See Also:
-
getExecutionRoleArn
- Specified by:
getExecutionRoleArnin interfaceCfnProjectMixinProps- See Also:
-
getName
Description copied from interface:CfnProjectMixinPropsThe project's name.- Specified by:
getNamein interfaceCfnProjectMixinProps- See Also:
-
getTags
Description copied from interface:CfnProjectMixinPropsThe tags to add to the resource.A tag is an array of key-value pairs. Tag keys can have a maximum character length of 128 characters. Tag values can have a maximum length of 256 characters.
- Specified by:
getTagsin interfaceCfnProjectMixinProps- See Also:
-
getVpcConfig
Description copied from interface:CfnProjectMixinPropsThe VPC security groups and subnets that are attached to a project.Returns union: either
IResolvableorCfnProjectPropsMixin.VpcConfigProperty- Specified by:
getVpcConfigin interfaceCfnProjectMixinProps- See Also:
-
$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()
-