1. Packages
  2. AWS Native
  3. API Docs
  4. codeartifact
  5. getPackageGroup

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

aws-native.codeartifact.getPackageGroup

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

    The resource schema to create a CodeArtifact package group.

    Using getPackageGroup

    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 getPackageGroup(args: GetPackageGroupArgs, opts?: InvokeOptions): Promise<GetPackageGroupResult>
    function getPackageGroupOutput(args: GetPackageGroupOutputArgs, opts?: InvokeOptions): Output<GetPackageGroupResult>
    def get_package_group(arn: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetPackageGroupResult
    def get_package_group_output(arn: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetPackageGroupResult]
    func LookupPackageGroup(ctx *Context, args *LookupPackageGroupArgs, opts ...InvokeOption) (*LookupPackageGroupResult, error)
    func LookupPackageGroupOutput(ctx *Context, args *LookupPackageGroupOutputArgs, opts ...InvokeOption) LookupPackageGroupResultOutput

    > Note: This function is named LookupPackageGroup in the Go SDK.

    public static class GetPackageGroup 
    {
        public static Task<GetPackageGroupResult> InvokeAsync(GetPackageGroupArgs args, InvokeOptions? opts = null)
        public static Output<GetPackageGroupResult> Invoke(GetPackageGroupInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetPackageGroupResult> getPackageGroup(GetPackageGroupArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:codeartifact:getPackageGroup
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Arn string
    The ARN of the package group.
    Arn string
    The ARN of the package group.
    arn String
    The ARN of the package group.
    arn string
    The ARN of the package group.
    arn str
    The ARN of the package group.
    arn String
    The ARN of the package group.

    getPackageGroup Result

    The following output properties are available:

    Arn string
    The ARN of the package group.
    ContactInfo string
    The contact info of the package group.
    Description string
    The text description of the package group.
    DomainOwner string
    The 12-digit account ID of the AWS account that owns the domain.
    OriginConfiguration Pulumi.AwsNative.CodeArtifact.Outputs.PackageGroupOriginConfiguration
    The package origin configuration of the package group.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    An array of key-value pairs to apply to the package group.
    Arn string
    The ARN of the package group.
    ContactInfo string
    The contact info of the package group.
    Description string
    The text description of the package group.
    DomainOwner string
    The 12-digit account ID of the AWS account that owns the domain.
    OriginConfiguration PackageGroupOriginConfiguration
    The package origin configuration of the package group.
    Tags Tag
    An array of key-value pairs to apply to the package group.
    arn String
    The ARN of the package group.
    contactInfo String
    The contact info of the package group.
    description String
    The text description of the package group.
    domainOwner String
    The 12-digit account ID of the AWS account that owns the domain.
    originConfiguration PackageGroupOriginConfiguration
    The package origin configuration of the package group.
    tags List<Tag>
    An array of key-value pairs to apply to the package group.
    arn string
    The ARN of the package group.
    contactInfo string
    The contact info of the package group.
    description string
    The text description of the package group.
    domainOwner string
    The 12-digit account ID of the AWS account that owns the domain.
    originConfiguration PackageGroupOriginConfiguration
    The package origin configuration of the package group.
    tags Tag[]
    An array of key-value pairs to apply to the package group.
    arn str
    The ARN of the package group.
    contact_info str
    The contact info of the package group.
    description str
    The text description of the package group.
    domain_owner str
    The 12-digit account ID of the AWS account that owns the domain.
    origin_configuration PackageGroupOriginConfiguration
    The package origin configuration of the package group.
    tags Sequence[root_Tag]
    An array of key-value pairs to apply to the package group.
    arn String
    The ARN of the package group.
    contactInfo String
    The contact info of the package group.
    description String
    The text description of the package group.
    domainOwner String
    The 12-digit account ID of the AWS account that owns the domain.
    originConfiguration Property Map
    The package origin configuration of the package group.
    tags List<Property Map>
    An array of key-value pairs to apply to the package group.

    Supporting Types

    PackageGroupOriginConfiguration

    Restrictions Pulumi.AwsNative.CodeArtifact.Inputs.PackageGroupRestrictions
    The origin configuration that is applied to the package group.
    Restrictions PackageGroupRestrictions
    The origin configuration that is applied to the package group.
    restrictions PackageGroupRestrictions
    The origin configuration that is applied to the package group.
    restrictions PackageGroupRestrictions
    The origin configuration that is applied to the package group.
    restrictions PackageGroupRestrictions
    The origin configuration that is applied to the package group.
    restrictions Property Map
    The origin configuration that is applied to the package group.

    PackageGroupRestrictionType

    PackageGroupRestrictionTypeRestrictionMode

    PackageGroupRestrictions

    ExternalUpstream Pulumi.AwsNative.CodeArtifact.Inputs.PackageGroupRestrictionType
    The external upstream restriction determines if new package versions can be ingested or retained from external connections.
    InternalUpstream Pulumi.AwsNative.CodeArtifact.Inputs.PackageGroupRestrictionType
    The internal upstream restriction determines if new package versions can be ingested or retained from upstream repositories.
    Publish Pulumi.AwsNative.CodeArtifact.Inputs.PackageGroupRestrictionType
    The publish restriction determines if new package versions can be published.
    ExternalUpstream PackageGroupRestrictionType
    The external upstream restriction determines if new package versions can be ingested or retained from external connections.
    InternalUpstream PackageGroupRestrictionType
    The internal upstream restriction determines if new package versions can be ingested or retained from upstream repositories.
    Publish PackageGroupRestrictionType
    The publish restriction determines if new package versions can be published.
    externalUpstream PackageGroupRestrictionType
    The external upstream restriction determines if new package versions can be ingested or retained from external connections.
    internalUpstream PackageGroupRestrictionType
    The internal upstream restriction determines if new package versions can be ingested or retained from upstream repositories.
    publish PackageGroupRestrictionType
    The publish restriction determines if new package versions can be published.
    externalUpstream PackageGroupRestrictionType
    The external upstream restriction determines if new package versions can be ingested or retained from external connections.
    internalUpstream PackageGroupRestrictionType
    The internal upstream restriction determines if new package versions can be ingested or retained from upstream repositories.
    publish PackageGroupRestrictionType
    The publish restriction determines if new package versions can be published.
    external_upstream PackageGroupRestrictionType
    The external upstream restriction determines if new package versions can be ingested or retained from external connections.
    internal_upstream PackageGroupRestrictionType
    The internal upstream restriction determines if new package versions can be ingested or retained from upstream repositories.
    publish PackageGroupRestrictionType
    The publish restriction determines if new package versions can be published.
    externalUpstream Property Map
    The external upstream restriction determines if new package versions can be ingested or retained from external connections.
    internalUpstream Property Map
    The internal upstream restriction determines if new package versions can be ingested or retained from upstream repositories.
    publish Property Map
    The publish restriction determines if new package versions can be published.

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi