Class CfnAgentSpaceMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.securityagent.CfnAgentSpaceMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAgentSpaceMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAgentSpaceMixinProps
@Stability(Stable)
@Internal
public static final class CfnAgentSpaceMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAgentSpaceMixinProps
An implementation for
CfnAgentSpaceMixinProps-
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.securityagent.CfnAgentSpaceMixinProps
CfnAgentSpaceMixinProps.Builder, CfnAgentSpaceMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAgentSpaceMixinProps.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 theCfnAgentSpaceMixinProps.Builder.
-
-
Method Details
-
getAwsResources
Description copied from interface:CfnAgentSpaceMixinPropsAWS resource configuration.Returns union: either
IResolvableorCfnAgentSpacePropsMixin.AWSResourcesProperty- Specified by:
getAwsResourcesin interfaceCfnAgentSpaceMixinProps- See Also:
-
getCodeReviewSettings
Description copied from interface:CfnAgentSpaceMixinPropsDetails of code review settings.Returns union: either
IResolvableorCfnAgentSpacePropsMixin.CodeReviewSettingsProperty- Specified by:
getCodeReviewSettingsin interfaceCfnAgentSpaceMixinProps- See Also:
-
getDescription
Description copied from interface:CfnAgentSpaceMixinPropsDescription of the agent space.- Specified by:
getDescriptionin interfaceCfnAgentSpaceMixinProps- See Also:
-
getIntegratedResources
Description copied from interface:CfnAgentSpaceMixinPropsIntegrated Resources configuration.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAgentSpacePropsMixin.IntegratedResourceProperty>- Specified by:
getIntegratedResourcesin interfaceCfnAgentSpaceMixinProps- See Also:
-
getKmsKeyId
Description copied from interface:CfnAgentSpaceMixinPropsIdentifier 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 interfaceCfnAgentSpaceMixinProps- See Also:
-
getName
Description copied from interface:CfnAgentSpaceMixinPropsName of the agent space.- Specified by:
getNamein interfaceCfnAgentSpaceMixinProps- See Also:
-
getTags
Description copied from interface:CfnAgentSpaceMixinPropsTags for the agent space.- Specified by:
getTagsin interfaceCfnAgentSpaceMixinProps- See Also:
-
getTargetDomainIds
Description copied from interface:CfnAgentSpaceMixinPropsList of target domain identifiers registered with the agent space.- Specified by:
getTargetDomainIdsin interfaceCfnAgentSpaceMixinProps- 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()
-