File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed
registry/src/aws/v0.1.0/services Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -523,6 +523,28 @@ paths:
523523 description : Success
524524components :
525525 x-stackQL-resources :
526+ resource_raw :
527+ name : resource
528+ x-cfn-schema-name : ResourceDescription
529+ x-example-where-clause : WHERE region = 'us-east-1' AND data__TypeName = '<TypeName>' AND data__Identifier = '<Identifier>'
530+ x-type : native
531+ methods :
532+ get_resource_raw :
533+ operation :
534+ $ref : ' #/paths/~1?Action=GetResource&Version=2021-09-30/post'
535+ request :
536+ mediaType : application/x-amz-json-1.0
537+ response :
538+ mediaType : application/json
539+ openAPIDocKey : ' 200'
540+ id : aws.cloud_control.resource_raw
541+ sqlVerbs :
542+ delete : []
543+ insert : []
544+ select :
545+ - $ref : ' #/components/x-stackQL-resources/resource_raw/methods/get_resource_raw'
546+ update : []
547+ title : resource_raw
526548 resource :
527549 name : resource
528550 x-cfn-schema-name : ResourceDescription
@@ -732,6 +754,7 @@ components:
732754 ClientToken :
733755 type : string
734756 DesiredState :
757+ x-stackQL-stringOnly : true
735758 allOf :
736759 - $ref : ' #/components/schemas/Properties'
737760 - description : <p>Structured data format representing the desired state
Original file line number Diff line number Diff line change @@ -549,7 +549,7 @@ AWS Cloud Control Log Group Insert Simple
549549
550550AWS Cloud Control Log Group Insert Simple Rely on Annotation
551551 ${inputStr} = Catenate
552- ... INSERT INTO aws.cloud_control.resource
552+ ... INSERT INTO aws.cloud_control.resources
553553 ... (data__TypeName, region, data__DesiredState)
554554 ... SELECT 'AWS::Logs::LogGroup',
555555 ... 'ap-southeast-1',
You can’t perform that action at this time.
0 commit comments