We recommend new projects start with resources from the AWS provider.
aws-native.imagebuilder.DistributionConfiguration
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Resource schema for AWS::ImageBuilder::DistributionConfiguration
Create DistributionConfiguration Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new DistributionConfiguration(name: string, args: DistributionConfigurationArgs, opts?: CustomResourceOptions);@overload
def DistributionConfiguration(resource_name: str,
                              args: DistributionConfigurationArgs,
                              opts: Optional[ResourceOptions] = None)
@overload
def DistributionConfiguration(resource_name: str,
                              opts: Optional[ResourceOptions] = None,
                              distributions: Optional[Sequence[DistributionConfigurationDistributionArgs]] = None,
                              description: Optional[str] = None,
                              name: Optional[str] = None,
                              tags: Optional[Mapping[str, str]] = None)func NewDistributionConfiguration(ctx *Context, name string, args DistributionConfigurationArgs, opts ...ResourceOption) (*DistributionConfiguration, error)public DistributionConfiguration(string name, DistributionConfigurationArgs args, CustomResourceOptions? opts = null)
public DistributionConfiguration(String name, DistributionConfigurationArgs args)
public DistributionConfiguration(String name, DistributionConfigurationArgs args, CustomResourceOptions options)
type: aws-native:imagebuilder:DistributionConfiguration
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args DistributionConfigurationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args DistributionConfigurationArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args DistributionConfigurationArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DistributionConfigurationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DistributionConfigurationArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
DistributionConfiguration Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The DistributionConfiguration resource accepts the following input properties:
- Distributions
List<Pulumi.Aws Native. Image Builder. Inputs. Distribution Configuration Distribution> 
- The distributions of the distribution configuration.
- Description string
- The description of the distribution configuration.
- Name string
- The name of the distribution configuration.
- Dictionary<string, string>
- The tags associated with the component.
- Distributions
[]DistributionConfiguration Distribution Args 
- The distributions of the distribution configuration.
- Description string
- The description of the distribution configuration.
- Name string
- The name of the distribution configuration.
- map[string]string
- The tags associated with the component.
- distributions
List<DistributionConfiguration Distribution> 
- The distributions of the distribution configuration.
- description String
- The description of the distribution configuration.
- name String
- The name of the distribution configuration.
- Map<String,String>
- The tags associated with the component.
- distributions
DistributionConfiguration Distribution[] 
- The distributions of the distribution configuration.
- description string
- The description of the distribution configuration.
- name string
- The name of the distribution configuration.
- {[key: string]: string}
- The tags associated with the component.
- distributions
Sequence[DistributionConfiguration Distribution Args] 
- The distributions of the distribution configuration.
- description str
- The description of the distribution configuration.
- name str
- The name of the distribution configuration.
- Mapping[str, str]
- The tags associated with the component.
- distributions List<Property Map>
- The distributions of the distribution configuration.
- description String
- The description of the distribution configuration.
- name String
- The name of the distribution configuration.
- Map<String>
- The tags associated with the component.
Outputs
All input properties are implicitly available as output properties. Additionally, the DistributionConfiguration resource produces the following output properties:
Supporting Types
DistributionConfigurationAmiDistributionConfiguration, DistributionConfigurationAmiDistributionConfigurationArgs          
- Dictionary<string, string>
- The tags to apply to AMIs distributed to this Region.
- Description string
- The description of the AMI distribution configuration.
- KmsKey stringId 
- The KMS key identifier used to encrypt the distributed image.
- LaunchPermission Pulumi.Configuration Aws Native. Image Builder. Inputs. Distribution Configuration Launch Permission Configuration 
- Launch permissions can be used to configure which AWS account s can use the AMI to launch instances.
- Name string
- The name of the AMI distribution configuration.
- TargetAccount List<string>Ids 
- The ID of accounts to which you want to distribute an image.
- map[string]string
- The tags to apply to AMIs distributed to this Region.
- Description string
- The description of the AMI distribution configuration.
- KmsKey stringId 
- The KMS key identifier used to encrypt the distributed image.
- LaunchPermission DistributionConfiguration Configuration Launch Permission Configuration 
- Launch permissions can be used to configure which AWS account s can use the AMI to launch instances.
- Name string
- The name of the AMI distribution configuration.
- TargetAccount []stringIds 
- The ID of accounts to which you want to distribute an image.
- Map<String,String>
- The tags to apply to AMIs distributed to this Region.
- description String
- The description of the AMI distribution configuration.
- kmsKey StringId 
- The KMS key identifier used to encrypt the distributed image.
- launchPermission DistributionConfiguration Configuration Launch Permission Configuration 
- Launch permissions can be used to configure which AWS account s can use the AMI to launch instances.
- name String
- The name of the AMI distribution configuration.
- targetAccount List<String>Ids 
- The ID of accounts to which you want to distribute an image.
- {[key: string]: string}
- The tags to apply to AMIs distributed to this Region.
- description string
- The description of the AMI distribution configuration.
- kmsKey stringId 
- The KMS key identifier used to encrypt the distributed image.
- launchPermission DistributionConfiguration Configuration Launch Permission Configuration 
- Launch permissions can be used to configure which AWS account s can use the AMI to launch instances.
- name string
- The name of the AMI distribution configuration.
- targetAccount string[]Ids 
- The ID of accounts to which you want to distribute an image.
- Mapping[str, str]
- The tags to apply to AMIs distributed to this Region.
- description str
- The description of the AMI distribution configuration.
- kms_key_ strid 
- The KMS key identifier used to encrypt the distributed image.
- launch_permission_ Distributionconfiguration Configuration Launch Permission Configuration 
- Launch permissions can be used to configure which AWS account s can use the AMI to launch instances.
- name str
- The name of the AMI distribution configuration.
- target_account_ Sequence[str]ids 
- The ID of accounts to which you want to distribute an image.
- Map<String>
- The tags to apply to AMIs distributed to this Region.
- description String
- The description of the AMI distribution configuration.
- kmsKey StringId 
- The KMS key identifier used to encrypt the distributed image.
- launchPermission Property MapConfiguration 
- Launch permissions can be used to configure which AWS account s can use the AMI to launch instances.
- name String
- The name of the AMI distribution configuration.
- targetAccount List<String>Ids 
- The ID of accounts to which you want to distribute an image.
DistributionConfigurationContainerDistributionConfiguration, DistributionConfigurationContainerDistributionConfigurationArgs          
- List<string>
- Tags that are attached to the container distribution configuration.
- Description string
- The description of the container distribution configuration.
- TargetRepository Pulumi.Aws Native. Image Builder. Inputs. Distribution Configuration Target Container Repository 
- The destination repository for the container distribution configuration.
- []string
- Tags that are attached to the container distribution configuration.
- Description string
- The description of the container distribution configuration.
- TargetRepository DistributionConfiguration Target Container Repository 
- The destination repository for the container distribution configuration.
- List<String>
- Tags that are attached to the container distribution configuration.
- description String
- The description of the container distribution configuration.
- targetRepository DistributionConfiguration Target Container Repository 
- The destination repository for the container distribution configuration.
- string[]
- Tags that are attached to the container distribution configuration.
- description string
- The description of the container distribution configuration.
- targetRepository DistributionConfiguration Target Container Repository 
- The destination repository for the container distribution configuration.
- Sequence[str]
- Tags that are attached to the container distribution configuration.
- description str
- The description of the container distribution configuration.
- target_repository DistributionConfiguration Target Container Repository 
- The destination repository for the container distribution configuration.
- List<String>
- Tags that are attached to the container distribution configuration.
- description String
- The description of the container distribution configuration.
- targetRepository Property Map
- The destination repository for the container distribution configuration.
DistributionConfigurationDistribution, DistributionConfigurationDistributionArgs      
- Region string
- region
- AmiDistribution Pulumi.Configuration Aws Native. Image Builder. Inputs. Distribution Configuration Ami Distribution Configuration 
- The specific AMI settings, such as launch permissions and AMI tags. For details, see example schema below.
- ContainerDistribution Pulumi.Configuration Aws Native. Image Builder. Inputs. Distribution Configuration Container Distribution Configuration 
- Container distribution settings for encryption, licensing, and sharing in a specific Region. For details, see example schema below.
- FastLaunch List<Pulumi.Configurations Aws Native. Image Builder. Inputs. Distribution Configuration Fast Launch Configuration> 
- The Windows faster-launching configurations to use for AMI distribution.
- LaunchTemplate List<Pulumi.Configurations Aws Native. Image Builder. Inputs. Distribution Configuration Launch Template Configuration> 
- A group of launchTemplateConfiguration settings that apply to image distribution.
- LicenseConfiguration List<string>Arns 
- The License Manager Configuration to associate with the AMI in the specified Region.
- Region string
- region
- AmiDistribution DistributionConfiguration Configuration Ami Distribution Configuration 
- The specific AMI settings, such as launch permissions and AMI tags. For details, see example schema below.
- ContainerDistribution DistributionConfiguration Configuration Container Distribution Configuration 
- Container distribution settings for encryption, licensing, and sharing in a specific Region. For details, see example schema below.
- FastLaunch []DistributionConfigurations Configuration Fast Launch Configuration 
- The Windows faster-launching configurations to use for AMI distribution.
- LaunchTemplate []DistributionConfigurations Configuration Launch Template Configuration 
- A group of launchTemplateConfiguration settings that apply to image distribution.
- LicenseConfiguration []stringArns 
- The License Manager Configuration to associate with the AMI in the specified Region.
- region String
- region
- amiDistribution DistributionConfiguration Configuration Ami Distribution Configuration 
- The specific AMI settings, such as launch permissions and AMI tags. For details, see example schema below.
- containerDistribution DistributionConfiguration Configuration Container Distribution Configuration 
- Container distribution settings for encryption, licensing, and sharing in a specific Region. For details, see example schema below.
- fastLaunch List<DistributionConfigurations Configuration Fast Launch Configuration> 
- The Windows faster-launching configurations to use for AMI distribution.
- launchTemplate List<DistributionConfigurations Configuration Launch Template Configuration> 
- A group of launchTemplateConfiguration settings that apply to image distribution.
- licenseConfiguration List<String>Arns 
- The License Manager Configuration to associate with the AMI in the specified Region.
- region string
- region
- amiDistribution DistributionConfiguration Configuration Ami Distribution Configuration 
- The specific AMI settings, such as launch permissions and AMI tags. For details, see example schema below.
- containerDistribution DistributionConfiguration Configuration Container Distribution Configuration 
- Container distribution settings for encryption, licensing, and sharing in a specific Region. For details, see example schema below.
- fastLaunch DistributionConfigurations Configuration Fast Launch Configuration[] 
- The Windows faster-launching configurations to use for AMI distribution.
- launchTemplate DistributionConfigurations Configuration Launch Template Configuration[] 
- A group of launchTemplateConfiguration settings that apply to image distribution.
- licenseConfiguration string[]Arns 
- The License Manager Configuration to associate with the AMI in the specified Region.
- region str
- region
- ami_distribution_ Distributionconfiguration Configuration Ami Distribution Configuration 
- The specific AMI settings, such as launch permissions and AMI tags. For details, see example schema below.
- container_distribution_ Distributionconfiguration Configuration Container Distribution Configuration 
- Container distribution settings for encryption, licensing, and sharing in a specific Region. For details, see example schema below.
- fast_launch_ Sequence[Distributionconfigurations Configuration Fast Launch Configuration] 
- The Windows faster-launching configurations to use for AMI distribution.
- launch_template_ Sequence[Distributionconfigurations Configuration Launch Template Configuration] 
- A group of launchTemplateConfiguration settings that apply to image distribution.
- license_configuration_ Sequence[str]arns 
- The License Manager Configuration to associate with the AMI in the specified Region.
- region String
- region
- amiDistribution Property MapConfiguration 
- The specific AMI settings, such as launch permissions and AMI tags. For details, see example schema below.
- containerDistribution Property MapConfiguration 
- Container distribution settings for encryption, licensing, and sharing in a specific Region. For details, see example schema below.
- fastLaunch List<Property Map>Configurations 
- The Windows faster-launching configurations to use for AMI distribution.
- launchTemplate List<Property Map>Configurations 
- A group of launchTemplateConfiguration settings that apply to image distribution.
- licenseConfiguration List<String>Arns 
- The License Manager Configuration to associate with the AMI in the specified Region.
DistributionConfigurationFastLaunchConfiguration, DistributionConfigurationFastLaunchConfigurationArgs          
- AccountId string
- The owner account ID for the fast-launch enabled Windows AMI.
- Enabled bool
- A Boolean that represents the current state of faster launching for the Windows AMI. Set to true to start using Windows faster launching, or false to stop using it.
- LaunchTemplate Pulumi.Aws Native. Image Builder. Inputs. Distribution Configuration Fast Launch Launch Template Specification 
- The launch template that the fast-launch enabled Windows AMI uses when it launches Windows instances to create pre-provisioned snapshots.
- MaxParallel intLaunches 
- The maximum number of parallel instances that are launched for creating resources.
- SnapshotConfiguration Pulumi.Aws Native. Image Builder. Inputs. Distribution Configuration Fast Launch Snapshot Configuration 
- Configuration settings for managing the number of snapshots that are created from pre-provisioned instances for the Windows AMI when faster launching is enabled.
- AccountId string
- The owner account ID for the fast-launch enabled Windows AMI.
- Enabled bool
- A Boolean that represents the current state of faster launching for the Windows AMI. Set to true to start using Windows faster launching, or false to stop using it.
- LaunchTemplate DistributionConfiguration Fast Launch Launch Template Specification 
- The launch template that the fast-launch enabled Windows AMI uses when it launches Windows instances to create pre-provisioned snapshots.
- MaxParallel intLaunches 
- The maximum number of parallel instances that are launched for creating resources.
- SnapshotConfiguration DistributionConfiguration Fast Launch Snapshot Configuration 
- Configuration settings for managing the number of snapshots that are created from pre-provisioned instances for the Windows AMI when faster launching is enabled.
- accountId String
- The owner account ID for the fast-launch enabled Windows AMI.
- enabled Boolean
- A Boolean that represents the current state of faster launching for the Windows AMI. Set to true to start using Windows faster launching, or false to stop using it.
- launchTemplate DistributionConfiguration Fast Launch Launch Template Specification 
- The launch template that the fast-launch enabled Windows AMI uses when it launches Windows instances to create pre-provisioned snapshots.
- maxParallel IntegerLaunches 
- The maximum number of parallel instances that are launched for creating resources.
- snapshotConfiguration DistributionConfiguration Fast Launch Snapshot Configuration 
- Configuration settings for managing the number of snapshots that are created from pre-provisioned instances for the Windows AMI when faster launching is enabled.
- accountId string
- The owner account ID for the fast-launch enabled Windows AMI.
- enabled boolean
- A Boolean that represents the current state of faster launching for the Windows AMI. Set to true to start using Windows faster launching, or false to stop using it.
- launchTemplate DistributionConfiguration Fast Launch Launch Template Specification 
- The launch template that the fast-launch enabled Windows AMI uses when it launches Windows instances to create pre-provisioned snapshots.
- maxParallel numberLaunches 
- The maximum number of parallel instances that are launched for creating resources.
- snapshotConfiguration DistributionConfiguration Fast Launch Snapshot Configuration 
- Configuration settings for managing the number of snapshots that are created from pre-provisioned instances for the Windows AMI when faster launching is enabled.
- account_id str
- The owner account ID for the fast-launch enabled Windows AMI.
- enabled bool
- A Boolean that represents the current state of faster launching for the Windows AMI. Set to true to start using Windows faster launching, or false to stop using it.
- launch_template DistributionConfiguration Fast Launch Launch Template Specification 
- The launch template that the fast-launch enabled Windows AMI uses when it launches Windows instances to create pre-provisioned snapshots.
- max_parallel_ intlaunches 
- The maximum number of parallel instances that are launched for creating resources.
- snapshot_configuration DistributionConfiguration Fast Launch Snapshot Configuration 
- Configuration settings for managing the number of snapshots that are created from pre-provisioned instances for the Windows AMI when faster launching is enabled.
- accountId String
- The owner account ID for the fast-launch enabled Windows AMI.
- enabled Boolean
- A Boolean that represents the current state of faster launching for the Windows AMI. Set to true to start using Windows faster launching, or false to stop using it.
- launchTemplate Property Map
- The launch template that the fast-launch enabled Windows AMI uses when it launches Windows instances to create pre-provisioned snapshots.
- maxParallel NumberLaunches 
- The maximum number of parallel instances that are launched for creating resources.
- snapshotConfiguration Property Map
- Configuration settings for managing the number of snapshots that are created from pre-provisioned instances for the Windows AMI when faster launching is enabled.
DistributionConfigurationFastLaunchLaunchTemplateSpecification, DistributionConfigurationFastLaunchLaunchTemplateSpecificationArgs              
- LaunchTemplate stringId 
- The ID of the launch template to use for faster launching for a Windows AMI.
- LaunchTemplate stringName 
- The name of the launch template to use for faster launching for a Windows AMI.
- LaunchTemplate stringVersion 
- The version of the launch template to use for faster launching for a Windows AMI.
- LaunchTemplate stringId 
- The ID of the launch template to use for faster launching for a Windows AMI.
- LaunchTemplate stringName 
- The name of the launch template to use for faster launching for a Windows AMI.
- LaunchTemplate stringVersion 
- The version of the launch template to use for faster launching for a Windows AMI.
- launchTemplate StringId 
- The ID of the launch template to use for faster launching for a Windows AMI.
- launchTemplate StringName 
- The name of the launch template to use for faster launching for a Windows AMI.
- launchTemplate StringVersion 
- The version of the launch template to use for faster launching for a Windows AMI.
- launchTemplate stringId 
- The ID of the launch template to use for faster launching for a Windows AMI.
- launchTemplate stringName 
- The name of the launch template to use for faster launching for a Windows AMI.
- launchTemplate stringVersion 
- The version of the launch template to use for faster launching for a Windows AMI.
- launch_template_ strid 
- The ID of the launch template to use for faster launching for a Windows AMI.
- launch_template_ strname 
- The name of the launch template to use for faster launching for a Windows AMI.
- launch_template_ strversion 
- The version of the launch template to use for faster launching for a Windows AMI.
- launchTemplate StringId 
- The ID of the launch template to use for faster launching for a Windows AMI.
- launchTemplate StringName 
- The name of the launch template to use for faster launching for a Windows AMI.
- launchTemplate StringVersion 
- The version of the launch template to use for faster launching for a Windows AMI.
DistributionConfigurationFastLaunchSnapshotConfiguration, DistributionConfigurationFastLaunchSnapshotConfigurationArgs            
- TargetResource intCount 
- The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI.
- TargetResource intCount 
- The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI.
- targetResource IntegerCount 
- The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI.
- targetResource numberCount 
- The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI.
- target_resource_ intcount 
- The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI.
- targetResource NumberCount 
- The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI.
DistributionConfigurationLaunchPermissionConfiguration, DistributionConfigurationLaunchPermissionConfigurationArgs          
- OrganizationArns List<string>
- The ARN for an Amazon Web Services Organization that you want to share your AMI with.
- OrganizationalUnit List<string>Arns 
- The ARN for an Organizations organizational unit (OU) that you want to share your AMI with.
- UserGroups List<string>
- The name of the group.
- UserIds List<string>
- The AWS account ID.
- OrganizationArns []string
- The ARN for an Amazon Web Services Organization that you want to share your AMI with.
- OrganizationalUnit []stringArns 
- The ARN for an Organizations organizational unit (OU) that you want to share your AMI with.
- UserGroups []string
- The name of the group.
- UserIds []string
- The AWS account ID.
- organizationArns List<String>
- The ARN for an Amazon Web Services Organization that you want to share your AMI with.
- organizationalUnit List<String>Arns 
- The ARN for an Organizations organizational unit (OU) that you want to share your AMI with.
- userGroups List<String>
- The name of the group.
- userIds List<String>
- The AWS account ID.
- organizationArns string[]
- The ARN for an Amazon Web Services Organization that you want to share your AMI with.
- organizationalUnit string[]Arns 
- The ARN for an Organizations organizational unit (OU) that you want to share your AMI with.
- userGroups string[]
- The name of the group.
- userIds string[]
- The AWS account ID.
- organization_arns Sequence[str]
- The ARN for an Amazon Web Services Organization that you want to share your AMI with.
- organizational_unit_ Sequence[str]arns 
- The ARN for an Organizations organizational unit (OU) that you want to share your AMI with.
- user_groups Sequence[str]
- The name of the group.
- user_ids Sequence[str]
- The AWS account ID.
- organizationArns List<String>
- The ARN for an Amazon Web Services Organization that you want to share your AMI with.
- organizationalUnit List<String>Arns 
- The ARN for an Organizations organizational unit (OU) that you want to share your AMI with.
- userGroups List<String>
- The name of the group.
- userIds List<String>
- The AWS account ID.
DistributionConfigurationLaunchTemplateConfiguration, DistributionConfigurationLaunchTemplateConfigurationArgs          
- AccountId string
- The account ID that this configuration applies to.
- LaunchTemplate stringId 
- Identifies the EC2 launch template to use.
- SetDefault boolVersion 
- Set the specified EC2 launch template as the default launch template for the specified account.
- AccountId string
- The account ID that this configuration applies to.
- LaunchTemplate stringId 
- Identifies the EC2 launch template to use.
- SetDefault boolVersion 
- Set the specified EC2 launch template as the default launch template for the specified account.
- accountId String
- The account ID that this configuration applies to.
- launchTemplate StringId 
- Identifies the EC2 launch template to use.
- setDefault BooleanVersion 
- Set the specified EC2 launch template as the default launch template for the specified account.
- accountId string
- The account ID that this configuration applies to.
- launchTemplate stringId 
- Identifies the EC2 launch template to use.
- setDefault booleanVersion 
- Set the specified EC2 launch template as the default launch template for the specified account.
- account_id str
- The account ID that this configuration applies to.
- launch_template_ strid 
- Identifies the EC2 launch template to use.
- set_default_ boolversion 
- Set the specified EC2 launch template as the default launch template for the specified account.
- accountId String
- The account ID that this configuration applies to.
- launchTemplate StringId 
- Identifies the EC2 launch template to use.
- setDefault BooleanVersion 
- Set the specified EC2 launch template as the default launch template for the specified account.
DistributionConfigurationTargetContainerRepository, DistributionConfigurationTargetContainerRepositoryArgs          
- RepositoryName string
- The repository name of target container repository.
- Service
Pulumi.Aws Native. Image Builder. Distribution Configuration Target Container Repository Service 
- The service of target container repository.
- RepositoryName string
- The repository name of target container repository.
- Service
DistributionConfiguration Target Container Repository Service 
- The service of target container repository.
- repositoryName String
- The repository name of target container repository.
- service
DistributionConfiguration Target Container Repository Service 
- The service of target container repository.
- repositoryName string
- The repository name of target container repository.
- service
DistributionConfiguration Target Container Repository Service 
- The service of target container repository.
- repository_name str
- The repository name of target container repository.
- service
DistributionConfiguration Target Container Repository Service 
- The service of target container repository.
- repositoryName String
- The repository name of target container repository.
- service "ECR"
- The service of target container repository.
DistributionConfigurationTargetContainerRepositoryService, DistributionConfigurationTargetContainerRepositoryServiceArgs            
- Ecr
- ECR
- DistributionConfiguration Target Container Repository Service Ecr 
- ECR
- Ecr
- ECR
- Ecr
- ECR
- ECR
- ECR
- "ECR"
- ECR
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.