Class GroupArgs


  • public final class GroupArgs
    extends com.pulumi.resources.ResourceArgs
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  GroupArgs.Builder  
      • Nested classes/interfaces inherited from class com.pulumi.resources.InputArgs

        com.pulumi.resources.InputArgs.InputArgsInternal
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static GroupArgs Empty  
    • Field Detail

    • Method Detail

      • configurations

        public java.util.Optional<com.pulumi.core.Output<java.util.List<GroupConfigurationArgs>>> configurations()
        Returns:
        A configuration associates the resource group with an AWS service and specifies how the service can interact with the resources in the group. See below for details.
      • description

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
        Returns:
        A description of the resource group.
      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        The resource group's name. A resource group name can have a maximum of 127 characters, including letters, numbers, hyphens, dots, and underscores. The name cannot start with `AWS` or `aws`.
      • resourceQuery

        public java.util.Optional<com.pulumi.core.Output<GroupResourceQueryArgs>> resourceQuery()
        Returns:
        A `resource_query` block. Resource queries are documented below.
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.