AWS Fundamentals Logo
AWS Fundamentals
AWS::SSMGuiConnect::Preferences

SSMGuiConnect Preferences

Definition of AWS::SSMGuiConnect::Preferences Resource Type

Properties

1 configurable property. Click a row to see details.

Filter:
PropertyTypeFlags
ConnectionRecordingPreferences
object

Return Values

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

AttributeTypeDescription
AccountIdstringThe AWS Account Id that the preference is associated with, used as the unique identifier for this 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::SSMGuiConnect::Preferences

Resources:
  MyResource:
    Type: AWS::SSMGuiConnect::Preferences
    Properties:

Required IAM Permissions

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

create

kms:CreateGrantssm-guiconnect:UpdateConnectionRecordingPreferencesssm-guiconnect:GetConnectionRecordingPreferences

read

ssm-guiconnect:GetConnectionRecordingPreferences

update

kms:CreateGrantssm-guiconnect:UpdateConnectionRecordingPreferencesssm-guiconnect:GetConnectionRecordingPreferencesssm-guiconnect:DeleteConnectionRecordingPreferences

delete

ssm-guiconnect:GetConnectionRecordingPreferencesssm-guiconnect:DeleteConnectionRecordingPreferences

list

ssm-guiconnect:GetConnectionRecordingPreferences

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

ServiceSSMGuiConnect
Properties2
Required0
TaggingNot supported
Primary IDAccountId

Supported Operations

CreateReadUpdateDeleteList

External Links