Class CfnAgentSpaceProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.securityagent.CfnAgentSpaceProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAgentSpaceProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAgentSpaceProps
@Stability(Stable)
@Internal
public static final class CfnAgentSpaceProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAgentSpaceProps
An implementation for
CfnAgentSpaceProps-
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.CfnAgentSpaceProps
CfnAgentSpaceProps.Builder, CfnAgentSpaceProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnAgentSpaceProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAgentSpaceProps.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 ObjectAWS resource configuration.final ObjectDetails of code review settings.final StringDescription of the agent space.final ObjectIntegrated Resources configuration.final StringIdentifier of the KMS key used to encrypt data.final StringgetName()Name of the agent space.getTags()Tags for the agent space.List of target domain identifiers registered with the agent space.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 theCfnAgentSpaceProps.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnAgentSpacePropsName of the agent space.- Specified by:
getNamein interfaceCfnAgentSpaceProps- See Also:
-
getAwsResources
Description copied from interface:CfnAgentSpacePropsAWS resource configuration.Returns union: either
IResolvableorCfnAgentSpace.AWSResourcesProperty- Specified by:
getAwsResourcesin interfaceCfnAgentSpaceProps- See Also:
-
getCodeReviewSettings
Description copied from interface:CfnAgentSpacePropsDetails of code review settings.Returns union: either
IResolvableorCfnAgentSpace.CodeReviewSettingsProperty- Specified by:
getCodeReviewSettingsin interfaceCfnAgentSpaceProps- See Also:
-
getDescription
Description copied from interface:CfnAgentSpacePropsDescription of the agent space.- Specified by:
getDescriptionin interfaceCfnAgentSpaceProps- See Also:
-
getIntegratedResources
Description copied from interface:CfnAgentSpacePropsIntegrated Resources configuration.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAgentSpace.IntegratedResourceProperty>- Specified by:
getIntegratedResourcesin interfaceCfnAgentSpaceProps- See Also:
-
getKmsKeyId
Description copied from interface:CfnAgentSpacePropsIdentifier of the KMS key used to encrypt data.Can be a key ID, key ARN, alias name, or alias ARN. If not specified, an AWS managed key is used.
- Specified by:
getKmsKeyIdin interfaceCfnAgentSpaceProps- See Also:
-
getTags
Description copied from interface:CfnAgentSpacePropsTags for the agent space.- Specified by:
getTagsin interfaceCfnAgentSpaceProps- See Also:
-
getTargetDomainIds
Description copied from interface:CfnAgentSpacePropsList of target domain identifiers registered with the agent space.- Specified by:
getTargetDomainIdsin interfaceCfnAgentSpaceProps- 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()
-