Viewing docs for AWS v7.30.0
published on Thursday, May 14, 2026 by Pulumi
published on Thursday, May 14, 2026 by Pulumi
Viewing docs for AWS v7.30.0
published on Thursday, May 14, 2026 by Pulumi
published on Thursday, May 14, 2026 by Pulumi
Provides details about an AWS Glue Catalog.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as aws from "@pulumi/aws";
const example = aws.glue.getCatalog({
name: "example",
});
import pulumi
import pulumi_aws as aws
example = aws.glue.get_catalog(name="example")
package main
import (
"github.com/pulumi/pulumi-aws/sdk/v7/go/aws/glue"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := glue.LookupCatalog(ctx, &glue.LookupCatalogArgs{
Name: "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.Glue.GetCatalog.Invoke(new()
{
Name = "example",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aws.glue.GlueFunctions;
import com.pulumi.aws.glue.inputs.GetCatalogArgs;
import java.util.ArrayList;
import java.util.Arrays;
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 = GlueFunctions.getCatalog(GetCatalogArgs.builder()
.name("example")
.build());
}
}
variables:
example:
fn::invoke:
function: aws:glue:getCatalog
arguments:
name: example
Example coming soon!
Using getCatalog
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 getCatalog(args: GetCatalogArgs, opts?: InvokeOptions): Promise<GetCatalogResult>
function getCatalogOutput(args: GetCatalogOutputArgs, opts?: InvokeOptions): Output<GetCatalogResult>def get_catalog(name: Optional[str] = None,
region: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCatalogResult
def get_catalog_output(name: pulumi.Input[Optional[str]] = None,
region: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCatalogResult]func LookupCatalog(ctx *Context, args *LookupCatalogArgs, opts ...InvokeOption) (*LookupCatalogResult, error)
func LookupCatalogOutput(ctx *Context, args *LookupCatalogOutputArgs, opts ...InvokeOption) LookupCatalogResultOutput> Note: This function is named LookupCatalog in the Go SDK.
public static class GetCatalog
{
public static Task<GetCatalogResult> InvokeAsync(GetCatalogArgs args, InvokeOptions? opts = null)
public static Output<GetCatalogResult> Invoke(GetCatalogInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCatalogResult> getCatalog(GetCatalogArgs args, InvokeOptions options)
public static Output<GetCatalogResult> getCatalog(GetCatalogArgs args, InvokeOptions options)
fn::invoke:
function: aws:glue/getCatalog:getCatalog
arguments:
# arguments dictionarydata "aws_glue_getcatalog" "name" {
# arguments
}The following arguments are supported:
getCatalog Result
The following output properties are available:
- Allow
Full stringTable External Data Access - Whether third-party engines can access data in Amazon S3 locations that are registered with Lake Formation.
- Arn string
- ARN of the Glue Catalog.
- Catalog
Id string - ID of the parent catalog.
- Catalog
Properties List<GetCatalog Catalog Property> - Catalog properties. See
catalogPropertiesbelow. - Create
Database List<GetDefault Permissions Catalog Create Database Default Permission> - Default permissions on databases for principals. See
createDatabaseDefaultPermissionsbelow. - Create
Table List<GetDefault Permissions Catalog Create Table Default Permission> - Default permissions on tables for principals. See
createTableDefaultPermissionsbelow. - Create
Time string - Time at which the catalog was created.
- Description string
- Description of the catalog.
- Federated
Catalogs List<GetCatalog Federated Catalog> - Federated catalog configuration. See
federatedCatalogbelow. - Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Parameters Dictionary<string, string>
- Map of key-value pairs that define parameters and properties of the catalog.
- Region string
- Dictionary<string, string>
- Key-value map of resource tags.
- Target
Redshift List<GetCatalogs Catalog Target Redshift Catalog> - Target Redshift catalog configuration. See
targetRedshiftCatalogbelow. - Update
Time string - Time at which the catalog was last updated.
- Allow
Full stringTable External Data Access - Whether third-party engines can access data in Amazon S3 locations that are registered with Lake Formation.
- Arn string
- ARN of the Glue Catalog.
- Catalog
Id string - ID of the parent catalog.
- Catalog
Properties []GetCatalog Catalog Property - Catalog properties. See
catalogPropertiesbelow. - Create
Database []GetDefault Permissions Catalog Create Database Default Permission - Default permissions on databases for principals. See
createDatabaseDefaultPermissionsbelow. - Create
Table []GetDefault Permissions Catalog Create Table Default Permission - Default permissions on tables for principals. See
createTableDefaultPermissionsbelow. - Create
Time string - Time at which the catalog was created.
- Description string
- Description of the catalog.
- Federated
Catalogs []GetCatalog Federated Catalog - Federated catalog configuration. See
federatedCatalogbelow. - Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Parameters map[string]string
- Map of key-value pairs that define parameters and properties of the catalog.
- Region string
- map[string]string
- Key-value map of resource tags.
- Target
Redshift []GetCatalogs Catalog Target Redshift Catalog - Target Redshift catalog configuration. See
targetRedshiftCatalogbelow. - Update
Time string - Time at which the catalog was last updated.
- allow_
full_ stringtable_ external_ data_ access - Whether third-party engines can access data in Amazon S3 locations that are registered with Lake Formation.
- arn string
- ARN of the Glue Catalog.
- catalog_
id string - ID of the parent catalog.
- catalog_
properties list(object) - Catalog properties. See
catalogPropertiesbelow. - create_
database_ list(object)default_ permissions - Default permissions on databases for principals. See
createDatabaseDefaultPermissionsbelow. - create_
table_ list(object)default_ permissions - Default permissions on tables for principals. See
createTableDefaultPermissionsbelow. - create_
time string - Time at which the catalog was created.
- description string
- Description of the catalog.
- federated_
catalogs list(object) - Federated catalog configuration. See
federatedCatalogbelow. - id string
- The provider-assigned unique ID for this managed resource.
- name string
- parameters map(string)
- Map of key-value pairs that define parameters and properties of the catalog.
- region string
- map(string)
- Key-value map of resource tags.
- target_
redshift_ list(object)catalogs - Target Redshift catalog configuration. See
targetRedshiftCatalogbelow. - update_
time string - Time at which the catalog was last updated.
- allow
Full StringTable External Data Access - Whether third-party engines can access data in Amazon S3 locations that are registered with Lake Formation.
- arn String
- ARN of the Glue Catalog.
- catalog
Id String - ID of the parent catalog.
- catalog
Properties List<GetCatalog Catalog Property> - Catalog properties. See
catalogPropertiesbelow. - create
Database List<GetDefault Permissions Catalog Create Database Default Permission> - Default permissions on databases for principals. See
createDatabaseDefaultPermissionsbelow. - create
Table List<GetDefault Permissions Catalog Create Table Default Permission> - Default permissions on tables for principals. See
createTableDefaultPermissionsbelow. - create
Time String - Time at which the catalog was created.
- description String
- Description of the catalog.
- federated
Catalogs List<GetCatalog Federated Catalog> - Federated catalog configuration. See
federatedCatalogbelow. - id String
- The provider-assigned unique ID for this managed resource.
- name String
- parameters Map<String,String>
- Map of key-value pairs that define parameters and properties of the catalog.
- region String
- Map<String,String>
- Key-value map of resource tags.
- target
Redshift List<GetCatalogs Catalog Target Redshift Catalog> - Target Redshift catalog configuration. See
targetRedshiftCatalogbelow. - update
Time String - Time at which the catalog was last updated.
- allow
Full stringTable External Data Access - Whether third-party engines can access data in Amazon S3 locations that are registered with Lake Formation.
- arn string
- ARN of the Glue Catalog.
- catalog
Id string - ID of the parent catalog.
- catalog
Properties GetCatalog Catalog Property[] - Catalog properties. See
catalogPropertiesbelow. - create
Database GetDefault Permissions Catalog Create Database Default Permission[] - Default permissions on databases for principals. See
createDatabaseDefaultPermissionsbelow. - create
Table GetDefault Permissions Catalog Create Table Default Permission[] - Default permissions on tables for principals. See
createTableDefaultPermissionsbelow. - create
Time string - Time at which the catalog was created.
- description string
- Description of the catalog.
- federated
Catalogs GetCatalog Federated Catalog[] - Federated catalog configuration. See
federatedCatalogbelow. - id string
- The provider-assigned unique ID for this managed resource.
- name string
- parameters {[key: string]: string}
- Map of key-value pairs that define parameters and properties of the catalog.
- region string
- {[key: string]: string}
- Key-value map of resource tags.
- target
Redshift GetCatalogs Catalog Target Redshift Catalog[] - Target Redshift catalog configuration. See
targetRedshiftCatalogbelow. - update
Time string - Time at which the catalog was last updated.
- allow_
full_ strtable_ external_ data_ access - Whether third-party engines can access data in Amazon S3 locations that are registered with Lake Formation.
- arn str
- ARN of the Glue Catalog.
- catalog_
id str - ID of the parent catalog.
- catalog_
properties Sequence[GetCatalog Catalog Property] - Catalog properties. See
catalogPropertiesbelow. - create_
database_ Sequence[Getdefault_ permissions Catalog Create Database Default Permission] - Default permissions on databases for principals. See
createDatabaseDefaultPermissionsbelow. - create_
table_ Sequence[Getdefault_ permissions Catalog Create Table Default Permission] - Default permissions on tables for principals. See
createTableDefaultPermissionsbelow. - create_
time str - Time at which the catalog was created.
- description str
- Description of the catalog.
- federated_
catalogs Sequence[GetCatalog Federated Catalog] - Federated catalog configuration. See
federatedCatalogbelow. - id str
- The provider-assigned unique ID for this managed resource.
- name str
- parameters Mapping[str, str]
- Map of key-value pairs that define parameters and properties of the catalog.
- region str
- Mapping[str, str]
- Key-value map of resource tags.
- target_
redshift_ Sequence[Getcatalogs Catalog Target Redshift Catalog] - Target Redshift catalog configuration. See
targetRedshiftCatalogbelow. - update_
time str - Time at which the catalog was last updated.
- allow
Full StringTable External Data Access - Whether third-party engines can access data in Amazon S3 locations that are registered with Lake Formation.
- arn String
- ARN of the Glue Catalog.
- catalog
Id String - ID of the parent catalog.
- catalog
Properties List<Property Map> - Catalog properties. See
catalogPropertiesbelow. - create
Database List<Property Map>Default Permissions - Default permissions on databases for principals. See
createDatabaseDefaultPermissionsbelow. - create
Table List<Property Map>Default Permissions - Default permissions on tables for principals. See
createTableDefaultPermissionsbelow. - create
Time String - Time at which the catalog was created.
- description String
- Description of the catalog.
- federated
Catalogs List<Property Map> - Federated catalog configuration. See
federatedCatalogbelow. - id String
- The provider-assigned unique ID for this managed resource.
- name String
- parameters Map<String>
- Map of key-value pairs that define parameters and properties of the catalog.
- region String
- Map<String>
- Key-value map of resource tags.
- target
Redshift List<Property Map>Catalogs - Target Redshift catalog configuration. See
targetRedshiftCatalogbelow. - update
Time String - Time at which the catalog was last updated.
Supporting Types
GetCatalogCatalogProperty
- Custom
Properties Dictionary<string, string> - Map of custom key-value pairs for the catalog properties.
- Data
Lake List<GetAccess Properties Catalog Catalog Property Data Lake Access Property> - Data lake access properties. See
dataLakeAccessPropertiesbelow. - Iceberg
Optimization List<GetProperties Catalog Catalog Property Iceberg Optimization Property> - Iceberg optimization properties. See
icebergOptimizationPropertiesbelow.
- Custom
Properties map[string]string - Map of custom key-value pairs for the catalog properties.
- Data
Lake []GetAccess Properties Catalog Catalog Property Data Lake Access Property - Data lake access properties. See
dataLakeAccessPropertiesbelow. - Iceberg
Optimization []GetProperties Catalog Catalog Property Iceberg Optimization Property - Iceberg optimization properties. See
icebergOptimizationPropertiesbelow.
- custom_
properties map(string) - Map of custom key-value pairs for the catalog properties.
- data_
lake_ list(object)access_ properties - Data lake access properties. See
dataLakeAccessPropertiesbelow. - iceberg_
optimization_ list(object)properties - Iceberg optimization properties. See
icebergOptimizationPropertiesbelow.
- custom
Properties Map<String,String> - Map of custom key-value pairs for the catalog properties.
- data
Lake List<GetAccess Properties Catalog Catalog Property Data Lake Access Property> - Data lake access properties. See
dataLakeAccessPropertiesbelow. - iceberg
Optimization List<GetProperties Catalog Catalog Property Iceberg Optimization Property> - Iceberg optimization properties. See
icebergOptimizationPropertiesbelow.
- custom
Properties {[key: string]: string} - Map of custom key-value pairs for the catalog properties.
- data
Lake GetAccess Properties Catalog Catalog Property Data Lake Access Property[] - Data lake access properties. See
dataLakeAccessPropertiesbelow. - iceberg
Optimization GetProperties Catalog Catalog Property Iceberg Optimization Property[] - Iceberg optimization properties. See
icebergOptimizationPropertiesbelow.
- custom_
properties Mapping[str, str] - Map of custom key-value pairs for the catalog properties.
- data_
lake_ Sequence[Getaccess_ properties Catalog Catalog Property Data Lake Access Property] - Data lake access properties. See
dataLakeAccessPropertiesbelow. - iceberg_
optimization_ Sequence[Getproperties Catalog Catalog Property Iceberg Optimization Property] - Iceberg optimization properties. See
icebergOptimizationPropertiesbelow.
- custom
Properties Map<String> - Map of custom key-value pairs for the catalog properties.
- data
Lake List<Property Map>Access Properties - Data lake access properties. See
dataLakeAccessPropertiesbelow. - iceberg
Optimization List<Property Map>Properties - Iceberg optimization properties. See
icebergOptimizationPropertiesbelow.
GetCatalogCatalogPropertyDataLakeAccessProperty
- Catalog
Type string - Type of the catalog.
- Data
Lake boolAccess - Whether data lake access is enabled.
- Data
Transfer stringRole - ARN of the IAM role used for data transfer.
- Kms
Key string - ARN of the KMS key used for encryption.
- Managed
Workgroup stringName - Managed workgroup name.
- Managed
Workgroup stringStatus - Managed workgroup status.
- Redshift
Database stringName - Redshift database name.
- Status
Message string - Status message.
- Catalog
Type string - Type of the catalog.
- Data
Lake boolAccess - Whether data lake access is enabled.
- Data
Transfer stringRole - ARN of the IAM role used for data transfer.
- Kms
Key string - ARN of the KMS key used for encryption.
- Managed
Workgroup stringName - Managed workgroup name.
- Managed
Workgroup stringStatus - Managed workgroup status.
- Redshift
Database stringName - Redshift database name.
- Status
Message string - Status message.
- catalog_
type string - Type of the catalog.
- data_
lake_ boolaccess - Whether data lake access is enabled.
- data_
transfer_ stringrole - ARN of the IAM role used for data transfer.
- kms_
key string - ARN of the KMS key used for encryption.
- managed_
workgroup_ stringname - Managed workgroup name.
- managed_
workgroup_ stringstatus - Managed workgroup status.
- redshift_
database_ stringname - Redshift database name.
- status_
message string - Status message.
- catalog
Type String - Type of the catalog.
- data
Lake BooleanAccess - Whether data lake access is enabled.
- data
Transfer StringRole - ARN of the IAM role used for data transfer.
- kms
Key String - ARN of the KMS key used for encryption.
- managed
Workgroup StringName - Managed workgroup name.
- managed
Workgroup StringStatus - Managed workgroup status.
- redshift
Database StringName - Redshift database name.
- status
Message String - Status message.
- catalog
Type string - Type of the catalog.
- data
Lake booleanAccess - Whether data lake access is enabled.
- data
Transfer stringRole - ARN of the IAM role used for data transfer.
- kms
Key string - ARN of the KMS key used for encryption.
- managed
Workgroup stringName - Managed workgroup name.
- managed
Workgroup stringStatus - Managed workgroup status.
- redshift
Database stringName - Redshift database name.
- status
Message string - Status message.
- catalog_
type str - Type of the catalog.
- data_
lake_ boolaccess - Whether data lake access is enabled.
- data_
transfer_ strrole - ARN of the IAM role used for data transfer.
- kms_
key str - ARN of the KMS key used for encryption.
- managed_
workgroup_ strname - Managed workgroup name.
- managed_
workgroup_ strstatus - Managed workgroup status.
- redshift_
database_ strname - Redshift database name.
- status_
message str - Status message.
- catalog
Type String - Type of the catalog.
- data
Lake BooleanAccess - Whether data lake access is enabled.
- data
Transfer StringRole - ARN of the IAM role used for data transfer.
- kms
Key String - ARN of the KMS key used for encryption.
- managed
Workgroup StringName - Managed workgroup name.
- managed
Workgroup StringStatus - Managed workgroup status.
- redshift
Database StringName - Redshift database name.
- status
Message String - Status message.
GetCatalogCatalogPropertyIcebergOptimizationProperty
- Compaction Dictionary<string, string>
- Orphan
File Dictionary<string, string>Deletion - Retention Dictionary<string, string>
- Role
Arn string
- Compaction map[string]string
- Orphan
File map[string]stringDeletion - Retention map[string]string
- Role
Arn string
- compaction map(string)
- orphan_
file_ map(string)deletion - retention map(string)
- role_
arn string
- compaction Map<String,String>
- orphan
File Map<String,String>Deletion - retention Map<String,String>
- role
Arn String
- compaction {[key: string]: string}
- orphan
File {[key: string]: string}Deletion - retention {[key: string]: string}
- role
Arn string
- compaction Mapping[str, str]
- orphan_
file_ Mapping[str, str]deletion - retention Mapping[str, str]
- role_
arn str
- compaction Map<String>
- orphan
File Map<String>Deletion - retention Map<String>
- role
Arn String
GetCatalogCreateDatabaseDefaultPermission
- Permissions List<string>
- Permissions that are granted to the principal.
- Principals
List<Get
Catalog Create Database Default Permission Principal> - Principal who is granted permissions. See
principalbelow.
- Permissions []string
- Permissions that are granted to the principal.
- Principals
[]Get
Catalog Create Database Default Permission Principal - Principal who is granted permissions. See
principalbelow.
- permissions list(string)
- Permissions that are granted to the principal.
- principals list(object)
- Principal who is granted permissions. See
principalbelow.
- permissions List<String>
- Permissions that are granted to the principal.
- principals
List<Get
Catalog Create Database Default Permission Principal> - Principal who is granted permissions. See
principalbelow.
- permissions string[]
- Permissions that are granted to the principal.
- principals
Get
Catalog Create Database Default Permission Principal[] - Principal who is granted permissions. See
principalbelow.
- permissions Sequence[str]
- Permissions that are granted to the principal.
- principals
Sequence[Get
Catalog Create Database Default Permission Principal] - Principal who is granted permissions. See
principalbelow.
- permissions List<String>
- Permissions that are granted to the principal.
- principals List<Property Map>
- Principal who is granted permissions. See
principalbelow.
GetCatalogCreateDatabaseDefaultPermissionPrincipal
- Data
Lake stringPrincipal Identifier - Identifier for the Lake Formation principal.
- Data
Lake stringPrincipal Identifier - Identifier for the Lake Formation principal.
- data_
lake_ stringprincipal_ identifier - Identifier for the Lake Formation principal.
- data
Lake StringPrincipal Identifier - Identifier for the Lake Formation principal.
- data
Lake stringPrincipal Identifier - Identifier for the Lake Formation principal.
- data_
lake_ strprincipal_ identifier - Identifier for the Lake Formation principal.
- data
Lake StringPrincipal Identifier - Identifier for the Lake Formation principal.
GetCatalogCreateTableDefaultPermission
- Permissions List<string>
- Permissions that are granted to the principal.
- Principals
List<Get
Catalog Create Table Default Permission Principal> - Principal who is granted permissions. See
principalbelow.
- Permissions []string
- Permissions that are granted to the principal.
- Principals
[]Get
Catalog Create Table Default Permission Principal - Principal who is granted permissions. See
principalbelow.
- permissions list(string)
- Permissions that are granted to the principal.
- principals list(object)
- Principal who is granted permissions. See
principalbelow.
- permissions List<String>
- Permissions that are granted to the principal.
- principals
List<Get
Catalog Create Table Default Permission Principal> - Principal who is granted permissions. See
principalbelow.
- permissions string[]
- Permissions that are granted to the principal.
- principals
Get
Catalog Create Table Default Permission Principal[] - Principal who is granted permissions. See
principalbelow.
- permissions Sequence[str]
- Permissions that are granted to the principal.
- principals
Sequence[Get
Catalog Create Table Default Permission Principal] - Principal who is granted permissions. See
principalbelow.
- permissions List<String>
- Permissions that are granted to the principal.
- principals List<Property Map>
- Principal who is granted permissions. See
principalbelow.
GetCatalogCreateTableDefaultPermissionPrincipal
- Data
Lake stringPrincipal Identifier - Identifier for the Lake Formation principal.
- Data
Lake stringPrincipal Identifier - Identifier for the Lake Formation principal.
- data_
lake_ stringprincipal_ identifier - Identifier for the Lake Formation principal.
- data
Lake StringPrincipal Identifier - Identifier for the Lake Formation principal.
- data
Lake stringPrincipal Identifier - Identifier for the Lake Formation principal.
- data_
lake_ strprincipal_ identifier - Identifier for the Lake Formation principal.
- data
Lake StringPrincipal Identifier - Identifier for the Lake Formation principal.
GetCatalogFederatedCatalog
- Connection
Name string - Name of the connection to the external metastore.
- Connection
Type string - Type of connection used to access the federated catalog.
- Identifier string
- Unique identifier for the federated catalog.
- Connection
Name string - Name of the connection to the external metastore.
- Connection
Type string - Type of connection used to access the federated catalog.
- Identifier string
- Unique identifier for the federated catalog.
- connection_
name string - Name of the connection to the external metastore.
- connection_
type string - Type of connection used to access the federated catalog.
- identifier string
- Unique identifier for the federated catalog.
- connection
Name String - Name of the connection to the external metastore.
- connection
Type String - Type of connection used to access the federated catalog.
- identifier String
- Unique identifier for the federated catalog.
- connection
Name string - Name of the connection to the external metastore.
- connection
Type string - Type of connection used to access the federated catalog.
- identifier string
- Unique identifier for the federated catalog.
- connection_
name str - Name of the connection to the external metastore.
- connection_
type str - Type of connection used to access the federated catalog.
- identifier str
- Unique identifier for the federated catalog.
- connection
Name String - Name of the connection to the external metastore.
- connection
Type String - Type of connection used to access the federated catalog.
- identifier String
- Unique identifier for the federated catalog.
GetCatalogTargetRedshiftCatalog
- Catalog
Arn string - ARN of the target Redshift catalog.
- Catalog
Arn string - ARN of the target Redshift catalog.
- catalog_
arn string - ARN of the target Redshift catalog.
- catalog
Arn String - ARN of the target Redshift catalog.
- catalog
Arn string - ARN of the target Redshift catalog.
- catalog_
arn str - ARN of the target Redshift catalog.
- catalog
Arn String - ARN of the target Redshift catalog.
Package Details
- Repository
- AWS Classic pulumi/pulumi-aws
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
awsTerraform Provider.
Viewing docs for AWS v7.30.0
published on Thursday, May 14, 2026 by Pulumi
published on Thursday, May 14, 2026 by Pulumi
