We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a220d62 commit f254b4dCopy full SHA for f254b4d
cloudformation/ad/ad-integration.yaml
@@ -68,6 +68,30 @@ Parameters:
68
Type: 'AWS::SSM::Parameter::Value<AWS::EC2::Image::Id>'
69
Default: '/aws/service/ami-amazon-linux-latest/al2023-ami-kernel-default-x86_64'
70
71
+Metadata:
72
+ AWS::CloudFormation::Interface:
73
+ ParameterGroups:
74
+ - Label:
75
+ default: Directory
76
+ Parameters:
77
+ - DirectoryType
78
+ - DomainName
79
+ - Vpc
80
+ - PrivateSubnetOne
81
+ - PrivateSubnetTwo
82
83
+ default: Users
84
85
+ - AdminPassword
86
+ - ReadOnlyPassword
87
+ - UserNames
88
+ - UserPassword
89
90
+ default: Administrative Node
91
92
+ - AdminNodeAmiId
93
+ - Keypair
94
+
95
Transform: AWS::Serverless-2016-10-31
96
97
Conditions:
0 commit comments