File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -116,14 +116,14 @@ Resources:
116116 Type : AWS::SSM::Parameter
117117 Properties :
118118 Description : " Sysdig Secure API Token"
119- Type : String
119+ Type : SecureString
120120 Value : !Ref SysdigSecureAPIToken
121121
122122 SysdigSecureEndpointParameter :
123123 Type : AWS::SSM::Parameter
124124 Properties :
125125 Description : " Sysdig Secure Endpoint URL"
126- Type : String
126+ Type : SecureString
127127 Value : !Ref SysdigSecureEndpoint
128128
129129 CloudTrailStack :
Original file line number Diff line number Diff line change @@ -164,14 +164,14 @@ Resources:
164164 Type : AWS::SSM::Parameter
165165 Properties :
166166 Description : " Sysdig Secure API Token"
167- Type : String
167+ Type : SecureString
168168 Value : !Ref SysdigSecureAPIToken
169169
170170 SysdigSecureEndpointParameter :
171171 Type : AWS::SSM::Parameter
172172 Properties :
173173 Description : " Sysdig Secure Endpoint URL"
174- Type : String
174+ Type : SecureString
175175 Value : !Ref SysdigSecureEndpoint
176176
177177 ECSFargateClusterStack :
You can’t perform that action at this time.
0 commit comments