AWS Fundamentals Logo
AWS Fundamentals
AWS::IVS::PublicKey

IVS PublicKey

Resource Type definition for AWS::IVS::PublicKey

Properties

3 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
Create-only
PublicKeyMaterial
string
Create-only
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
ArnstringKey-pair identifier.
FingerprintstringKey-pair identifier.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::IVS::PublicKey

Resources:
  MyResource:
    Type: AWS::IVS::PublicKey
    Properties:
      Tags:
        - Key: Environment
          Value: Production
      Name: !Ref "AWS::StackName"

Required IAM Permissions

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

create

ivs:ImportPublicKeyivs:TagResource

read

ivs:GetPublicKey

update

ivs:GetPublicKeyivs:ListTagsForResourceivs:UntagResourceivs:TagResource

delete

ivs:DeletePublicKeyivs:UntagResource

list

ivs:ListPublicKeysivs: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

ServiceIVS
Properties5
Required0
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

PublicKeyMaterialName

External Links