Class CfnAgentSpace
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.devopsagent.CfnAgentSpace
- All Implemented Interfaces:
IInspectable,IAgentSpaceRef,IEnvironmentAware,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.120.0 (build 192dc88)",
date="2025-12-05T22:26:34.171Z")
@Stability(Stable)
public class CfnAgentSpace
extends CfnResource
implements IInspectable, IAgentSpaceRef
Resource Type definition for AWS::DevOpsAgent::AgentSpace.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.devopsagent.*;
CfnAgentSpace cfnAgentSpace = CfnAgentSpace.Builder.create(this, "MyCfnAgentSpace")
.name("name")
// the properties below are optional
.description("description")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.devopsagent.IAgentSpaceRef
IAgentSpaceRef.Jsii$Default, IAgentSpaceRef.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnAgentSpace(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnAgentSpace(software.amazon.jsii.JsiiObjectRef objRef) CfnAgentSpace(software.constructs.Construct scope, String id, CfnAgentSpaceProps props) Create a newAWS::DevOpsAgent::AgentSpace. -
Method Summary
Modifier and TypeMethodDescriptionstatic StringarnForAgentSpace(IAgentSpaceRef resource) A reference to a AgentSpace resource.The unique identifier of the AgentSpace.The Amazon Resource Name (ARN) of the AgentSpace.The timestamp when the resource was created.The timestamp when the resource was last updated.The description of the AgentSpace.getName()The name of the AgentSpace.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.static BooleanChecks whether the given object is a CfnAgentSpace.renderProperties(Map<String, Object> props) voidsetDescription(String value) The description of the AgentSpace.voidThe name of the AgentSpace.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getEnv, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnAgentSpace
protected CfnAgentSpace(software.amazon.jsii.JsiiObjectRef objRef) -
CfnAgentSpace
protected CfnAgentSpace(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnAgentSpace
@Stability(Stable) public CfnAgentSpace(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnAgentSpaceProps props) Create a newAWS::DevOpsAgent::AgentSpace.- Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.props- Resource properties. This parameter is required.
-
-
Method Details
-
arnForAgentSpace
- Parameters:
resource- This parameter is required.
-
isCfnAgentSpace
Checks whether the given object is a CfnAgentSpace.- Parameters:
x- This parameter is required.
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAgentSpaceRef
A reference to a AgentSpace resource.- Specified by:
getAgentSpaceRefin interfaceIAgentSpaceRef
-
getAttrAgentSpaceId
The unique identifier of the AgentSpace. -
getAttrArn
The Amazon Resource Name (ARN) of the AgentSpace. -
getAttrCreatedAt
The timestamp when the resource was created. -
getAttrUpdatedAt
The timestamp when the resource was last updated. -
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getName
The name of the AgentSpace. -
setName
The name of the AgentSpace. -
getDescription
The description of the AgentSpace. -
setDescription
The description of the AgentSpace.
-