AWS Fundamentals Logo
AWS Fundamentals
AWS::RedshiftServerless::Namespace

RedshiftServerless Namespace

Definition of AWS::RedshiftServerless::Namespace Resource Type

Properties

16 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
NamespaceName
string
RequiredCreate-only
AdminPasswordSecretKmsKeyId
string
AdminUsername
string
AdminUserPassword
string
Write-only
DbName
string
DefaultIamRoleArn
string
FinalSnapshotName
string
Write-only
FinalSnapshotRetentionPeriod
integer
Write-only
IamRoles
Array<string>
KmsKeyId
string
LogExports
Array<string>
ManageAdminPassword
boolean
Write-only
NamespaceResourcePolicy
object
RedshiftIdcApplicationArn
string
Write-only
SnapshotCopyConfigurations
Array<SnapshotCopyConfiguration>
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
NamespaceNamespaceDefinition of Namespace resource.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::RedshiftServerless::Namespace

Resources:
  MyResource:
    Type: AWS::RedshiftServerless::Namespace
    Properties:
      NamespaceName: "my-namespacename"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

iam:CreateServiceLinkedRoleiam:PassRolekms:TagResourcekms:UntagResourcekms:ScheduleKeyDeletionkms:CancelKeyDeletionkms:Encryptkms:Decrypt

read

iam:PassRoleredshift-serverless:GetNamespaceredshift-serverless:ListTagsForResourceredshift:GetResourcePolicyredshift-serverless:ListSnapshotCopyConfigurations

update

iam:PassRolekms:TagResourcekms:UntagResourcekms:ScheduleKeyDeletionkms:CancelKeyDeletionkms:Encryptkms:Decryptkms:DescribeKey

delete

iam:PassRoleredshift-serverless:DeleteNamespaceredshift-serverless:GetNamespaceredshift-serverless:ListTagsForResourceredshift-serverless:UntagResourcekms:RetireGrantsecretsmanager:DescribeSecretsecretsmanager:DeleteSecret

list

iam:PassRoleredshift-serverless:ListNamespacesredshift-serverless:ListTagsForResource

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceRedshiftServerless
Properties17
Required1
TaggingSupported
Primary IDNamespaceName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

NamespaceName

Related Resources

External Links