Class CfnAgentSpace.AWSResourcesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.securityagent.CfnAgentSpace.AWSResourcesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAgentSpace.AWSResourcesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAgentSpace.AWSResourcesProperty
@Stability(Stable)
@Internal
public static final class CfnAgentSpace.AWSResourcesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAgentSpace.AWSResourcesProperty
An implementation for
CfnAgentSpace.AWSResourcesProperty-
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.services.securityagent.CfnAgentSpace.AWSResourcesProperty
CfnAgentSpace.AWSResourcesProperty.Builder, CfnAgentSpace.AWSResourcesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAgentSpace.AWSResourcesProperty.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 booleanIAM role ARNs.Lambda function ARNs used to retrieve tester credentials for pentests.CloudWatch log group ARNs.S3 bucket ARNs.SecretsManager secret ARNs used to store tester credentials for pentests.final ObjectgetVpcs()VPC configurations.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 theCfnAgentSpace.AWSResourcesProperty.Builder.
-
-
Method Details
-
getIamRoles
Description copied from interface:CfnAgentSpace.AWSResourcesPropertyIAM role ARNs.- Specified by:
getIamRolesin interfaceCfnAgentSpace.AWSResourcesProperty- See Also:
-
getLambdaFunctionArns
Description copied from interface:CfnAgentSpace.AWSResourcesPropertyLambda function ARNs used to retrieve tester credentials for pentests.- Specified by:
getLambdaFunctionArnsin interfaceCfnAgentSpace.AWSResourcesProperty- See Also:
-
getLogGroups
Description copied from interface:CfnAgentSpace.AWSResourcesPropertyCloudWatch log group ARNs.- Specified by:
getLogGroupsin interfaceCfnAgentSpace.AWSResourcesProperty- See Also:
-
getS3Buckets
Description copied from interface:CfnAgentSpace.AWSResourcesPropertyS3 bucket ARNs.- Specified by:
getS3Bucketsin interfaceCfnAgentSpace.AWSResourcesProperty- See Also:
-
getSecretArns
Description copied from interface:CfnAgentSpace.AWSResourcesPropertySecretsManager secret ARNs used to store tester credentials for pentests.- Specified by:
getSecretArnsin interfaceCfnAgentSpace.AWSResourcesProperty- See Also:
-
getVpcs
Description copied from interface:CfnAgentSpace.AWSResourcesPropertyVPC configurations.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAgentSpace.VpcConfigProperty>- Specified by:
getVpcsin interfaceCfnAgentSpace.AWSResourcesProperty- 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()
-