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
,ITaggableV2
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-06T23:25:06.263Z")
@Stability(Stable)
public class CfnRepositoryLink
extends CfnResource
implements IInspectable, 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 classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ModifierConstructorDescriptionprotected
CfnRepositoryLink
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnRepositoryLink
(software.amazon.jsii.JsiiObjectRef objRef) CfnRepositoryLink
(software.constructs.Construct scope, String id, CfnRepositoryLinkProps props) -
Method Summary
Modifier and TypeMethodDescriptionThe 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.The name of the repository associated with the repository link.getTags()
The tags for the repository to be associated with the repository link.void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties
(Map<String, Object> props) void
setConnectionArn
(String value) The Amazon Resource Name (ARN) of the connection associated with the repository link.void
setEncryptionKeyArn
(String value) The Amazon Resource Name (ARN) of the encryption key for the repository associated with the repository link.void
setOwnerId
(String value) The owner ID for the repository associated with the repository link, such as the owner ID in GitHub.void
setRepositoryName
(String value) The name of the repository associated with the repository link.void
The 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, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validateProperties
Methods inherited from class software.amazon.awscdk.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.constructs.Construct
getNode, isConstruct
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods 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) - 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
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspect
in 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:
renderProperties
in 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:
getCdkTagManager
in interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnProperties
in classCfnResource
-
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.
-