Class CfnRepositoryLink
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.codestarconnections.CfnRepositoryLink
- All Implemented Interfaces:
IInspectable,IRepositoryLinkRef,IEnvironmentAware,ITaggableV2,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-12-01T16:02:17.160Z")
@Stability(Stable)
public class CfnRepositoryLink
extends CfnResource
implements IInspectable, IRepositoryLinkRef, ITaggableV2
Information about the repository link resource, such as the repository link ARN, the associated connection ARN, encryption key ARN, and owner ID.
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.codestarconnections.*;
CfnRepositoryLink cfnRepositoryLink = CfnRepositoryLink.Builder.create(this, "MyCfnRepositoryLink")
.connectionArn("connectionArn")
.ownerId("ownerId")
.repositoryName("repositoryName")
// the properties below are optional
.encryptionKeyArn("encryptionKeyArn")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.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.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.codestarconnections.IRepositoryLinkRef
IRepositoryLinkRef.Jsii$Default, IRepositoryLinkRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnRepositoryLink(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnRepositoryLink(software.amazon.jsii.JsiiObjectRef objRef) CfnRepositoryLink(software.constructs.Construct scope, String id, CfnRepositoryLinkProps props) Create a newAWS::CodeStarConnections::RepositoryLink. -
Method Summary
Modifier and TypeMethodDescriptionstatic StringarnForRepositoryLink(IRepositoryLinkRef resource) The name of the external provider where your third-party code repository is configured.A unique Amazon Resource Name (ARN) to designate the repository link.A UUID that uniquely identifies the RepositoryLink.Tag Manager which manages the tags for this resource.The Amazon Resource Name (ARN) of the connection associated with the repository link.The Amazon Resource Name (ARN) of the encryption key for the repository associated with the repository link.The owner ID for the repository associated with the repository link, such as the owner ID in GitHub.A reference to a RepositoryLink resource.The name of the repository associated with the repository link.getTags()The tags for the repository to be associated with the repository link.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.static BooleanChecks whether the given object is a CfnRepositoryLink.renderProperties(Map<String, Object> props) voidsetConnectionArn(String value) The Amazon Resource Name (ARN) of the connection associated with the repository link.voidsetEncryptionKeyArn(String value) The Amazon Resource Name (ARN) of the encryption key for the repository associated with the repository link.voidsetOwnerId(String value) The owner ID for the repository associated with the repository link, such as the owner ID in GitHub.voidsetRepositoryName(String value) The name of the repository associated with the repository link.voidThe tags for the repository to be associated with the repository link.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
-
CfnRepositoryLink
protected CfnRepositoryLink(software.amazon.jsii.JsiiObjectRef objRef) -
CfnRepositoryLink
protected CfnRepositoryLink(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnRepositoryLink
@Stability(Stable) public CfnRepositoryLink(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnRepositoryLinkProps props) Create a newAWS::CodeStarConnections::RepositoryLink.- 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
-
arnForRepositoryLink
@Stability(Stable) @NotNull public static String arnForRepositoryLink(@NotNull IRepositoryLinkRef resource) - Parameters:
resource- This parameter is required.
-
isCfnRepositoryLink
Checks whether the given object is a CfnRepositoryLink.- 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.
-
getAttrProviderType
The name of the external provider where your third-party code repository is configured. -
getAttrRepositoryLinkArn
A unique Amazon Resource Name (ARN) to designate the repository link. -
getAttrRepositoryLinkId
A UUID that uniquely identifies the RepositoryLink. -
getCdkTagManager
Tag Manager which manages the tags for this resource.- Specified by:
getCdkTagManagerin interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getRepositoryLinkRef
A reference to a RepositoryLink resource.- Specified by:
getRepositoryLinkRefin interfaceIRepositoryLinkRef
-
getConnectionArn
The Amazon Resource Name (ARN) of the connection associated with the repository link. -
setConnectionArn
The Amazon Resource Name (ARN) of the connection associated with the repository link. -
getOwnerId
The owner ID for the repository associated with the repository link, such as the owner ID in GitHub. -
setOwnerId
The owner ID for the repository associated with the repository link, such as the owner ID in GitHub. -
getRepositoryName
The name of the repository associated with the repository link. -
setRepositoryName
The name of the repository associated with the repository link. -
getEncryptionKeyArn
The Amazon Resource Name (ARN) of the encryption key for the repository associated with the repository link. -
setEncryptionKeyArn
The Amazon Resource Name (ARN) of the encryption key for the repository associated with the repository link. -
getTags
The tags for the repository to be associated with the repository link. -
setTags
The tags for the repository to be associated with the repository link.
-