apiVersion: cognitoidp.aws.upbound.io/v1beta2 kind: UserPool metadata: annotations: meta.upbound.io/example-id: cognitoidp/v1beta1/useringroup labels: testing.upbound.io/example-name: example name: example spec: forProvider: name: example region: us-east-1 # userPoolTier: LITE providerConfigRef: name: cognito --- apiVersion: cognitoidp.aws.upbound.io/v1beta1 kind: UserGroup metadata: annotations: meta.upbound.io/example-id: cognitoidp/v1beta1/usergroup labels: testing.upbound.io/example-name: example name: example spec: forProvider: name: example precedence: 42 region: us-east-1 # roleArnSelector: # matchLabels: # testing.upbound.io/example-name: group_role userPoolIdSelector: matchLabels: testing.upbound.io/example-name: example providerConfigRef: name: cognito