@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.249Z") @Stability(value=Stable) public class CfnGitHubRepository extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnGitHubRepository.Builder
A fluent builder for
CfnGitHubRepository. |
static interface |
CfnGitHubRepository.CodeProperty |
static interface |
CfnGitHubRepository.S3Property |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnGitHubRepository(software.constructs.Construct scope,
String id,
CfnGitHubRepositoryProps props)
Create a new `AWS::CodeStar::GitHubRepository`.
|
protected |
CfnGitHubRepository(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnGitHubRepository(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
getCfnProperties() |
Object |
getCode()
`AWS::CodeStar::GitHubRepository.Code`.
|
String |
getConnectionArn()
`AWS::CodeStar::GitHubRepository.ConnectionArn`.
|
Object |
getEnableIssues()
`AWS::CodeStar::GitHubRepository.EnableIssues`.
|
Object |
getIsPrivate()
`AWS::CodeStar::GitHubRepository.IsPrivate`.
|
String |
getRepositoryAccessToken()
`AWS::CodeStar::GitHubRepository.RepositoryAccessToken`.
|
String |
getRepositoryDescription()
`AWS::CodeStar::GitHubRepository.RepositoryDescription`.
|
String |
getRepositoryName()
`AWS::CodeStar::GitHubRepository.RepositoryName`.
|
String |
getRepositoryOwner()
`AWS::CodeStar::GitHubRepository.RepositoryOwner`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setCode(CfnGitHubRepository.CodeProperty value)
`AWS::CodeStar::GitHubRepository.Code`.
|
void |
setCode(IResolvable value)
`AWS::CodeStar::GitHubRepository.Code`.
|
void |
setConnectionArn(String value)
`AWS::CodeStar::GitHubRepository.ConnectionArn`.
|
void |
setEnableIssues(Boolean value)
`AWS::CodeStar::GitHubRepository.EnableIssues`.
|
void |
setEnableIssues(IResolvable value)
`AWS::CodeStar::GitHubRepository.EnableIssues`.
|
void |
setIsPrivate(Boolean value)
`AWS::CodeStar::GitHubRepository.IsPrivate`.
|
void |
setIsPrivate(IResolvable value)
`AWS::CodeStar::GitHubRepository.IsPrivate`.
|
void |
setRepositoryAccessToken(String value)
`AWS::CodeStar::GitHubRepository.RepositoryAccessToken`.
|
void |
setRepositoryDescription(String value)
`AWS::CodeStar::GitHubRepository.RepositoryDescription`.
|
void |
setRepositoryName(String value)
`AWS::CodeStar::GitHubRepository.RepositoryName`.
|
void |
setRepositoryOwner(String value)
`AWS::CodeStar::GitHubRepository.RepositoryOwner`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnGitHubRepository(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnGitHubRepository(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnGitHubRepository(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnGitHubRepositoryProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public String getRepositoryName()
@Stability(value=Stable)
public void setRepositoryName(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getRepositoryOwner()
@Stability(value=Stable)
public void setRepositoryOwner(@NotNull
String value)
@Stability(value=Stable) @Nullable public Object getCode()
@Stability(value=Stable)
public void setCode(@Nullable
CfnGitHubRepository.CodeProperty value)
@Stability(value=Stable)
public void setCode(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getConnectionArn()
@Stability(value=Stable)
public void setConnectionArn(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getEnableIssues()
@Stability(value=Stable)
public void setEnableIssues(@Nullable
Boolean value)
@Stability(value=Stable)
public void setEnableIssues(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getIsPrivate()
@Stability(value=Stable)
public void setIsPrivate(@Nullable
Boolean value)
@Stability(value=Stable)
public void setIsPrivate(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getRepositoryAccessToken()
@Stability(value=Stable)
public void setRepositoryAccessToken(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getRepositoryDescription()
@Stability(value=Stable)
public void setRepositoryDescription(@Nullable
String value)
Copyright © 2021. All rights reserved.