Documentation ¶
Index ¶
- func AppServiceSourceControlA_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func AppServiceSourceControlA_IsConstruct(x interface{}) *bool
- func AppServiceSourceControlA_IsTerraformElement(x interface{}) *bool
- func AppServiceSourceControlA_IsTerraformResource(x interface{}) *bool
- func AppServiceSourceControlA_TfResourceType() *string
- func NewAppServiceSourceControlA_Override(a AppServiceSourceControlA, scope constructs.Construct, id *string, ...)
- func NewAppServiceSourceControlGithubActionConfigurationCodeConfigurationOutputReference_Override(...)
- func NewAppServiceSourceControlGithubActionConfigurationContainerConfigurationOutputReference_Override(...)
- func NewAppServiceSourceControlGithubActionConfigurationOutputReference_Override(a AppServiceSourceControlGithubActionConfigurationOutputReference, ...)
- func NewAppServiceSourceControlTimeoutsOutputReference_Override(a AppServiceSourceControlTimeoutsOutputReference, ...)
- type AppServiceSourceControlA
- type AppServiceSourceControlAConfig
- type AppServiceSourceControlGithubActionConfiguration
- type AppServiceSourceControlGithubActionConfigurationCodeConfiguration
- type AppServiceSourceControlGithubActionConfigurationCodeConfigurationOutputReference
- type AppServiceSourceControlGithubActionConfigurationContainerConfiguration
- type AppServiceSourceControlGithubActionConfigurationContainerConfigurationOutputReference
- type AppServiceSourceControlGithubActionConfigurationOutputReference
- type AppServiceSourceControlTimeouts
- type AppServiceSourceControlTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppServiceSourceControlA_GenerateConfigForImport ¶
func AppServiceSourceControlA_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a AppServiceSourceControlA resource upon running "cdktf plan <stack-name>".
func AppServiceSourceControlA_IsConstruct ¶
func AppServiceSourceControlA_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.
Returns: true if `x` is an object created from a class which extends `Construct`.
func AppServiceSourceControlA_IsTerraformElement ¶
func AppServiceSourceControlA_IsTerraformElement(x interface{}) *bool
Experimental.
func AppServiceSourceControlA_IsTerraformResource ¶
func AppServiceSourceControlA_IsTerraformResource(x interface{}) *bool
Experimental.
func AppServiceSourceControlA_TfResourceType ¶
func AppServiceSourceControlA_TfResourceType() *string
func NewAppServiceSourceControlA_Override ¶
func NewAppServiceSourceControlA_Override(a AppServiceSourceControlA, scope constructs.Construct, id *string, config *AppServiceSourceControlAConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/app_service_source_control azurerm_app_service_source_control} Resource.
func NewAppServiceSourceControlGithubActionConfigurationCodeConfigurationOutputReference_Override ¶
func NewAppServiceSourceControlGithubActionConfigurationCodeConfigurationOutputReference_Override(a AppServiceSourceControlGithubActionConfigurationCodeConfigurationOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewAppServiceSourceControlGithubActionConfigurationContainerConfigurationOutputReference_Override ¶
func NewAppServiceSourceControlGithubActionConfigurationContainerConfigurationOutputReference_Override(a AppServiceSourceControlGithubActionConfigurationContainerConfigurationOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewAppServiceSourceControlGithubActionConfigurationOutputReference_Override ¶
func NewAppServiceSourceControlGithubActionConfigurationOutputReference_Override(a AppServiceSourceControlGithubActionConfigurationOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewAppServiceSourceControlTimeoutsOutputReference_Override ¶
func NewAppServiceSourceControlTimeoutsOutputReference_Override(a AppServiceSourceControlTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
Types ¶
type AppServiceSourceControlA ¶
type AppServiceSourceControlA interface { cdktf.TerraformResource AppId() *string SetAppId(val *string) AppIdInput() *string Branch() *string SetBranch(val *string) BranchInput() *string // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string GithubActionConfiguration() AppServiceSourceControlGithubActionConfigurationOutputReference GithubActionConfigurationInput() *AppServiceSourceControlGithubActionConfiguration Id() *string SetId(val *string) IdInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) // The tree node. Node() constructs.Node // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} RepoUrl() *string SetRepoUrl(val *string) RepoUrlInput() *string RollbackEnabled() interface{} SetRollbackEnabled(val interface{}) RollbackEnabledInput() interface{} ScmType() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() AppServiceSourceControlTimeoutsOutputReference TimeoutsInput() interface{} UseLocalGit() interface{} SetUseLocalGit(val interface{}) UseLocalGitInput() interface{} UseManualIntegration() interface{} SetUseManualIntegration(val interface{}) UseManualIntegrationInput() interface{} UseMercurial() interface{} SetUseMercurial(val interface{}) UseMercurialInput() interface{} UsesGithubAction() cdktf.IResolvable // Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. // Experimental. AddMoveTarget(moveTarget *string) // Experimental. AddOverride(path *string, value interface{}) // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. HasResourceMove() interface{} // Experimental. ImportFrom(id *string, provider cdktf.TerraformProvider) // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Move the resource corresponding to "id" to this resource. // // Note that the resource being moved from must be marked as moved using it's instance function. // Experimental. MoveFromId(id *string) // Moves this resource to the target resource given by moveTarget. // Experimental. MoveTo(moveTarget *string, index interface{}) // Moves this resource to the resource corresponding to "id". // Experimental. MoveToId(id *string) // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutGithubActionConfiguration(value *AppServiceSourceControlGithubActionConfiguration) PutTimeouts(value *AppServiceSourceControlTimeouts) ResetBranch() ResetGithubActionConfiguration() ResetId() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetRepoUrl() ResetRollbackEnabled() ResetTimeouts() ResetUseLocalGit() ResetUseManualIntegration() ResetUseMercurial() SynthesizeAttributes() *map[string]interface{} SynthesizeHclAttributes() *map[string]interface{} // Experimental. ToHclTerraform() interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/app_service_source_control azurerm_app_service_source_control}.
func NewAppServiceSourceControlA ¶
func NewAppServiceSourceControlA(scope constructs.Construct, id *string, config *AppServiceSourceControlAConfig) AppServiceSourceControlA
Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/app_service_source_control azurerm_app_service_source_control} Resource.
type AppServiceSourceControlAConfig ¶
type AppServiceSourceControlAConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count interface{} `field:"optional" json:"count" yaml:"count"` // Experimental. DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"` // Experimental. ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"` // Experimental. Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"` // Experimental. Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"` // Experimental. Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"` // The ID of the Windows or Linux Web App. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/app_service_source_control#app_id AppServiceSourceControlA#app_id} AppId *string `field:"required" json:"appId" yaml:"appId"` // The branch name to use for deployments. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/app_service_source_control#branch AppServiceSourceControlA#branch} Branch *string `field:"optional" json:"branch" yaml:"branch"` // github_action_configuration block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/app_service_source_control#github_action_configuration AppServiceSourceControlA#github_action_configuration} GithubActionConfiguration *AppServiceSourceControlGithubActionConfiguration `field:"optional" json:"githubActionConfiguration" yaml:"githubActionConfiguration"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/app_service_source_control#id AppServiceSourceControlA#id}. // // Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. // If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. Id *string `field:"optional" json:"id" yaml:"id"` // The URL for the repository. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/app_service_source_control#repo_url AppServiceSourceControlA#repo_url} RepoUrl *string `field:"optional" json:"repoUrl" yaml:"repoUrl"` // Should the Deployment Rollback be enabled? Defaults to `false`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/app_service_source_control#rollback_enabled AppServiceSourceControlA#rollback_enabled} RollbackEnabled interface{} `field:"optional" json:"rollbackEnabled" yaml:"rollbackEnabled"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/app_service_source_control#timeouts AppServiceSourceControlA#timeouts} Timeouts *AppServiceSourceControlTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` // Should the App use local Git configuration. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/app_service_source_control#use_local_git AppServiceSourceControlA#use_local_git} UseLocalGit interface{} `field:"optional" json:"useLocalGit" yaml:"useLocalGit"` // Should code be deployed manually. // // Set to `false` to enable continuous integration, such as webhooks into online repos such as GitHub. Defaults to `false`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/app_service_source_control#use_manual_integration AppServiceSourceControlA#use_manual_integration} UseManualIntegration interface{} `field:"optional" json:"useManualIntegration" yaml:"useManualIntegration"` // The repository specified is Mercurial. Defaults to `false`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/app_service_source_control#use_mercurial AppServiceSourceControlA#use_mercurial} UseMercurial interface{} `field:"optional" json:"useMercurial" yaml:"useMercurial"` }
type AppServiceSourceControlGithubActionConfiguration ¶
type AppServiceSourceControlGithubActionConfiguration struct { // code_configuration block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/app_service_source_control#code_configuration AppServiceSourceControlA#code_configuration} CodeConfiguration *AppServiceSourceControlGithubActionConfigurationCodeConfiguration `field:"optional" json:"codeConfiguration" yaml:"codeConfiguration"` // container_configuration block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/app_service_source_control#container_configuration AppServiceSourceControlA#container_configuration} ContainerConfiguration *AppServiceSourceControlGithubActionConfigurationContainerConfiguration `field:"optional" json:"containerConfiguration" yaml:"containerConfiguration"` // Should the service generate the GitHub Action Workflow file. Defaults to `true`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/app_service_source_control#generate_workflow_file AppServiceSourceControlA#generate_workflow_file} GenerateWorkflowFile interface{} `field:"optional" json:"generateWorkflowFile" yaml:"generateWorkflowFile"` }
type AppServiceSourceControlGithubActionConfigurationCodeConfiguration ¶
type AppServiceSourceControlGithubActionConfigurationCodeConfiguration struct { // The value to use for the Runtime Stack in the workflow file content for code base apps. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/app_service_source_control#runtime_stack AppServiceSourceControlA#runtime_stack} RuntimeStack *string `field:"required" json:"runtimeStack" yaml:"runtimeStack"` // The value to use for the Runtime Version in the workflow file content for code base apps. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/app_service_source_control#runtime_version AppServiceSourceControlA#runtime_version} RuntimeVersion *string `field:"required" json:"runtimeVersion" yaml:"runtimeVersion"` }
type AppServiceSourceControlGithubActionConfigurationCodeConfigurationOutputReference ¶
type AppServiceSourceControlGithubActionConfigurationCodeConfigurationOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *AppServiceSourceControlGithubActionConfigurationCodeConfiguration SetInternalValue(val *AppServiceSourceControlGithubActionConfigurationCodeConfiguration) RuntimeStack() *string SetRuntimeStack(val *string) RuntimeStackInput() *string RuntimeVersion() *string SetRuntimeVersion(val *string) RuntimeVersionInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewAppServiceSourceControlGithubActionConfigurationCodeConfigurationOutputReference ¶
func NewAppServiceSourceControlGithubActionConfigurationCodeConfigurationOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) AppServiceSourceControlGithubActionConfigurationCodeConfigurationOutputReference
type AppServiceSourceControlGithubActionConfigurationContainerConfiguration ¶
type AppServiceSourceControlGithubActionConfigurationContainerConfiguration struct { // The image name for the build. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/app_service_source_control#image_name AppServiceSourceControlA#image_name} ImageName *string `field:"required" json:"imageName" yaml:"imageName"` // The server URL for the container registry where the build will be hosted. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/app_service_source_control#registry_url AppServiceSourceControlA#registry_url} RegistryUrl *string `field:"required" json:"registryUrl" yaml:"registryUrl"` // The password used to upload the image to the container registry. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/app_service_source_control#registry_password AppServiceSourceControlA#registry_password} RegistryPassword *string `field:"optional" json:"registryPassword" yaml:"registryPassword"` // The username used to upload the image to the container registry. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/app_service_source_control#registry_username AppServiceSourceControlA#registry_username} RegistryUsername *string `field:"optional" json:"registryUsername" yaml:"registryUsername"` }
type AppServiceSourceControlGithubActionConfigurationContainerConfigurationOutputReference ¶
type AppServiceSourceControlGithubActionConfigurationContainerConfigurationOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string ImageName() *string SetImageName(val *string) ImageNameInput() *string InternalValue() *AppServiceSourceControlGithubActionConfigurationContainerConfiguration SetInternalValue(val *AppServiceSourceControlGithubActionConfigurationContainerConfiguration) RegistryPassword() *string SetRegistryPassword(val *string) RegistryPasswordInput() *string RegistryUrl() *string SetRegistryUrl(val *string) RegistryUrlInput() *string RegistryUsername() *string SetRegistryUsername(val *string) RegistryUsernameInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetRegistryPassword() ResetRegistryUsername() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewAppServiceSourceControlGithubActionConfigurationContainerConfigurationOutputReference ¶
func NewAppServiceSourceControlGithubActionConfigurationContainerConfigurationOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) AppServiceSourceControlGithubActionConfigurationContainerConfigurationOutputReference
type AppServiceSourceControlGithubActionConfigurationOutputReference ¶
type AppServiceSourceControlGithubActionConfigurationOutputReference interface { cdktf.ComplexObject CodeConfiguration() AppServiceSourceControlGithubActionConfigurationCodeConfigurationOutputReference CodeConfigurationInput() *AppServiceSourceControlGithubActionConfigurationCodeConfiguration // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) ContainerConfiguration() AppServiceSourceControlGithubActionConfigurationContainerConfigurationOutputReference ContainerConfigurationInput() *AppServiceSourceControlGithubActionConfigurationContainerConfiguration // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string GenerateWorkflowFile() interface{} SetGenerateWorkflowFile(val interface{}) GenerateWorkflowFileInput() interface{} InternalValue() *AppServiceSourceControlGithubActionConfiguration SetInternalValue(val *AppServiceSourceControlGithubActionConfiguration) LinuxAction() cdktf.IResolvable // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutCodeConfiguration(value *AppServiceSourceControlGithubActionConfigurationCodeConfiguration) PutContainerConfiguration(value *AppServiceSourceControlGithubActionConfigurationContainerConfiguration) ResetCodeConfiguration() ResetContainerConfiguration() ResetGenerateWorkflowFile() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewAppServiceSourceControlGithubActionConfigurationOutputReference ¶
func NewAppServiceSourceControlGithubActionConfigurationOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) AppServiceSourceControlGithubActionConfigurationOutputReference
type AppServiceSourceControlTimeouts ¶
type AppServiceSourceControlTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/app_service_source_control#create AppServiceSourceControlA#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/app_service_source_control#delete AppServiceSourceControlA#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/app_service_source_control#read AppServiceSourceControlA#read}. Read *string `field:"optional" json:"read" yaml:"read"` }
type AppServiceSourceControlTimeoutsOutputReference ¶
type AppServiceSourceControlTimeoutsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) Create() *string SetCreate(val *string) CreateInput() *string // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string Delete() *string SetDelete(val *string) DeleteInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) Read() *string SetRead(val *string) ReadInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetCreate() ResetDelete() ResetRead() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewAppServiceSourceControlTimeoutsOutputReference ¶
func NewAppServiceSourceControlTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) AppServiceSourceControlTimeoutsOutputReference
Source Files ¶
- AppServiceSourceControlA.go
- AppServiceSourceControlAConfig.go
- AppServiceSourceControlA__checks.go
- AppServiceSourceControlGithubActionConfiguration.go
- AppServiceSourceControlGithubActionConfigurationCodeConfiguration.go
- AppServiceSourceControlGithubActionConfigurationCodeConfigurationOutputReference.go
- AppServiceSourceControlGithubActionConfigurationCodeConfigurationOutputReference__checks.go
- AppServiceSourceControlGithubActionConfigurationContainerConfiguration.go
- AppServiceSourceControlGithubActionConfigurationContainerConfigurationOutputReference.go
- AppServiceSourceControlGithubActionConfigurationContainerConfigurationOutputReference__checks.go
- AppServiceSourceControlGithubActionConfigurationOutputReference.go
- AppServiceSourceControlGithubActionConfigurationOutputReference__checks.go
- AppServiceSourceControlTimeouts.go
- AppServiceSourceControlTimeoutsOutputReference.go
- AppServiceSourceControlTimeoutsOutputReference__checks.go
- main.go