package
4.67.0+incompatible
Repository: https://github.com/hashicorp/terraform-provider-aws.git
Documentation: pkg.go.dev

# README

Terraform AWS Provider CodeDeploy Package

This area is primarily for AWS provider contributors and maintainers. For information on using Terraform and the AWS provider, see the links below.

Handy Links

# Functions

AlarmConfigToMap converts a codedeploy.AlarmConfiguration into a []map[string]interface{} list containing a single item.
AutoRollbackConfigToMap converts a codedeploy.AutoRollbackConfiguration into a []map[string]interface{} list containing a single item.
BuildAlarmConfig converts a raw schema list containing a map[string]interface{} into a single codedeploy.AlarmConfiguration.
BuildAutoRollbackConfig converts a raw schema list containing a map[string]interface{} into a single codedeploy.AutoRollbackConfiguration.
BuildTriggerConfigs converts a raw schema list into a list of codedeploy.TriggerConfig.
ExpandBlueGreenDeploymentConfig converts a raw schema list containing a map[string]interface{} into a single codedeploy.BlueGreenDeploymentConfiguration object.
ExpandDeploymentStyle converts a raw schema list containing a map[string]interface{} into a single codedeploy.DeploymentStyle object.
ExpandLoadBalancerInfo converts a raw schema list containing a map[string]interface{} into a single codedeploy.LoadBalancerInfo object.
FlattenBlueGreenDeploymentConfig converts a codedeploy.BlueGreenDeploymentConfiguration object into a []map[string]interface{} list containing a single item.
FlattenDeploymentStyle converts a codedeploy.DeploymentStyle object into a []map[string]interface{} list containing a single item.
No description provided by the author
GetTagsIn returns deploy service tags from Context.
KeyValueTags creates tftags.KeyValueTags from codedeploy service tags.
ListTags lists deploy service tags.
No description provided by the author
@SDKResource("aws_codedeploy_app", name="App") @Tags(identifierAttribute="arn").
@SDKResource("aws_codedeploy_deployment_config").
@SDKResource("aws_codedeploy_deployment_group", name="Deployment Group") @Tags(identifierAttribute="arn").
SetTagsOut sets deploy service tags in Context.
Tags returns deploy service tags.
TriggerConfigsToMap converts a list of []*codedeploy.TriggerConfig into a []map[string]interface{}.
UpdateTags updates deploy service tags.

# Variables

No description provided by the author