Class CfnSyncConfigurationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codestarconnections.CfnSyncConfigurationProps.Jsii$Proxy
- All Implemented Interfaces:
- CfnSyncConfigurationProps,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnSyncConfigurationProps
@Stability(Stable)
@Internal
public static final class CfnSyncConfigurationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSyncConfigurationProps
An implementation for 
CfnSyncConfigurationProps- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.codestarconnections.CfnSyncConfigurationPropsCfnSyncConfigurationProps.Builder, CfnSyncConfigurationProps.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSyncConfigurationProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe branch associated with a specific sync configuration.final StringThe file path to the configuration file associated with a specific sync configuration.final StringWhether to enable or disable publishing of deployment status to source providers.final StringThe ID of the repository link associated with a specific sync configuration.final StringThe name of the connection resource associated with a specific sync configuration.final StringThe Amazon Resource Name (ARN) of the IAM role associated with a specific sync configuration.final StringThe type of sync for a specific sync configuration.final StringWhen to trigger Git sync to begin the stack update.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnSyncConfigurationProps.Builder.
 
- 
- 
Method Details- 
getBranchDescription copied from interface:CfnSyncConfigurationPropsThe branch associated with a specific sync configuration.- Specified by:
- getBranchin interface- CfnSyncConfigurationProps
- See Also:
 
- 
getConfigFileDescription copied from interface:CfnSyncConfigurationPropsThe file path to the configuration file associated with a specific sync configuration.The path should point to an actual file in the sync configurations linked repository. - Specified by:
- getConfigFilein interface- CfnSyncConfigurationProps
- See Also:
 
- 
getRepositoryLinkIdDescription copied from interface:CfnSyncConfigurationPropsThe ID of the repository link associated with a specific sync configuration.- Specified by:
- getRepositoryLinkIdin interface- CfnSyncConfigurationProps
- See Also:
 
- 
getResourceNameDescription copied from interface:CfnSyncConfigurationPropsThe name of the connection resource associated with a specific sync configuration.- Specified by:
- getResourceNamein interface- CfnSyncConfigurationProps
- See Also:
 
- 
getRoleArnDescription copied from interface:CfnSyncConfigurationPropsThe Amazon Resource Name (ARN) of the IAM role associated with a specific sync configuration.- Specified by:
- getRoleArnin interface- CfnSyncConfigurationProps
- See Also:
 
- 
getSyncTypeDescription copied from interface:CfnSyncConfigurationPropsThe type of sync for a specific sync configuration.- Specified by:
- getSyncTypein interface- CfnSyncConfigurationProps
- See Also:
 
- 
getPublishDeploymentStatusDescription copied from interface:CfnSyncConfigurationPropsWhether to enable or disable publishing of deployment status to source providers.- Specified by:
- getPublishDeploymentStatusin interface- CfnSyncConfigurationProps
- See Also:
 
- 
getTriggerResourceUpdateOnDescription copied from interface:CfnSyncConfigurationPropsWhen to trigger Git sync to begin the stack update.- Specified by:
- getTriggerResourceUpdateOnin interface- CfnSyncConfigurationProps
- See Also:
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-