AWS v6.54.0 published on Friday, Sep 27, 2024 by Pulumi
aws.imagebuilder.getDistributionConfiguration
Explore with Pulumi AI
Provides details about an Image Builder Distribution Configuration.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as aws from "@pulumi/aws";
const example = aws.imagebuilder.getDistributionConfiguration({
arn: "arn:aws:imagebuilder:us-west-2:aws:distribution-configuration/example",
});
import pulumi
import pulumi_aws as aws
example = aws.imagebuilder.get_distribution_configuration(arn="arn:aws:imagebuilder:us-west-2:aws:distribution-configuration/example")
package main
import (
"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/imagebuilder"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := imagebuilder.LookupDistributionConfiguration(ctx, &imagebuilder.LookupDistributionConfigurationArgs{
Arn: "arn:aws:imagebuilder:us-west-2:aws:distribution-configuration/example",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Aws = Pulumi.Aws;
return await Deployment.RunAsync(() =>
{
var example = Aws.ImageBuilder.GetDistributionConfiguration.Invoke(new()
{
Arn = "arn:aws:imagebuilder:us-west-2:aws:distribution-configuration/example",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aws.imagebuilder.ImagebuilderFunctions;
import com.pulumi.aws.imagebuilder.inputs.GetDistributionConfigurationArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var example = ImagebuilderFunctions.getDistributionConfiguration(GetDistributionConfigurationArgs.builder()
.arn("arn:aws:imagebuilder:us-west-2:aws:distribution-configuration/example")
.build());
}
}
variables:
example:
fn::invoke:
Function: aws:imagebuilder:getDistributionConfiguration
Arguments:
arn: arn:aws:imagebuilder:us-west-2:aws:distribution-configuration/example
Using getDistributionConfiguration
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getDistributionConfiguration(args: GetDistributionConfigurationArgs, opts?: InvokeOptions): Promise<GetDistributionConfigurationResult>
function getDistributionConfigurationOutput(args: GetDistributionConfigurationOutputArgs, opts?: InvokeOptions): Output<GetDistributionConfigurationResult>
def get_distribution_configuration(arn: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None,
opts: Optional[InvokeOptions] = None) -> GetDistributionConfigurationResult
def get_distribution_configuration_output(arn: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDistributionConfigurationResult]
func LookupDistributionConfiguration(ctx *Context, args *LookupDistributionConfigurationArgs, opts ...InvokeOption) (*LookupDistributionConfigurationResult, error)
func LookupDistributionConfigurationOutput(ctx *Context, args *LookupDistributionConfigurationOutputArgs, opts ...InvokeOption) LookupDistributionConfigurationResultOutput
> Note: This function is named LookupDistributionConfiguration
in the Go SDK.
public static class GetDistributionConfiguration
{
public static Task<GetDistributionConfigurationResult> InvokeAsync(GetDistributionConfigurationArgs args, InvokeOptions? opts = null)
public static Output<GetDistributionConfigurationResult> Invoke(GetDistributionConfigurationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDistributionConfigurationResult> getDistributionConfiguration(GetDistributionConfigurationArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws:imagebuilder/getDistributionConfiguration:getDistributionConfiguration
arguments:
# arguments dictionary
The following arguments are supported:
- Arn string
- ARN of the distribution configuration.
- Dictionary<string, string>
- Key-value map of resource tags for the distribution configuration.
- Arn string
- ARN of the distribution configuration.
- map[string]string
- Key-value map of resource tags for the distribution configuration.
- arn String
- ARN of the distribution configuration.
- Map<String,String>
- Key-value map of resource tags for the distribution configuration.
- arn string
- ARN of the distribution configuration.
- {[key: string]: string}
- Key-value map of resource tags for the distribution configuration.
- arn str
- ARN of the distribution configuration.
- Mapping[str, str]
- Key-value map of resource tags for the distribution configuration.
- arn String
- ARN of the distribution configuration.
- Map<String>
- Key-value map of resource tags for the distribution configuration.
getDistributionConfiguration Result
The following output properties are available:
- Arn string
- Date
Created string - Date the distribution configuration was created.
- Date
Updated string - Date the distribution configuration was updated.
- Description string
- Description of the container distribution configuration.
- Distributions
List<Get
Distribution Configuration Distribution> - Set of distributions.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Name of the distribution configuration.
- Dictionary<string, string>
- Key-value map of resource tags for the distribution configuration.
- Arn string
- Date
Created string - Date the distribution configuration was created.
- Date
Updated string - Date the distribution configuration was updated.
- Description string
- Description of the container distribution configuration.
- Distributions
[]Get
Distribution Configuration Distribution - Set of distributions.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Name of the distribution configuration.
- map[string]string
- Key-value map of resource tags for the distribution configuration.
- arn String
- date
Created String - Date the distribution configuration was created.
- date
Updated String - Date the distribution configuration was updated.
- description String
- Description of the container distribution configuration.
- distributions
List<Get
Distribution Configuration Distribution> - Set of distributions.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- Name of the distribution configuration.
- Map<String,String>
- Key-value map of resource tags for the distribution configuration.
- arn string
- date
Created string - Date the distribution configuration was created.
- date
Updated string - Date the distribution configuration was updated.
- description string
- Description of the container distribution configuration.
- distributions
Get
Distribution Configuration Distribution[] - Set of distributions.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- Name of the distribution configuration.
- {[key: string]: string}
- Key-value map of resource tags for the distribution configuration.
- arn str
- date_
created str - Date the distribution configuration was created.
- date_
updated str - Date the distribution configuration was updated.
- description str
- Description of the container distribution configuration.
- distributions
Sequence[Get
Distribution Configuration Distribution] - Set of distributions.
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- Name of the distribution configuration.
- Mapping[str, str]
- Key-value map of resource tags for the distribution configuration.
- arn String
- date
Created String - Date the distribution configuration was created.
- date
Updated String - Date the distribution configuration was updated.
- description String
- Description of the container distribution configuration.
- distributions List<Property Map>
- Set of distributions.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- Name of the distribution configuration.
- Map<String>
- Key-value map of resource tags for the distribution configuration.
Supporting Types
GetDistributionConfigurationDistribution
- Ami
Distribution List<GetConfigurations Distribution Configuration Distribution Ami Distribution Configuration> - Nested list of AMI distribution configuration.
- Container
Distribution List<GetConfigurations Distribution Configuration Distribution Container Distribution Configuration> - Nested list of container distribution configurations.
- Fast
Launch List<GetConfigurations Distribution Configuration Distribution Fast Launch Configuration> - Nested list of Windows faster-launching configurations to use for AMI distribution.
- Launch
Template List<GetConfigurations Distribution Configuration Distribution Launch Template Configuration> - Nested list of launch template configurations.
- License
Configuration List<string>Arns - Set of Amazon Resource Names (ARNs) of License Manager License Configurations.
- Region string
- AWS Region of distribution.
- Ami
Distribution []GetConfigurations Distribution Configuration Distribution Ami Distribution Configuration - Nested list of AMI distribution configuration.
- Container
Distribution []GetConfigurations Distribution Configuration Distribution Container Distribution Configuration - Nested list of container distribution configurations.
- Fast
Launch []GetConfigurations Distribution Configuration Distribution Fast Launch Configuration - Nested list of Windows faster-launching configurations to use for AMI distribution.
- Launch
Template []GetConfigurations Distribution Configuration Distribution Launch Template Configuration - Nested list of launch template configurations.
- License
Configuration []stringArns - Set of Amazon Resource Names (ARNs) of License Manager License Configurations.
- Region string
- AWS Region of distribution.
- ami
Distribution List<GetConfigurations Distribution Configuration Distribution Ami Distribution Configuration> - Nested list of AMI distribution configuration.
- container
Distribution List<GetConfigurations Distribution Configuration Distribution Container Distribution Configuration> - Nested list of container distribution configurations.
- fast
Launch List<GetConfigurations Distribution Configuration Distribution Fast Launch Configuration> - Nested list of Windows faster-launching configurations to use for AMI distribution.
- launch
Template List<GetConfigurations Distribution Configuration Distribution Launch Template Configuration> - Nested list of launch template configurations.
- license
Configuration List<String>Arns - Set of Amazon Resource Names (ARNs) of License Manager License Configurations.
- region String
- AWS Region of distribution.
- ami
Distribution GetConfigurations Distribution Configuration Distribution Ami Distribution Configuration[] - Nested list of AMI distribution configuration.
- container
Distribution GetConfigurations Distribution Configuration Distribution Container Distribution Configuration[] - Nested list of container distribution configurations.
- fast
Launch GetConfigurations Distribution Configuration Distribution Fast Launch Configuration[] - Nested list of Windows faster-launching configurations to use for AMI distribution.
- launch
Template GetConfigurations Distribution Configuration Distribution Launch Template Configuration[] - Nested list of launch template configurations.
- license
Configuration string[]Arns - Set of Amazon Resource Names (ARNs) of License Manager License Configurations.
- region string
- AWS Region of distribution.
- ami_
distribution_ Sequence[Getconfigurations Distribution Configuration Distribution Ami Distribution Configuration] - Nested list of AMI distribution configuration.
- container_
distribution_ Sequence[Getconfigurations Distribution Configuration Distribution Container Distribution Configuration] - Nested list of container distribution configurations.
- fast_
launch_ Sequence[Getconfigurations Distribution Configuration Distribution Fast Launch Configuration] - Nested list of Windows faster-launching configurations to use for AMI distribution.
- launch_
template_ Sequence[Getconfigurations Distribution Configuration Distribution Launch Template Configuration] - Nested list of launch template configurations.
- license_
configuration_ Sequence[str]arns - Set of Amazon Resource Names (ARNs) of License Manager License Configurations.
- region str
- AWS Region of distribution.
- ami
Distribution List<Property Map>Configurations - Nested list of AMI distribution configuration.
- container
Distribution List<Property Map>Configurations - Nested list of container distribution configurations.
- fast
Launch List<Property Map>Configurations - Nested list of Windows faster-launching configurations to use for AMI distribution.
- launch
Template List<Property Map>Configurations - Nested list of launch template configurations.
- license
Configuration List<String>Arns - Set of Amazon Resource Names (ARNs) of License Manager License Configurations.
- region String
- AWS Region of distribution.
GetDistributionConfigurationDistributionAmiDistributionConfiguration
- Dictionary<string, string>
- Key-value map of tags to apply to distributed AMI.
- Description string
- Description of the container distribution configuration.
- Kms
Key stringId - ARN of Key Management Service (KMS) Key to encrypt AMI.
- Launch
Permissions List<GetDistribution Configuration Distribution Ami Distribution Configuration Launch Permission> - Nested list of EC2 launch permissions.
- Name string
- Name of the distribution configuration.
- Target
Account List<string>Ids - Set of target AWS Account identifiers.
- map[string]string
- Key-value map of tags to apply to distributed AMI.
- Description string
- Description of the container distribution configuration.
- Kms
Key stringId - ARN of Key Management Service (KMS) Key to encrypt AMI.
- Launch
Permissions []GetDistribution Configuration Distribution Ami Distribution Configuration Launch Permission - Nested list of EC2 launch permissions.
- Name string
- Name of the distribution configuration.
- Target
Account []stringIds - Set of target AWS Account identifiers.
- Map<String,String>
- Key-value map of tags to apply to distributed AMI.
- description String
- Description of the container distribution configuration.
- kms
Key StringId - ARN of Key Management Service (KMS) Key to encrypt AMI.
- launch
Permissions List<GetDistribution Configuration Distribution Ami Distribution Configuration Launch Permission> - Nested list of EC2 launch permissions.
- name String
- Name of the distribution configuration.
- target
Account List<String>Ids - Set of target AWS Account identifiers.
- {[key: string]: string}
- Key-value map of tags to apply to distributed AMI.
- description string
- Description of the container distribution configuration.
- kms
Key stringId - ARN of Key Management Service (KMS) Key to encrypt AMI.
- launch
Permissions GetDistribution Configuration Distribution Ami Distribution Configuration Launch Permission[] - Nested list of EC2 launch permissions.
- name string
- Name of the distribution configuration.
- target
Account string[]Ids - Set of target AWS Account identifiers.
- Mapping[str, str]
- Key-value map of tags to apply to distributed AMI.
- description str
- Description of the container distribution configuration.
- kms_
key_ strid - ARN of Key Management Service (KMS) Key to encrypt AMI.
- launch_
permissions Sequence[GetDistribution Configuration Distribution Ami Distribution Configuration Launch Permission] - Nested list of EC2 launch permissions.
- name str
- Name of the distribution configuration.
- target_
account_ Sequence[str]ids - Set of target AWS Account identifiers.
- Map<String>
- Key-value map of tags to apply to distributed AMI.
- description String
- Description of the container distribution configuration.
- kms
Key StringId - ARN of Key Management Service (KMS) Key to encrypt AMI.
- launch
Permissions List<Property Map> - Nested list of EC2 launch permissions.
- name String
- Name of the distribution configuration.
- target
Account List<String>Ids - Set of target AWS Account identifiers.
GetDistributionConfigurationDistributionAmiDistributionConfigurationLaunchPermission
- Organization
Arns List<string> - Set of AWS Organization ARNs.
- Organizational
Unit List<string>Arns - Set of AWS Organizational Unit ARNs.
- User
Groups List<string> - Set of EC2 launch permission user groups.
- User
Ids List<string> - Set of AWS Account identifiers.
- Organization
Arns []string - Set of AWS Organization ARNs.
- Organizational
Unit []stringArns - Set of AWS Organizational Unit ARNs.
- User
Groups []string - Set of EC2 launch permission user groups.
- User
Ids []string - Set of AWS Account identifiers.
- organization
Arns List<String> - Set of AWS Organization ARNs.
- organizational
Unit List<String>Arns - Set of AWS Organizational Unit ARNs.
- user
Groups List<String> - Set of EC2 launch permission user groups.
- user
Ids List<String> - Set of AWS Account identifiers.
- organization
Arns string[] - Set of AWS Organization ARNs.
- organizational
Unit string[]Arns - Set of AWS Organizational Unit ARNs.
- user
Groups string[] - Set of EC2 launch permission user groups.
- user
Ids string[] - Set of AWS Account identifiers.
- organization_
arns Sequence[str] - Set of AWS Organization ARNs.
- organizational_
unit_ Sequence[str]arns - Set of AWS Organizational Unit ARNs.
- user_
groups Sequence[str] - Set of EC2 launch permission user groups.
- user_
ids Sequence[str] - Set of AWS Account identifiers.
- organization
Arns List<String> - Set of AWS Organization ARNs.
- organizational
Unit List<String>Arns - Set of AWS Organizational Unit ARNs.
- user
Groups List<String> - Set of EC2 launch permission user groups.
- user
Ids List<String> - Set of AWS Account identifiers.
GetDistributionConfigurationDistributionContainerDistributionConfiguration
- List<string>
- Set of tags that are attached to the container distribution configuration.
- Description string
- Description of the container distribution configuration.
- Target
Repositories List<GetDistribution Configuration Distribution Container Distribution Configuration Target Repository> - Set of destination repositories for the container distribution configuration.
- []string
- Set of tags that are attached to the container distribution configuration.
- Description string
- Description of the container distribution configuration.
- Target
Repositories []GetDistribution Configuration Distribution Container Distribution Configuration Target Repository - Set of destination repositories for the container distribution configuration.
- List<String>
- Set of tags that are attached to the container distribution configuration.
- description String
- Description of the container distribution configuration.
- target
Repositories List<GetDistribution Configuration Distribution Container Distribution Configuration Target Repository> - Set of destination repositories for the container distribution configuration.
- string[]
- Set of tags that are attached to the container distribution configuration.
- description string
- Description of the container distribution configuration.
- target
Repositories GetDistribution Configuration Distribution Container Distribution Configuration Target Repository[] - Set of destination repositories for the container distribution configuration.
- Sequence[str]
- Set of tags that are attached to the container distribution configuration.
- description str
- Description of the container distribution configuration.
- target_
repositories Sequence[GetDistribution Configuration Distribution Container Distribution Configuration Target Repository] - Set of destination repositories for the container distribution configuration.
- List<String>
- Set of tags that are attached to the container distribution configuration.
- description String
- Description of the container distribution configuration.
- target
Repositories List<Property Map> - Set of destination repositories for the container distribution configuration.
GetDistributionConfigurationDistributionContainerDistributionConfigurationTargetRepository
- Repository
Name string - Name of the container repository where the output container image is stored.
- Service string
- Service in which the image is registered.
- Repository
Name string - Name of the container repository where the output container image is stored.
- Service string
- Service in which the image is registered.
- repository
Name String - Name of the container repository where the output container image is stored.
- service String
- Service in which the image is registered.
- repository
Name string - Name of the container repository where the output container image is stored.
- service string
- Service in which the image is registered.
- repository_
name str - Name of the container repository where the output container image is stored.
- service str
- Service in which the image is registered.
- repository
Name String - Name of the container repository where the output container image is stored.
- service String
- Service in which the image is registered.
GetDistributionConfigurationDistributionFastLaunchConfiguration
- Account
Id string - The account ID that this configuration applies to.
- Enabled bool
- A Boolean that represents the current state of faster launching for the Windows AMI.
- Launch
Templates List<GetDistribution Configuration Distribution Fast Launch Configuration Launch Template> - Nested list of launch templates 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
Configurations List<GetDistribution Configuration Distribution Fast Launch Configuration Snapshot Configuration> - Nested list of configurations for managing the number of snapshots that are created from pre-provisioned instances for the Windows AMI when faster launching is enabled.
- Account
Id string - The account ID that this configuration applies to.
- Enabled bool
- A Boolean that represents the current state of faster launching for the Windows AMI.
- Launch
Templates []GetDistribution Configuration Distribution Fast Launch Configuration Launch Template - Nested list of launch templates 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
Configurations []GetDistribution Configuration Distribution Fast Launch Configuration Snapshot Configuration - Nested list of configurations for managing the number of snapshots that are created from pre-provisioned instances for the Windows AMI when faster launching is enabled.
- account
Id String - The account ID that this configuration applies to.
- enabled Boolean
- A Boolean that represents the current state of faster launching for the Windows AMI.
- launch
Templates List<GetDistribution Configuration Distribution Fast Launch Configuration Launch Template> - Nested list of launch templates that the fast-launch enabled Windows AMI uses when it launches Windows instances to create pre-provisioned snapshots.
- max
Parallel IntegerLaunches - The maximum number of parallel instances that are launched for creating resources.
- snapshot
Configurations List<GetDistribution Configuration Distribution Fast Launch Configuration Snapshot Configuration> - Nested list of configurations for managing the number of snapshots that are created from pre-provisioned instances for the Windows AMI when faster launching is enabled.
- account
Id string - The account ID that this configuration applies to.
- enabled boolean
- A Boolean that represents the current state of faster launching for the Windows AMI.
- launch
Templates GetDistribution Configuration Distribution Fast Launch Configuration Launch Template[] - Nested list of launch templates that the fast-launch enabled Windows AMI uses when it launches Windows instances to create pre-provisioned snapshots.
- max
Parallel numberLaunches - The maximum number of parallel instances that are launched for creating resources.
- snapshot
Configurations GetDistribution Configuration Distribution Fast Launch Configuration Snapshot Configuration[] - Nested list of configurations 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 account ID that this configuration applies to.
- enabled bool
- A Boolean that represents the current state of faster launching for the Windows AMI.
- launch_
templates Sequence[GetDistribution Configuration Distribution Fast Launch Configuration Launch Template] - Nested list of launch templates 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_
configurations Sequence[GetDistribution Configuration Distribution Fast Launch Configuration Snapshot Configuration] - Nested list of configurations for managing the number of snapshots that are created from pre-provisioned instances for the Windows AMI when faster launching is enabled.
- account
Id String - The account ID that this configuration applies to.
- enabled Boolean
- A Boolean that represents the current state of faster launching for the Windows AMI.
- launch
Templates List<Property Map> - Nested list of launch templates that the fast-launch enabled Windows AMI uses when it launches Windows instances to create pre-provisioned snapshots.
- max
Parallel NumberLaunches - The maximum number of parallel instances that are launched for creating resources.
- snapshot
Configurations List<Property Map> - Nested list of configurations for managing the number of snapshots that are created from pre-provisioned instances for the Windows AMI when faster launching is enabled.
GetDistributionConfigurationDistributionFastLaunchConfigurationLaunchTemplate
- Launch
Template stringId - ID of the Amazon EC2 launch template.
- Launch
Template stringName - The name of the launch template to use for faster launching for a Windows AMI.
- Launch
Template stringVersion - The version of the launch template to use for faster launching for a Windows AMI.
- Launch
Template stringId - ID of the Amazon EC2 launch template.
- Launch
Template stringName - The name of the launch template to use for faster launching for a Windows AMI.
- Launch
Template stringVersion - The version of the launch template to use for faster launching for a Windows AMI.
- launch
Template StringId - ID of the Amazon EC2 launch template.
- launch
Template StringName - The name of the launch template to use for faster launching for a Windows AMI.
- launch
Template StringVersion - The version of the launch template to use for faster launching for a Windows AMI.
- launch
Template stringId - ID of the Amazon EC2 launch template.
- launch
Template stringName - The name of the launch template to use for faster launching for a Windows AMI.
- launch
Template stringVersion - The version of the launch template to use for faster launching for a Windows AMI.
- launch_
template_ strid - ID of the Amazon EC2 launch template.
- 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.
- launch
Template StringId - ID of the Amazon EC2 launch template.
- launch
Template StringName - The name of the launch template to use for faster launching for a Windows AMI.
- launch
Template StringVersion - The version of the launch template to use for faster launching for a Windows AMI.
GetDistributionConfigurationDistributionFastLaunchConfigurationSnapshotConfiguration
- Target
Resource intCount - 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.
- target
Resource IntegerCount - The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI.
- target
Resource 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.
- target
Resource NumberCount - The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI.
GetDistributionConfigurationDistributionLaunchTemplateConfiguration
- Account
Id string - The account ID that this configuration applies to.
- Default bool
- Whether the specified Amazon EC2 launch template is set as the default launch template.
- Launch
Template stringId - ID of the Amazon EC2 launch template.
- Account
Id string - The account ID that this configuration applies to.
- Default bool
- Whether the specified Amazon EC2 launch template is set as the default launch template.
- Launch
Template stringId - ID of the Amazon EC2 launch template.
- account
Id String - The account ID that this configuration applies to.
- default_ Boolean
- Whether the specified Amazon EC2 launch template is set as the default launch template.
- launch
Template StringId - ID of the Amazon EC2 launch template.
- account
Id string - The account ID that this configuration applies to.
- default boolean
- Whether the specified Amazon EC2 launch template is set as the default launch template.
- launch
Template stringId - ID of the Amazon EC2 launch template.
- account_
id str - The account ID that this configuration applies to.
- default bool
- Whether the specified Amazon EC2 launch template is set as the default launch template.
- launch_
template_ strid - ID of the Amazon EC2 launch template.
- account
Id String - The account ID that this configuration applies to.
- default Boolean
- Whether the specified Amazon EC2 launch template is set as the default launch template.
- launch
Template StringId - ID of the Amazon EC2 launch template.
Package Details
- Repository
- AWS Classic pulumi/pulumi-aws
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
aws
Terraform Provider.